COLOR #216050

HEX: #216050
RGB: (33,96,80)

Color info

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

RGB color model

#216050 color RGB value is (33,96,80).

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

RGB channels and saturation

R 33 of 255 = 13%
G 96 of 255 = 38%
B 80 of 255 = 31%

33
96
80

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

Portions of RGB colors in percentages

R + G + B =
33 + 96 + 80 = 209 (100%)
R 33 of 209 ~ 15.79%
G 96 of 209 ~ 45.93%
B 80 of 209 ~ 38.28%

%15.79
%45.93
%38.28

CMYK color model

#216050 color CMYK value is (66,0,17,62).

  • cyan value is 65.63%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 62.35%
CMYK:
(66,0,17,62)
C66M0Y17K62 
(66%,0%,17%,62%)
(0.66/0.00/0.17/0.62)	

CMYK percentages

%65.63
%0
%16.67
%62.35

Codes

Color #216050 in popluar color models

216050
RGB339680
HSL165°48.84%25.29%
HSB/HSV165°65.63%37.65%
CMYK65.63%0.00%16.67%
62.35%

Color #216050 in popluar number systems.

HEX216050
Decimal339680
Binary10000111000001010000
Octal41140120

Shades and tints

Shades of #216050

#216050
(33,96,80)
#1E5849
(30,88,73)
#1B5042
(27,80,66)
#18483B
(24,72,59)
#154034
(21,64,52)
#12382D
(18,56,45)
#0F3026
(15,48,38)
#0C281F
(12,40,31)
#092018
(9,32,24)
#061811
(6,24,17)
#03100A
(3,16,10)
#000000
(0,0,0)

Tints of #216050

#216050
(33,96,80)
#356E5F
(53,110,95)
#497C6E
(73,124,110)
#5D8A7D
(93,138,125)
#71988C
(113,152,140)
#85A69B
(133,166,155)
#99B4AA
(153,180,170)
#ADC2B9
(173,194,185)
#C1D0C8
(193,208,200)
#D5DED7
(213,222,215)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216050; }

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

This text font color is #216050.


Background Color

.myBgColor { background-color: #216050; }

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

This div background color is #216050.


Border color

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

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

This div border color is #216050.


Opacity

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

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

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

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

This text has shadow with #216050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216050 on black background.


Color preview on white background

This text has color #216050 on white background.



Black color preview on #216050 background

This text has black color on #216050 background.


White color preview on #216050 background

This text has white color on #216050 background.