COLOR #224E3E

HEX: #224E3E
RGB: (34,78,62)

Color info

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

RGB color model

#224E3E color RGB value is (34,78,62).

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

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 62 of 255 = 24%

34
78
62

R + G + B ~ 23%. #224E3E is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 62 = 174 (100%)
R 34 of 174 ~ 19.54%
G 78 of 174 ~ 44.83%
B 62 of 174 ~ 35.63%

%19.54
%44.83
%35.63

CMYK color model

#224E3E color CMYK value is (56,0,21,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 69.41%
CMYK:
(56,0,21,69)
C56M0Y21K69 
(56%,0%,21%,69%)
(0.56/0.00/0.21/0.69)	

CMYK percentages

%56.41
%0
%20.51
%69.41

Codes

Color #224E3E in popluar color models

224E3E
RGB347862
HSL158°39.29%21.96%
HSB/HSV158°56.41%30.59%
CMYK56.41%0.00%20.51%
69.41%

Color #224E3E in popluar number systems.

HEX224E3E
Decimal347862
Binary1000101001110111110
Octal4211676

Shades and tints

Shades of #224E3E

#224E3E
(34,78,62)
#1F4739
(31,71,57)
#1C4034
(28,64,52)
#19392F
(25,57,47)
#16322A
(22,50,42)
#132B25
(19,43,37)
#102420
(16,36,32)
#0D1D1B
(13,29,27)
#0A1616
(10,22,22)
#070F11
(7,15,17)
#04080C
(4,8,12)
#000000
(0,0,0)

Tints of #224E3E

#224E3E
(34,78,62)
#365E4F
(54,94,79)
#4A6E60
(74,110,96)
#5E7E71
(94,126,113)
#728E82
(114,142,130)
#869E93
(134,158,147)
#9AAEA4
(154,174,164)
#AEBEB5
(174,190,181)
#C2CEC6
(194,206,198)
#D6DED7
(214,222,215)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224E3E; }

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

This text font color is #224E3E.


Background Color

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

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

This div background color is #224E3E.


Border color

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

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

This div border color is #224E3E.


Opacity

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

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

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

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

This text has shadow with #224E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E3E on black background.


Color preview on white background

This text has color #224E3E on white background.



Black color preview on #224E3E background

This text has black color on #224E3E background.


White color preview on #224E3E background

This text has white color on #224E3E background.