COLOR #214C62

HEX: #214C62
RGB: (33,76,98)

Color info

#214C62 contains mainly green and blue colors. Web safe color of #214C62 is #333366 (or #336).

RGB color model

#214C62 color RGB value is (33,76,98).

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

RGB channels and saturation

R 33 of 255 = 13%
G 76 of 255 = 30%
B 98 of 255 = 38%

33
76
98

R + G + B ~ 27%. #214C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 76 + 98 = 207 (100%)
R 33 of 207 ~ 15.94%
G 76 of 207 ~ 36.71%
B 98 of 207 ~ 47.34%

%15.94
%36.71
%47.34

CMYK color model

#214C62 color CMYK value is (66,22,0,62).

  • cyan value is 66.33%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(66,22,0,62)
C66M22Y0K62 
(66%,22%,0%,62%)
(0.66/0.22/0.00/0.62)	

CMYK percentages

%66.33
%22.45
%0
%61.57

Codes

Color #214C62 in popluar color models

214C62
RGB337698
HSL200°49.62%25.69%
HSB/HSV200°66.33%38.43%
CMYK66.33%22.45%0.00%
61.57%

Color #214C62 in popluar number systems.

HEX214C62
Decimal337698
Binary10000110011001100010
Octal41114142

Shades and tints

Shades of #214C62

#214C62
(33,76,98)
#1E465A
(30,70,90)
#1B4052
(27,64,82)
#183A4A
(24,58,74)
#153442
(21,52,66)
#122E3A
(18,46,58)
#0F2832
(15,40,50)
#0C222A
(12,34,42)
#091C22
(9,28,34)
#06161A
(6,22,26)
#031012
(3,16,18)
#000000
(0,0,0)

Tints of #214C62

#214C62
(33,76,98)
#355C70
(53,92,112)
#496C7E
(73,108,126)
#5D7C8C
(93,124,140)
#718C9A
(113,140,154)
#859CA8
(133,156,168)
#99ACB6
(153,172,182)
#ADBCC4
(173,188,196)
#C1CCD2
(193,204,210)
#D5DCE0
(213,220,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214C62; }

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

This text font color is #214C62.


Background Color

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

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

This div background color is #214C62.


Border color

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

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

This div border color is #214C62.


Opacity

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

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

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

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

This text has shadow with #214C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214C62 on black background.


Color preview on white background

This text has color #214C62 on white background.



Black color preview on #214C62 background

This text has black color on #214C62 background.


White color preview on #214C62 background

This text has white color on #214C62 background.