COLOR #224E27

HEX: #224E27
RGB: (34,78,39)

Color info

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

RGB color model

#224E27 color RGB value is (34,78,39).

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

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 39 of 255 = 15%

34
78
39

R + G + B ~ 20%. #224E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 39 = 151 (100%)
R 34 of 151 ~ 22.52%
G 78 of 151 ~ 51.66%
B 39 of 151 ~ 25.83%

%22.52
%51.66
%25.83

CMYK color model

#224E27 color CMYK value is (56,0,50,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(56,0,50,69)
C56M0Y50K69 
(56%,0%,50%,69%)
(0.56/0.00/0.50/0.69)	

CMYK percentages

%56.41
%0
%50
%69.41

Codes

Color #224E27 in popluar color models

224E27
RGB347839
HSL127°39.29%21.96%
HSB/HSV127°56.41%30.59%
CMYK56.41%0.00%50.00%
69.41%

Color #224E27 in popluar number systems.

HEX224E27
Decimal347839
Binary1000101001110100111
Octal4211647

Shades and tints

Shades of #224E27

#224E27
(34,78,39)
#1F4724
(31,71,36)
#1C4021
(28,64,33)
#19391E
(25,57,30)
#16321B
(22,50,27)
#132B18
(19,43,24)
#102415
(16,36,21)
#0D1D12
(13,29,18)
#0A160F
(10,22,15)
#070F0C
(7,15,12)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #224E27

#224E27
(34,78,39)
#365E3A
(54,94,58)
#4A6E4D
(74,110,77)
#5E7E60
(94,126,96)
#728E73
(114,142,115)
#869E86
(134,158,134)
#9AAE99
(154,174,153)
#AEBEAC
(174,190,172)
#C2CEBF
(194,206,191)
#D6DED2
(214,222,210)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224E27; }

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

This text font color is #224E27.


Background Color

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

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

This div background color is #224E27.


Border color

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

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

This div border color is #224E27.


Opacity

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

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

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

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

This text has shadow with #224E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E27 on black background.


Color preview on white background

This text has color #224E27 on white background.



Black color preview on #224E27 background

This text has black color on #224E27 background.


White color preview on #224E27 background

This text has white color on #224E27 background.