COLOR #215B50

HEX: #215B50
RGB: (33,91,80)

Color info

#215B50 contains red, green and blue colors in about the same proportion. Web safe color of #215B50 is #336666 (or #366).

RGB color model

#215B50 color RGB value is (33,91,80).

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

RGB channels and saturation

R 33 of 255 = 13%
G 91 of 255 = 36%
B 80 of 255 = 31%

33
91
80

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

Portions of RGB colors in percentages

R + G + B =
33 + 91 + 80 = 204 (100%)
R 33 of 204 ~ 16.18%
G 91 of 204 ~ 44.61%
B 80 of 204 ~ 39.22%

%16.18
%44.61
%39.22

CMYK color model

#215B50 color CMYK value is (64,0,12,64).

  • cyan value is 63.74%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 64.31%
CMYK:
(64,0,12,64)
C64M0Y12K64 
(64%,0%,12%,64%)
(0.64/0.00/0.12/0.64)	

CMYK percentages

%63.74
%0
%12.09
%64.31

Codes

Color #215B50 in popluar color models

215B50
RGB339180
HSL169°46.77%24.31%
HSB/HSV169°63.74%35.69%
CMYK63.74%0.00%12.09%
64.31%

Color #215B50 in popluar number systems.

HEX215B50
Decimal339180
Binary10000110110111010000
Octal41133120

Shades and tints

Shades of #215B50

#215B50
(33,91,80)
#1E5349
(30,83,73)
#1B4B42
(27,75,66)
#18433B
(24,67,59)
#153B34
(21,59,52)
#12332D
(18,51,45)
#0F2B26
(15,43,38)
#0C231F
(12,35,31)
#091B18
(9,27,24)
#061311
(6,19,17)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #215B50

#215B50
(33,91,80)
#35695F
(53,105,95)
#49776E
(73,119,110)
#5D857D
(93,133,125)
#71938C
(113,147,140)
#85A19B
(133,161,155)
#99AFAA
(153,175,170)
#ADBDB9
(173,189,185)
#C1CBC8
(193,203,200)
#D5D9D7
(213,217,215)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215B50; }

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

This text font color is #215B50.


Background Color

.myBgColor { background-color: #215B50; }

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

This div background color is #215B50.


Border color

.myBorderColor { border: 1px solid #215B50; }

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

This div border color is #215B50.


Opacity

.myOpacity80 { color: #215B50; opacity: 0.8; }

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

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

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

This text has shadow with #215B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215B50 on black background.


Color preview on white background

This text has color #215B50 on white background.



Black color preview on #215B50 background

This text has black color on #215B50 background.


White color preview on #215B50 background

This text has white color on #215B50 background.