COLOR #224E4D

HEX: #224E4D
RGB: (34,78,77)

Color info

#224E4D contains red, green and blue colors in about the same proportion. Web safe color of #224E4D is #336633 (or #363).

RGB color model

#224E4D color RGB value is (34,78,77).

  • red value is 34;
  • green value is 78;
  • blue value is 77.
RGB:
(34,78,77)
(13%,31%,30%)

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 77 of 255 = 30%

34
78
77

R + G + B ~ 25%. #224E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 77 = 189 (100%)
R 34 of 189 ~ 17.99%
G 78 of 189 ~ 41.27%
B 77 of 189 ~ 40.74%

%17.99
%41.27
%40.74

CMYK color model

#224E4D color CMYK value is (56,0,1,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK:
(56,0,1,69)
C56M0Y1K69 
(56%,0%,1%,69%)
(0.56/0.00/0.01/0.69)	

CMYK percentages

%56.41
%0
%1.28
%69.41

Codes

Color #224E4D in popluar color models

224E4D
RGB347877
HSL179°39.29%21.96%
HSB/HSV179°56.41%30.59%
CMYK56.41%0.00%1.28%
69.41%

Color #224E4D in popluar number systems.

HEX224E4D
Decimal347877
Binary10001010011101001101
Octal42116115

Shades and tints

Shades of #224E4D

#224E4D
(34,78,77)
#1F4746
(31,71,70)
#1C403F
(28,64,63)
#193938
(25,57,56)
#163231
(22,50,49)
#132B2A
(19,43,42)
#102423
(16,36,35)
#0D1D1C
(13,29,28)
#0A1615
(10,22,21)
#070F0E
(7,15,14)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #224E4D

#224E4D
(34,78,77)
#365E5D
(54,94,93)
#4A6E6D
(74,110,109)
#5E7E7D
(94,126,125)
#728E8D
(114,142,141)
#869E9D
(134,158,157)
#9AAEAD
(154,174,173)
#AEBEBD
(174,190,189)
#C2CECD
(194,206,205)
#D6DEDD
(214,222,221)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224E4D color. Also use rgb(34,78,77) instead hex code.

Text Font Color

.myTextColor { color: #224E4D; }

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

This text font color is #224E4D.


Background Color

.myBgColor { background-color: #224E4D; }

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

This div background color is #224E4D.


Border color

.myBorderColor { border: 1px solid #224E4D; }

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

This div border color is #224E4D.


Opacity

.myOpacity80 { color: #224E4D; opacity: 0.8; }

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

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

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

This text has shadow with #224E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E4D on black background.


Color preview on white background

This text has color #224E4D on white background.



Black color preview on #224E4D background

This text has black color on #224E4D background.


White color preview on #224E4D background

This text has white color on #224E4D background.