COLOR #214E46

HEX: #214E46
RGB: (33,78,70)

Color info

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

RGB color model

#214E46 color RGB value is (33,78,70).

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

RGB channels and saturation

R 33 of 255 = 13%
G 78 of 255 = 31%
B 70 of 255 = 27%

33
78
70

R + G + B ~ 24%. #214E46 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 78 + 70 = 181 (100%)
R 33 of 181 ~ 18.23%
G 78 of 181 ~ 43.09%
B 70 of 181 ~ 38.67%

%18.23
%43.09
%38.67

CMYK color model

#214E46 color CMYK value is (58,0,10,69).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 69.41%
CMYK:
(58,0,10,69)
C58M0Y10K69 
(58%,0%,10%,69%)
(0.58/0.00/0.10/0.69)	

CMYK percentages

%57.69
%0
%10.26
%69.41

Codes

Color #214E46 in popluar color models

214E46
RGB337870
HSL169°40.54%21.76%
HSB/HSV169°57.69%30.59%
CMYK57.69%0.00%10.26%
69.41%

Color #214E46 in popluar number systems.

HEX214E46
Decimal337870
Binary10000110011101000110
Octal41116106

Shades and tints

Shades of #214E46

#214E46
(33,78,70)
#1E4740
(30,71,64)
#1B403A
(27,64,58)
#183934
(24,57,52)
#15322E
(21,50,46)
#122B28
(18,43,40)
#0F2422
(15,36,34)
#0C1D1C
(12,29,28)
#091616
(9,22,22)
#060F10
(6,15,16)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #214E46

#214E46
(33,78,70)
#355E56
(53,94,86)
#496E66
(73,110,102)
#5D7E76
(93,126,118)
#718E86
(113,142,134)
#859E96
(133,158,150)
#99AEA6
(153,174,166)
#ADBEB6
(173,190,182)
#C1CEC6
(193,206,198)
#D5DED6
(213,222,214)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214E46; }

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

This text font color is #214E46.


Background Color

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

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

This div background color is #214E46.


Border color

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

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

This div border color is #214E46.


Opacity

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

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

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

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

This text has shadow with #214E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214E46 on black background.


Color preview on white background

This text has color #214E46 on white background.



Black color preview on #214E46 background

This text has black color on #214E46 background.


White color preview on #214E46 background

This text has white color on #214E46 background.