COLOR #214C61

HEX: #214C61
RGB: (33,76,97)

Color info

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

RGB color model

#214C61 color RGB value is (33,76,97).

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

RGB channels and saturation

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

33
76
97

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

Portions of RGB colors in percentages

R + G + B =
33 + 76 + 97 = 206 (100%)
R 33 of 206 ~ 16.02%
G 76 of 206 ~ 36.89%
B 97 of 206 ~ 47.09%

%16.02
%36.89
%47.09

CMYK color model

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

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

CMYK percentages

%65.98
%21.65
%0
%61.96

Codes

Color #214C61 in popluar color models

214C61
RGB337697
HSL200°49.23%25.49%
HSB/HSV200°65.98%38.04%
CMYK65.98%21.65%0.00%
61.96%

Color #214C61 in popluar number systems.

HEX214C61
Decimal337697
Binary10000110011001100001
Octal41114141

Shades and tints

Shades of #214C61

#214C61
(33,76,97)
#1E4659
(30,70,89)
#1B4051
(27,64,81)
#183A49
(24,58,73)
#153441
(21,52,65)
#122E39
(18,46,57)
#0F2831
(15,40,49)
#0C2229
(12,34,41)
#091C21
(9,28,33)
#061619
(6,22,25)
#031011
(3,16,17)
#000000
(0,0,0)

Tints of #214C61

#214C61
(33,76,97)
#355C6F
(53,92,111)
#496C7D
(73,108,125)
#5D7C8B
(93,124,139)
#718C99
(113,140,153)
#859CA7
(133,156,167)
#99ACB5
(153,172,181)
#ADBCC3
(173,188,195)
#C1CCD1
(193,204,209)
#D5DCDF
(213,220,223)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214C61; }

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

This text font color is #214C61.


Background Color

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

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

This div background color is #214C61.


Border color

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

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

This div border color is #214C61.


Opacity

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

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

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

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

This text has shadow with #214C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214C61 on black background.


Color preview on white background

This text has color #214C61 on white background.



Black color preview on #214C61 background

This text has black color on #214C61 background.


White color preview on #214C61 background

This text has white color on #214C61 background.