COLOR #224E48

HEX: #224E48
RGB: (34,78,72)

Color info

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

RGB color model

#224E48 color RGB value is (34,78,72).

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

RGB channels and saturation

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

34
78
72

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

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 72 = 184 (100%)
R 34 of 184 ~ 18.48%
G 78 of 184 ~ 42.39%
B 72 of 184 ~ 39.13%

%18.48
%42.39
%39.13

CMYK color model

#224E48 color CMYK value is (56,0,8,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 69.41%
CMYK:
(56,0,8,69)
C56M0Y8K69 
(56%,0%,8%,69%)
(0.56/0.00/0.08/0.69)	

CMYK percentages

%56.41
%0
%7.69
%69.41

Codes

Color #224E48 in popluar color models

224E48
RGB347872
HSL172°39.29%21.96%
HSB/HSV172°56.41%30.59%
CMYK56.41%0.00%7.69%
69.41%

Color #224E48 in popluar number systems.

HEX224E48
Decimal347872
Binary10001010011101001000
Octal42116110

Shades and tints

Shades of #224E48

#224E48
(34,78,72)
#1F4742
(31,71,66)
#1C403C
(28,64,60)
#193936
(25,57,54)
#163230
(22,50,48)
#132B2A
(19,43,42)
#102424
(16,36,36)
#0D1D1E
(13,29,30)
#0A1618
(10,22,24)
#070F12
(7,15,18)
#04080C
(4,8,12)
#000000
(0,0,0)

Tints of #224E48

#224E48
(34,78,72)
#365E58
(54,94,88)
#4A6E68
(74,110,104)
#5E7E78
(94,126,120)
#728E88
(114,142,136)
#869E98
(134,158,152)
#9AAEA8
(154,174,168)
#AEBEB8
(174,190,184)
#C2CEC8
(194,206,200)
#D6DED8
(214,222,216)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224E48; }

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

This text font color is #224E48.


Background Color

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

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

This div background color is #224E48.


Border color

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

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

This div border color is #224E48.


Opacity

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

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

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

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

This text has shadow with #224E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E48 on black background.


Color preview on white background

This text has color #224E48 on white background.



Black color preview on #224E48 background

This text has black color on #224E48 background.


White color preview on #224E48 background

This text has white color on #224E48 background.