COLOR #224A3E

HEX: #224A3E
RGB: (34,74,62)

Color info

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

RGB color model

#224A3E color RGB value is (34,74,62).

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

RGB channels and saturation

R 34 of 255 = 13%
G 74 of 255 = 29%
B 62 of 255 = 24%

34
74
62

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

Portions of RGB colors in percentages

R + G + B =
34 + 74 + 62 = 170 (100%)
R 34 of 170 ~ 20%
G 74 of 170 ~ 43.53%
B 62 of 170 ~ 36.47%

%20
%43.53
%36.47

CMYK color model

#224A3E color CMYK value is (54,0,16,71).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 70.98%
CMYK:
(54,0,16,71)
C54M0Y16K71 
(54%,0%,16%,71%)
(0.54/0.00/0.16/0.71)	

CMYK percentages

%54.05
%0
%16.22
%70.98

Codes

Color #224A3E in popluar color models

224A3E
RGB347462
HSL162°37.04%21.18%
HSB/HSV162°54.05%29.02%
CMYK54.05%0.00%16.22%
70.98%

Color #224A3E in popluar number systems.

HEX224A3E
Decimal347462
Binary1000101001010111110
Octal4211276

Shades and tints

Shades of #224A3E

#224A3E
(34,74,62)
#1F4439
(31,68,57)
#1C3E34
(28,62,52)
#19382F
(25,56,47)
#16322A
(22,50,42)
#132C25
(19,44,37)
#102620
(16,38,32)
#0D201B
(13,32,27)
#0A1A16
(10,26,22)
#071411
(7,20,17)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #224A3E

#224A3E
(34,74,62)
#365A4F
(54,90,79)
#4A6A60
(74,106,96)
#5E7A71
(94,122,113)
#728A82
(114,138,130)
#869A93
(134,154,147)
#9AAAA4
(154,170,164)
#AEBAB5
(174,186,181)
#C2CAC6
(194,202,198)
#D6DAD7
(214,218,215)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224A3E; }

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

This text font color is #224A3E.


Background Color

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

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

This div background color is #224A3E.


Border color

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

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

This div border color is #224A3E.


Opacity

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

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

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

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

This text has shadow with #224A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224A3E on black background.


Color preview on white background

This text has color #224A3E on white background.



Black color preview on #224A3E background

This text has black color on #224A3E background.


White color preview on #224A3E background

This text has white color on #224A3E background.