COLOR #224E47

HEX: #224E47
RGB: (34,78,71)

Color info

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

RGB color model

#224E47 color RGB value is (34,78,71).

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

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 71 of 255 = 28%

34
78
71

R + G + B ~ 24%. #224E47 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 71 = 183 (100%)
R 34 of 183 ~ 18.58%
G 78 of 183 ~ 42.62%
B 71 of 183 ~ 38.8%

%18.58
%42.62
%38.8

CMYK color model

#224E47 color CMYK value is (56,0,9,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 69.41%
CMYK:
(56,0,9,69)
C56M0Y9K69 
(56%,0%,9%,69%)
(0.56/0.00/0.09/0.69)	

CMYK percentages

%56.41
%0
%8.97
%69.41

Codes

Color #224E47 in popluar color models

224E47
RGB347871
HSL170°39.29%21.96%
HSB/HSV170°56.41%30.59%
CMYK56.41%0.00%8.97%
69.41%

Color #224E47 in popluar number systems.

HEX224E47
Decimal347871
Binary10001010011101000111
Octal42116107

Shades and tints

Shades of #224E47

#224E47
(34,78,71)
#1F4741
(31,71,65)
#1C403B
(28,64,59)
#193935
(25,57,53)
#16322F
(22,50,47)
#132B29
(19,43,41)
#102423
(16,36,35)
#0D1D1D
(13,29,29)
#0A1617
(10,22,23)
#070F11
(7,15,17)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #224E47

#224E47
(34,78,71)
#365E57
(54,94,87)
#4A6E67
(74,110,103)
#5E7E77
(94,126,119)
#728E87
(114,142,135)
#869E97
(134,158,151)
#9AAEA7
(154,174,167)
#AEBEB7
(174,190,183)
#C2CEC7
(194,206,199)
#D6DED7
(214,222,215)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224E47; }

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

This text font color is #224E47.


Background Color

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

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

This div background color is #224E47.


Border color

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

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

This div border color is #224E47.


Opacity

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

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

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

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

This text has shadow with #224E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E47 on black background.


Color preview on white background

This text has color #224E47 on white background.



Black color preview on #224E47 background

This text has black color on #224E47 background.


White color preview on #224E47 background

This text has white color on #224E47 background.