COLOR #214240

HEX: #214240
RGB: (33,66,64)

Color info

#214240 contains red, green and blue colors in about the same proportion. Web safe color of #214240 is #333333 (or #333).

RGB color model

#214240 color RGB value is (33,66,64).

  • red value is 33;
  • green value is 66;
  • blue value is 64.
RGB:
(33,66,64)
(13%,26%,25%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 64 of 255 = 25%

33
66
64

R + G + B ~ 21%. #214240 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 66 + 64 = 163 (100%)
R 33 of 163 ~ 20.25%
G 66 of 163 ~ 40.49%
B 64 of 163 ~ 39.26%

%20.25
%40.49
%39.26

CMYK color model

#214240 color CMYK value is (50,0,3,74).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(50,0,3,74)
C50M0Y3K74 
(50%,0%,3%,74%)
(0.50/0.00/0.03/0.74)	

CMYK percentages

%50
%0
%3.03
%74.12

Codes

Color #214240 in popluar color models

214240
RGB336664
HSL176°33.33%19.41%
HSB/HSV176°50.00%25.88%
CMYK50.00%0.00%3.03%
74.12%

Color #214240 in popluar number systems.

HEX214240
Decimal336664
Binary10000110000101000000
Octal41102100

Shades and tints

Shades of #214240

#214240
(33,66,64)
#1E3C3B
(30,60,59)
#1B3636
(27,54,54)
#183031
(24,48,49)
#152A2C
(21,42,44)
#122427
(18,36,39)
#0F1E22
(15,30,34)
#0C181D
(12,24,29)
#091218
(9,18,24)
#060C13
(6,12,19)
#03060E
(3,6,14)
#000000
(0,0,0)

Tints of #214240

#214240
(33,66,64)
#355351
(53,83,81)
#496462
(73,100,98)
#5D7573
(93,117,115)
#718684
(113,134,132)
#859795
(133,151,149)
#99A8A6
(153,168,166)
#ADB9B7
(173,185,183)
#C1CAC8
(193,202,200)
#D5DBD9
(213,219,217)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214240 color. Also use rgb(33,66,64) instead hex code.

Text Font Color

.myTextColor { color: #214240; }

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

This text font color is #214240.


Background Color

.myBgColor { background-color: #214240; }

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

This div background color is #214240.


Border color

.myBorderColor { border: 1px solid #214240; }

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

This div border color is #214240.


Opacity

.myOpacity80 { color: #214240; opacity: 0.8; }

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

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

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

This text has shadow with #214240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214240 on black background.


Color preview on white background

This text has color #214240 on white background.



Black color preview on #214240 background

This text has black color on #214240 background.


White color preview on #214240 background

This text has white color on #214240 background.