COLOR #214B60

HEX: #214B60
RGB: (33,75,96)

Color info

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

RGB color model

#214B60 color RGB value is (33,75,96).

  • red value is 33;
  • green value is 75;
  • blue value is 96.
RGB:
(33,75,96)
(13%,29%,38%)

RGB channels and saturation

R 33 of 255 = 13%
G 75 of 255 = 29%
B 96 of 255 = 38%

33
75
96

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

Portions of RGB colors in percentages

R + G + B =
33 + 75 + 96 = 204 (100%)
R 33 of 204 ~ 16.18%
G 75 of 204 ~ 36.76%
B 96 of 204 ~ 47.06%

%16.18
%36.76
%47.06

CMYK color model

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

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

CMYK percentages

%65.63
%21.88
%0
%62.35

Codes

Color #214B60 in popluar color models

214B60
RGB337596
HSL200°48.84%25.29%
HSB/HSV200°65.63%37.65%
CMYK65.63%21.88%0.00%
62.35%

Color #214B60 in popluar number systems.

HEX214B60
Decimal337596
Binary10000110010111100000
Octal41113140

Shades and tints

Shades of #214B60

#214B60
(33,75,96)
#1E4558
(30,69,88)
#1B3F50
(27,63,80)
#183948
(24,57,72)
#153340
(21,51,64)
#122D38
(18,45,56)
#0F2730
(15,39,48)
#0C2128
(12,33,40)
#091B20
(9,27,32)
#061518
(6,21,24)
#030F10
(3,15,16)
#000000
(0,0,0)

Tints of #214B60

#214B60
(33,75,96)
#355B6E
(53,91,110)
#496B7C
(73,107,124)
#5D7B8A
(93,123,138)
#718B98
(113,139,152)
#859BA6
(133,155,166)
#99ABB4
(153,171,180)
#ADBBC2
(173,187,194)
#C1CBD0
(193,203,208)
#D5DBDE
(213,219,222)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214B60 color. Also use rgb(33,75,96) instead hex code.

Text Font Color

.myTextColor { color: #214B60; }

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

This text font color is #214B60.


Background Color

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

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

This div background color is #214B60.


Border color

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

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

This div border color is #214B60.


Opacity

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

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

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

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

This text has shadow with #214B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214B60 on black background.


Color preview on white background

This text has color #214B60 on white background.



Black color preview on #214B60 background

This text has black color on #214B60 background.


White color preview on #214B60 background

This text has white color on #214B60 background.