COLOR #214D5C

HEX: #214D5C RGB: (33,77,92)

Color info

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

RGB color model

#214D5C color RGB value is (33,77,92).

RGB: (33,77,92) (13%, 30%, 36%)

RGB channels and saturation

R 33 of 255 = 13%
G 77 of 255 = 30%
B 92 of 255 = 36%

33
77
92

R + G + B ~ 26%. #214D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 77 + 92 = 202 (100%)
R 33 of 202 ~ 16.34%
G 77 of 202 ~ 38.12%
B 92 of 202 ~ 45.54'%

%16.34
%38.12
%45.54

CMYK color model

#214D5C color CMYK value is (64,16,0,64).

  • cyan value is 64.13%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (64,16,0,64)
C64M16Y0K64 (64%, 16%, 0%, 64%)
(0.64 / 0.16 / 0.00 / 0.64)

CMYK percentages

%64.13
%16.3
%0
%63.92

Codes

Color #214D5C in popluar color models

21 4D 5C
RGB 33 77 92
HSL 195° 47.20% 24.51%
HSB/HSV 195° 64.13% 36.08%
CMYK 64.13% 16.30% 0.00%
63.92%

Color #214D5C in popluar number systems.

HEX 21 4D 5C
Decimal 33 77 92
Binary 100001 1001101 1011100
Octal 41 115 134

Shades and tints

Shades of #214D5C

#214D5C
(33,77,92)
#1E4654
(30,70,84)
#1B3F4C
(27,63,76)
#183844
(24,56,68)
#15313C
(21,49,60)
#122A34
(18,42,52)
#0F232C
(15,35,44)
#0C1C24
(12,28,36)
#09151C
(9,21,28)
#060E14
(6,14,20)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #214D5C

#214D5C
(33,77,92)
#355D6A
(53,93,106)
#496D78
(73,109,120)
#5D7D86
(93,125,134)
#718D94
(113,141,148)
#859DA2
(133,157,162)
#99ADB0
(153,173,176)
#ADBDBE
(173,189,190)
#C1CDCC
(193,205,204)
#D5DDDA
(213,221,218)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214D5C color. Also use rgb(33,77,92) instead hex code.

Text Font Color

.myTextColor { color: #214D5C; }

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

This text font color is #214D5C.

Background Color

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

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

This div background color is #214D5C.

Border color

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

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

This div border color is #214D5C.

Opacity

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

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

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

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

This text has shadow with #214D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214D5C.

Preview

Color preview on black background

This text has color #214D5C on black background.


Color preview on white background

This text has color #214D5C on white background.


Black color preview on #214D5C background

This text has black color on #214D5C background.


White color preview on #214D5C background

This text has white color on #214D5C background.


Related colors

Complementary color

Complementary color for #hex is #DEB2A3.


I love getcolorcode.com

Triadic colors

1 #5C214D and #4D5C21 with #214D5C are triadic colors.

2 #5C4D21 and #4D215C with #214D5C are triadic colors.