COLOR #214955

HEX: #214955
RGB: (33,73,85)

Color info

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

RGB color model

#214955 color RGB value is (33,73,85).

  • red value is 33;
  • green value is 73;
  • blue value is 85.
RGB:
(33,73,85)
(13%,29%,33%)

RGB channels and saturation

R 33 of 255 = 13%
G 73 of 255 = 29%
B 85 of 255 = 33%

33
73
85

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

Portions of RGB colors in percentages

R + G + B =
33 + 73 + 85 = 191 (100%)
R 33 of 191 ~ 17.28%
G 73 of 191 ~ 38.22%
B 85 of 191 ~ 44.5%

%17.28
%38.22
%44.5

CMYK color model

#214955 color CMYK value is (61,14,0,67).

  • cyan value is 61.18%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(61,14,0,67)
C61M14Y0K67 
(61%,14%,0%,67%)
(0.61/0.14/0.00/0.67)	

CMYK percentages

%61.18
%14.12
%0
%66.67

Codes

Color #214955 in popluar color models

214955
RGB337385
HSL194°44.07%23.14%
HSB/HSV194°61.18%33.33%
CMYK61.18%14.12%0.00%
66.67%

Color #214955 in popluar number systems.

HEX214955
Decimal337385
Binary10000110010011010101
Octal41111125

Shades and tints

Shades of #214955

#214955
(33,73,85)
#1E434E
(30,67,78)
#1B3D47
(27,61,71)
#183740
(24,55,64)
#153139
(21,49,57)
#122B32
(18,43,50)
#0F252B
(15,37,43)
#0C1F24
(12,31,36)
#09191D
(9,25,29)
#061316
(6,19,22)
#030D0F
(3,13,15)
#000000
(0,0,0)

Tints of #214955

#214955
(33,73,85)
#355964
(53,89,100)
#496973
(73,105,115)
#5D7982
(93,121,130)
#718991
(113,137,145)
#8599A0
(133,153,160)
#99A9AF
(153,169,175)
#ADB9BE
(173,185,190)
#C1C9CD
(193,201,205)
#D5D9DC
(213,217,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214955 color. Also use rgb(33,73,85) instead hex code.

Text Font Color

.myTextColor { color: #214955; }

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

This text font color is #214955.


Background Color

.myBgColor { background-color: #214955; }

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

This div background color is #214955.


Border color

.myBorderColor { border: 1px solid #214955; }

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

This div border color is #214955.


Opacity

.myOpacity80 { color: #214955; opacity: 0.8; }

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

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

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

This text has shadow with #214955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214955 on black background.


Color preview on white background

This text has color #214955 on white background.



Black color preview on #214955 background

This text has black color on #214955 background.


White color preview on #214955 background

This text has white color on #214955 background.