COLOR #215550

HEX: #215550
RGB: (33,85,80)

Color info

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

RGB color model

#215550 color RGB value is (33,85,80).

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

RGB channels and saturation

R 33 of 255 = 13%
G 85 of 255 = 33%
B 80 of 255 = 31%

33
85
80

R + G + B ~ 26%. #215550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 85 + 80 = 198 (100%)
R 33 of 198 ~ 16.67%
G 85 of 198 ~ 42.93%
B 80 of 198 ~ 40.4%

%16.67
%42.93
%40.4

CMYK color model

#215550 color CMYK value is (61,0,6,67).

  • cyan value is 61.18%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK:
(61,0,6,67)
C61M0Y6K67 
(61%,0%,6%,67%)
(0.61/0.00/0.06/0.67)	

CMYK percentages

%61.18
%0
%5.88
%66.67

Codes

Color #215550 in popluar color models

215550
RGB338580
HSL174°44.07%23.14%
HSB/HSV174°61.18%33.33%
CMYK61.18%0.00%5.88%
66.67%

Color #215550 in popluar number systems.

HEX215550
Decimal338580
Binary10000110101011010000
Octal41125120

Shades and tints

Shades of #215550

#215550
(33,85,80)
#1E4E49
(30,78,73)
#1B4742
(27,71,66)
#18403B
(24,64,59)
#153934
(21,57,52)
#12322D
(18,50,45)
#0F2B26
(15,43,38)
#0C241F
(12,36,31)
#091D18
(9,29,24)
#061611
(6,22,17)
#030F0A
(3,15,10)
#000000
(0,0,0)

Tints of #215550

#215550
(33,85,80)
#35645F
(53,100,95)
#49736E
(73,115,110)
#5D827D
(93,130,125)
#71918C
(113,145,140)
#85A09B
(133,160,155)
#99AFAA
(153,175,170)
#ADBEB9
(173,190,185)
#C1CDC8
(193,205,200)
#D5DCD7
(213,220,215)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215550; }

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

This text font color is #215550.


Background Color

.myBgColor { background-color: #215550; }

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

This div background color is #215550.


Border color

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

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

This div border color is #215550.


Opacity

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

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

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

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

This text has shadow with #215550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215550 on black background.


Color preview on white background

This text has color #215550 on white background.



Black color preview on #215550 background

This text has black color on #215550 background.


White color preview on #215550 background

This text has white color on #215550 background.