COLOR #224E30

HEX: #224E30
RGB: (34,78,48)

Color info

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

RGB color model

#224E30 color RGB value is (34,78,48).

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

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 48 of 255 = 19%

34
78
48

R + G + B ~ 21%. #224E30 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 48 = 160 (100%)
R 34 of 160 ~ 21.25%
G 78 of 160 ~ 48.75%
B 48 of 160 ~ 30%

%21.25
%48.75
%30

CMYK color model

#224E30 color CMYK value is (56,0,38,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 69.41%
CMYK:
(56,0,38,69)
C56M0Y38K69 
(56%,0%,38%,69%)
(0.56/0.00/0.38/0.69)	

CMYK percentages

%56.41
%0
%38.46
%69.41

Codes

Color #224E30 in popluar color models

224E30
RGB347848
HSL139°39.29%21.96%
HSB/HSV139°56.41%30.59%
CMYK56.41%0.00%38.46%
69.41%

Color #224E30 in popluar number systems.

HEX224E30
Decimal347848
Binary1000101001110110000
Octal4211660

Shades and tints

Shades of #224E30

#224E30
(34,78,48)
#1F472C
(31,71,44)
#1C4028
(28,64,40)
#193924
(25,57,36)
#163220
(22,50,32)
#132B1C
(19,43,28)
#102418
(16,36,24)
#0D1D14
(13,29,20)
#0A1610
(10,22,16)
#070F0C
(7,15,12)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #224E30

#224E30
(34,78,48)
#365E42
(54,94,66)
#4A6E54
(74,110,84)
#5E7E66
(94,126,102)
#728E78
(114,142,120)
#869E8A
(134,158,138)
#9AAE9C
(154,174,156)
#AEBEAE
(174,190,174)
#C2CEC0
(194,206,192)
#D6DED2
(214,222,210)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224E30; }

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

This text font color is #224E30.


Background Color

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

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

This div background color is #224E30.


Border color

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

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

This div border color is #224E30.


Opacity

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

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

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

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

This text has shadow with #224E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E30 on black background.


Color preview on white background

This text has color #224E30 on white background.



Black color preview on #224E30 background

This text has black color on #224E30 background.


White color preview on #224E30 background

This text has white color on #224E30 background.