COLOR #214A57

HEX: #214A57
RGB: (33,74,87)

Color info

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

RGB color model

#214A57 color RGB value is (33,74,87).

  • red value is 33;
  • green value is 74;
  • blue value is 87.
RGB:
(33,74,87)
(13%,29%,34%)

RGB channels and saturation

R 33 of 255 = 13%
G 74 of 255 = 29%
B 87 of 255 = 34%

33
74
87

R + G + B ~ 25%. #214A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 74 + 87 = 194 (100%)
R 33 of 194 ~ 17.01%
G 74 of 194 ~ 38.14%
B 87 of 194 ~ 44.85%

%17.01
%38.14
%44.85

CMYK color model

#214A57 color CMYK value is (62,15,0,66).

  • cyan value is 62.07%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(62,15,0,66)
C62M15Y0K66 
(62%,15%,0%,66%)
(0.62/0.15/0.00/0.66)	

CMYK percentages

%62.07
%14.94
%0
%65.88

Codes

Color #214A57 in popluar color models

214A57
RGB337487
HSL194°45.00%23.53%
HSB/HSV194°62.07%34.12%
CMYK62.07%14.94%0.00%
65.88%

Color #214A57 in popluar number systems.

HEX214A57
Decimal337487
Binary10000110010101010111
Octal41112127

Shades and tints

Shades of #214A57

#214A57
(33,74,87)
#1E4450
(30,68,80)
#1B3E49
(27,62,73)
#183842
(24,56,66)
#15323B
(21,50,59)
#122C34
(18,44,52)
#0F262D
(15,38,45)
#0C2026
(12,32,38)
#091A1F
(9,26,31)
#061418
(6,20,24)
#030E11
(3,14,17)
#000000
(0,0,0)

Tints of #214A57

#214A57
(33,74,87)
#355A66
(53,90,102)
#496A75
(73,106,117)
#5D7A84
(93,122,132)
#718A93
(113,138,147)
#859AA2
(133,154,162)
#99AAB1
(153,170,177)
#ADBAC0
(173,186,192)
#C1CACF
(193,202,207)
#D5DADE
(213,218,222)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214A57; }

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

This text font color is #214A57.


Background Color

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

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

This div background color is #214A57.


Border color

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

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

This div border color is #214A57.


Opacity

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

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

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

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

This text has shadow with #214A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214A57 on black background.


Color preview on white background

This text has color #214A57 on white background.



Black color preview on #214A57 background

This text has black color on #214A57 background.


White color preview on #214A57 background

This text has white color on #214A57 background.