COLOR #214155

HEX: #214155
RGB: (33,65,85)

Color info

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

RGB color model

#214155 color RGB value is (33,65,85).

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

RGB channels and saturation

R 33 of 255 = 13%
G 65 of 255 = 25%
B 85 of 255 = 33%

33
65
85

R + G + B ~ 24%. #214155 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 65 + 85 = 183 (100%)
R 33 of 183 ~ 18.03%
G 65 of 183 ~ 35.52%
B 85 of 183 ~ 46.45%

%18.03
%35.52
%46.45

CMYK color model

#214155 color CMYK value is (61,24,0,67).

  • cyan value is 61.18%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(61,24,0,67)
C61M24Y0K67 
(61%,24%,0%,67%)
(0.61/0.24/0.00/0.67)	

CMYK percentages

%61.18
%23.53
%0
%66.67

Codes

Color #214155 in popluar color models

214155
RGB336585
HSL203°44.07%23.14%
HSB/HSV203°61.18%33.33%
CMYK61.18%23.53%0.00%
66.67%

Color #214155 in popluar number systems.

HEX214155
Decimal336585
Binary10000110000011010101
Octal41101125

Shades and tints

Shades of #214155

#214155
(33,65,85)
#1E3C4E
(30,60,78)
#1B3747
(27,55,71)
#183240
(24,50,64)
#152D39
(21,45,57)
#122832
(18,40,50)
#0F232B
(15,35,43)
#0C1E24
(12,30,36)
#09191D
(9,25,29)
#061416
(6,20,22)
#030F0F
(3,15,15)
#000000
(0,0,0)

Tints of #214155

#214155
(33,65,85)
#355264
(53,82,100)
#496373
(73,99,115)
#5D7482
(93,116,130)
#718591
(113,133,145)
#8596A0
(133,150,160)
#99A7AF
(153,167,175)
#ADB8BE
(173,184,190)
#C1C9CD
(193,201,205)
#D5DADC
(213,218,220)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214155; }

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

This text font color is #214155.


Background Color

.myBgColor { background-color: #214155; }

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

This div background color is #214155.


Border color

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

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

This div border color is #214155.


Opacity

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

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

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

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

This text has shadow with #214155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214155 on black background.


Color preview on white background

This text has color #214155 on white background.



Black color preview on #214155 background

This text has black color on #214155 background.


White color preview on #214155 background

This text has white color on #214155 background.