COLOR #224941

HEX: #224941 RGB: (34,73,65)

Color info

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

RGB color model

#224941 color RGB value is (34,73,65).

RGB: (34,73,65) (13%, 29%, 25%)

RGB channels and saturation

R 34 of 255 = 13%
G 73 of 255 = 29%
B 65 of 255 = 25%

34
73
65

R + G + B ~ 22%. #224941 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 73 + 65 = 172 (100%)
R 34 of 172 ~ 19.77%
G 73 of 172 ~ 42.44%
B 65 of 172 ~ 37.79'%

%19.77
%42.44
%37.79

CMYK color model

#224941 color CMYK value is (53,0,11,71).

  • cyan value is 53.42%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 71.37%

CMYK: (53,0,11,71)
C53M0Y11K71 (53%, 0%, 11%, 71%)
(0.53 / 0.00 / 0.11 / 0.71)

CMYK percentages

%53.42
%0
%10.96
%71.37

Codes

Color #224941 in popluar color models

22 49 41
RGB 34 73 65
HSL 168° 36.45% 20.98%
HSB/HSV 168° 53.42% 28.63%
CMYK 53.42% 0.00% 10.96%
71.37%

Color #224941 in popluar number systems.

HEX 22 49 41
Decimal 34 73 65
Binary 100010 1001001 1000001
Octal 42 111 101

Shades and tints

Shades of #224941

#224941
(34,73,65)
#1F433C
(31,67,60)
#1C3D37
(28,61,55)
#193732
(25,55,50)
#16312D
(22,49,45)
#132B28
(19,43,40)
#102523
(16,37,35)
#0D1F1E
(13,31,30)
#0A1919
(10,25,25)
#071314
(7,19,20)
#040D0F
(4,13,15)
#000000
(0,0,0)

Tints of #224941

#224941
(34,73,65)
#365952
(54,89,82)
#4A6963
(74,105,99)
#5E7974
(94,121,116)
#728985
(114,137,133)
#869996
(134,153,150)
#9AA9A7
(154,169,167)
#AEB9B8
(174,185,184)
#C2C9C9
(194,201,201)
#D6D9DA
(214,217,218)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224941 color. Also use rgb(34,73,65) instead hex code.

Text Font Color

.myTextColor { color: #224941; }

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

This text font color is #224941.

Background Color

.myBgColor { background-color: #224941; }

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

This div background color is #224941.

Border color

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

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

This div border color is #224941.

Opacity

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

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

Text with #224941 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 #224941;}

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

This text has shadow with #224941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224941.

Preview

Color preview on black background

This text has color #224941 on black background.


Color preview on white background

This text has color #224941 on white background.


Black color preview on #224941 background

This text has black color on #224941 background.


White color preview on #224941 background

This text has white color on #224941 background.


Related colors

Complementary color

Complementary color for #hex is #DDB6BE.


I love getcolorcode.com

Triadic colors

1 #412249 and #494122 with #224941 are triadic colors.

2 #414922 and #492241 with #224941 are triadic colors.