COLOR #224E54

HEX: #224E54
RGB: (34,78,84)

Color info

#224E54 contains red, green and blue colors in about the same proportion. Web safe color of #224E54 is #336666 (or #366).

RGB color model

#224E54 color RGB value is (34,78,84).

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

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 84 of 255 = 33%

34
78
84

R + G + B ~ 26%. #224E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 84 = 196 (100%)
R 34 of 196 ~ 17.35%
G 78 of 196 ~ 39.8%
B 84 of 196 ~ 42.86%

%17.35
%39.8
%42.86

CMYK color model

#224E54 color CMYK value is (60,7,0,67).

  • cyan value is 59.52%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(60,7,0,67)
C60M7Y0K67 
(60%,7%,0%,67%)
(0.60/0.07/0.00/0.67)	

CMYK percentages

%59.52
%7.14
%0
%67.06

Codes

Color #224E54 in popluar color models

224E54
RGB347884
HSL187°42.37%23.14%
HSB/HSV187°59.52%32.94%
CMYK59.52%7.14%0.00%
67.06%

Color #224E54 in popluar number systems.

HEX224E54
Decimal347884
Binary10001010011101010100
Octal42116124

Shades and tints

Shades of #224E54

#224E54
(34,78,84)
#1F474D
(31,71,77)
#1C4046
(28,64,70)
#19393F
(25,57,63)
#163238
(22,50,56)
#132B31
(19,43,49)
#10242A
(16,36,42)
#0D1D23
(13,29,35)
#0A161C
(10,22,28)
#070F15
(7,15,21)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #224E54

#224E54
(34,78,84)
#365E63
(54,94,99)
#4A6E72
(74,110,114)
#5E7E81
(94,126,129)
#728E90
(114,142,144)
#869E9F
(134,158,159)
#9AAEAE
(154,174,174)
#AEBEBD
(174,190,189)
#C2CECC
(194,206,204)
#D6DEDB
(214,222,219)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224E54; }

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

This text font color is #224E54.


Background Color

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

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

This div background color is #224E54.


Border color

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

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

This div border color is #224E54.


Opacity

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

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

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

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

This text has shadow with #224E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E54 on black background.


Color preview on white background

This text has color #224E54 on white background.



Black color preview on #224E54 background

This text has black color on #224E54 background.


White color preview on #224E54 background

This text has white color on #224E54 background.