COLOR #214C57

HEX: #214C57 RGB: (33,76,87)

Color info

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

RGB color model

#214C57 color RGB value is (33,76,87).

RGB: (33,76,87) (13%, 30%, 34%)

RGB channels and saturation

R 33 of 255 = 13%
G 76 of 255 = 30%
B 87 of 255 = 34%

33
76
87

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

Portions of RGB colors in percentages

R + G + B = 33 + 76 + 87 = 196 (100%)
R 33 of 196 ~ 16.84%
G 76 of 196 ~ 38.78%
B 87 of 196 ~ 44.39'%

%16.84
%38.78
%44.39

CMYK color model

#214C57 color CMYK value is (62,13,0,66).

  • cyan value is 62.07%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (62,13,0,66)
C62M13Y0K66 (62%, 13%, 0%, 66%)
(0.62 / 0.13 / 0.00 / 0.66)

CMYK percentages

%62.07
%12.64
%0
%65.88

Codes

Color #214C57 in popluar color models

21 4C 57
RGB 33 76 87
HSL 192° 45.00% 23.53%
HSB/HSV 192° 62.07% 34.12%
CMYK 62.07% 12.64% 0.00%
65.88%

Color #214C57 in popluar number systems.

HEX 21 4C 57
Decimal 33 76 87
Binary 100001 1001100 1010111
Octal 41 114 127

Shades and tints

Shades of #214C57

#214C57
(33,76,87)
#1E4650
(30,70,80)
#1B4049
(27,64,73)
#183A42
(24,58,66)
#15343B
(21,52,59)
#122E34
(18,46,52)
#0F282D
(15,40,45)
#0C2226
(12,34,38)
#091C1F
(9,28,31)
#061618
(6,22,24)
#031011
(3,16,17)
#000000
(0,0,0)

Tints of #214C57

#214C57
(33,76,87)
#355C66
(53,92,102)
#496C75
(73,108,117)
#5D7C84
(93,124,132)
#718C93
(113,140,147)
#859CA2
(133,156,162)
#99ACB1
(153,172,177)
#ADBCC0
(173,188,192)
#C1CCCF
(193,204,207)
#D5DCDE
(213,220,222)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214C57; }

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

This text font color is #214C57.

Background Color

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

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

This div background color is #214C57.

Border color

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

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

This div border color is #214C57.

Opacity

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

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

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

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

This text has shadow with #214C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214C57.

Preview

Color preview on black background

This text has color #214C57 on black background.


Color preview on white background

This text has color #214C57 on white background.


Black color preview on #214C57 background

This text has black color on #214C57 background.


White color preview on #214C57 background

This text has white color on #214C57 background.


Related colors

Complementary color

Complementary color for #hex is #DEB3A8.


I love getcolorcode.com

Triadic colors

1 #57214C and #4C5721 with #214C57 are triadic colors.

2 #574C21 and #4C2157 with #214C57 are triadic colors.