COLOR #216571

HEX: #216571
RGB: (33,101,113)

Color info

#216571 contains mainly green and blue colors. Web safe color of #216571 is #336666 (or #366).

RGB color model

#216571 color RGB value is (33,101,113).

  • red value is 33;
  • green value is 101;
  • blue value is 113.
RGB:
(33,101,113)
(13%,40%,44%)

RGB channels and saturation

R 33 of 255 = 13%
G 101 of 255 = 40%
B 113 of 255 = 44%

33
101
113

R + G + B ~ 32%. #216571 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 101 + 113 = 247 (100%)
R 33 of 247 ~ 13.36%
G 101 of 247 ~ 40.89%
B 113 of 247 ~ 45.75%

%13.36
%40.89
%45.75

CMYK color model

#216571 color CMYK value is (71,11,0,56).

  • cyan value is 70.80%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(71,11,0,56)
C71M11Y0K56 
(71%,11%,0%,56%)
(0.71/0.11/0.00/0.56)	

CMYK percentages

%70.8
%10.62
%0
%55.69

Codes

Color #216571 in popluar color models

216571
RGB33101113
HSL189°54.79%28.63%
HSB/HSV189°70.80%44.31%
CMYK70.80%10.62%0.00%
55.69%

Color #216571 in popluar number systems.

HEX216571
Decimal33101113
Binary10000111001011110001
Octal41145161

Shades and tints

Shades of #216571

#216571
(33,101,113)
#1E5C67
(30,92,103)
#1B535D
(27,83,93)
#184A53
(24,74,83)
#154149
(21,65,73)
#12383F
(18,56,63)
#0F2F35
(15,47,53)
#0C262B
(12,38,43)
#091D21
(9,29,33)
#061417
(6,20,23)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #216571

#216571
(33,101,113)
#35737D
(53,115,125)
#498189
(73,129,137)
#5D8F95
(93,143,149)
#719DA1
(113,157,161)
#85ABAD
(133,171,173)
#99B9B9
(153,185,185)
#ADC7C5
(173,199,197)
#C1D5D1
(193,213,209)
#D5E3DD
(213,227,221)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216571 color. Also use rgb(33,101,113) instead hex code.

Text Font Color

.myTextColor { color: #216571; }

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

This text font color is #216571.


Background Color

.myBgColor { background-color: #216571; }

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

This div background color is #216571.


Border color

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

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

This div border color is #216571.


Opacity

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

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

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

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

This text has shadow with #216571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216571 on black background.


Color preview on white background

This text has color #216571 on white background.



Black color preview on #216571 background

This text has black color on #216571 background.


White color preview on #216571 background

This text has white color on #216571 background.