COLOR #224033

HEX: #224033
RGB: (34,64,51)

Color info

#224033 contains red, green and blue colors in about the same proportion. Web safe color of #224033 is #333333 (or #333).

RGB color model

#224033 color RGB value is (34,64,51).

  • red value is 34;
  • green value is 64;
  • blue value is 51.
RGB:
(34,64,51)
(13%,25%,20%)

RGB channels and saturation

R 34 of 255 = 13%
G 64 of 255 = 25%
B 51 of 255 = 20%

34
64
51

R + G + B ~ 19%. #224033 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 64 + 51 = 149 (100%)
R 34 of 149 ~ 22.82%
G 64 of 149 ~ 42.95%
B 51 of 149 ~ 34.23%

%22.82
%42.95
%34.23

CMYK color model

#224033 color CMYK value is (47,0,20,75).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 74.90%
CMYK:
(47,0,20,75)
C47M0Y20K75 
(47%,0%,20%,75%)
(0.47/0.00/0.20/0.75)	

CMYK percentages

%46.88
%0
%20.31
%74.9

Codes

Color #224033 in popluar color models

224033
RGB346451
HSL154°30.61%19.22%
HSB/HSV154°46.88%25.10%
CMYK46.88%0.00%20.31%
74.90%

Color #224033 in popluar number systems.

HEX224033
Decimal346451
Binary1000101000000110011
Octal4210063

Shades and tints

Shades of #224033

#224033
(34,64,51)
#1F3B2F
(31,59,47)
#1C362B
(28,54,43)
#193127
(25,49,39)
#162C23
(22,44,35)
#13271F
(19,39,31)
#10221B
(16,34,27)
#0D1D17
(13,29,23)
#0A1813
(10,24,19)
#07130F
(7,19,15)
#040E0B
(4,14,11)
#000000
(0,0,0)

Tints of #224033

#224033
(34,64,51)
#365145
(54,81,69)
#4A6257
(74,98,87)
#5E7369
(94,115,105)
#72847B
(114,132,123)
#86958D
(134,149,141)
#9AA69F
(154,166,159)
#AEB7B1
(174,183,177)
#C2C8C3
(194,200,195)
#D6D9D5
(214,217,213)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224033 color. Also use rgb(34,64,51) instead hex code.

Text Font Color

.myTextColor { color: #224033; }

<p style="color:#224033">This sample text font color is #224033.</p>

This text font color is #224033.


Background Color

.myBgColor { background-color: #224033; }

<div style="background-color:#224033">Inner text</div>

This div background color is #224033.


Border color

.myBorderColor { border: 1px solid #224033; }

<div style="border:3px solid #224033">Div</div>

This div border color is #224033.


Opacity

.myOpacity80 { color: #224033; opacity: 0.8; }

<p style="color:#224033;opacity:0.8;">80%</p>

Text with #224033 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #224033;}

<p style="text-shadow: 3px 3px 1px #224033">Text here.</p>

This text has shadow with #224033 color.

.textShadow {text-shadow: 3px 3px 1px #224033, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #224033, 5px 5px 20px red">Text here.</p>

This text has shadow with #224033 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#224033, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#224033, Direction=45, Strength=4)">Text</p>

This text has shadow with #224033 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #224033;
  -webkit-box-shadow:	1px 1px 3px 2px #224033;
  box-shadow:		1px 1px 3px 2px #224033;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #224033;
-webkit-box-shadow: 1px 1px 3px 2px #224033;
box-shadow:1px 1px 3px 2px #224033;">
Div content here</div>
This div box has shadow with color #224033.

Preview

Color preview on black background

This text has color #224033 on black background.


Color preview on white background

This text has color #224033 on white background.



Black color preview on #224033 background

This text has black color on #224033 background.


White color preview on #224033 background

This text has white color on #224033 background.