COLOR #214C4E

HEX: #214C4E
RGB: (33,76,78)

Color info

#214C4E contains red, green and blue colors in about the same proportion. Web safe color of #214C4E is #333366 (or #336).

RGB color model

#214C4E color RGB value is (33,76,78).

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

RGB channels and saturation

R 33 of 255 = 13%
G 76 of 255 = 30%
B 78 of 255 = 31%

33
76
78

R + G + B ~ 25%. #214C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 76 + 78 = 187 (100%)
R 33 of 187 ~ 17.65%
G 76 of 187 ~ 40.64%
B 78 of 187 ~ 41.71%

%17.65
%40.64
%41.71

CMYK color model

#214C4E color CMYK value is (58,3,0,69).

  • cyan value is 57.69%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(58,3,0,69)
C58M3Y0K69 
(58%,3%,0%,69%)
(0.58/0.03/0.00/0.69)	

CMYK percentages

%57.69
%2.56
%0
%69.41

Codes

Color #214C4E in popluar color models

214C4E
RGB337678
HSL183°40.54%21.76%
HSB/HSV183°57.69%30.59%
CMYK57.69%2.56%0.00%
69.41%

Color #214C4E in popluar number systems.

HEX214C4E
Decimal337678
Binary10000110011001001110
Octal41114116

Shades and tints

Shades of #214C4E

#214C4E
(33,76,78)
#1E4647
(30,70,71)
#1B4040
(27,64,64)
#183A39
(24,58,57)
#153432
(21,52,50)
#122E2B
(18,46,43)
#0F2824
(15,40,36)
#0C221D
(12,34,29)
#091C16
(9,28,22)
#06160F
(6,22,15)
#031008
(3,16,8)
#000000
(0,0,0)

Tints of #214C4E

#214C4E
(33,76,78)
#355C5E
(53,92,94)
#496C6E
(73,108,110)
#5D7C7E
(93,124,126)
#718C8E
(113,140,142)
#859C9E
(133,156,158)
#99ACAE
(153,172,174)
#ADBCBE
(173,188,190)
#C1CCCE
(193,204,206)
#D5DCDE
(213,220,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214C4E color. Also use rgb(33,76,78) instead hex code.

Text Font Color

.myTextColor { color: #214C4E; }

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

This text font color is #214C4E.


Background Color

.myBgColor { background-color: #214C4E; }

<div style="background-color:#214C4E">Inner text</div>

This div background color is #214C4E.


Border color

.myBorderColor { border: 1px solid #214C4E; }

<div style="border:3px solid #214C4E">Div</div>

This div border color is #214C4E.


Opacity

.myOpacity80 { color: #214C4E; opacity: 0.8; }

<p style="color:#214C4E;opacity:0.8;">80%</p>

Text with #214C4E 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 #214C4E;}

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

This text has shadow with #214C4E color.

.textShadow {text-shadow: 3px 3px 1px #214C4E, 3px 3px 1px red;}

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

This text has shadow with #214C4E primary color and red secondary color.


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

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

This text has shadow with #214C4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214C4E on black background.


Color preview on white background

This text has color #214C4E on white background.



Black color preview on #214C4E background

This text has black color on #214C4E background.


White color preview on #214C4E background

This text has white color on #214C4E background.