COLOR #215042

HEX: #215042
RGB: (33,80,66)

Color info

#215042 contains red, green and blue colors in about the same proportion. Web safe color of #215042 is #336633 (or #363).

RGB color model

#215042 color RGB value is (33,80,66).

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

RGB channels and saturation

R 33 of 255 = 13%
G 80 of 255 = 31%
B 66 of 255 = 26%

33
80
66

R + G + B ~ 23%. #215042 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 80 + 66 = 179 (100%)
R 33 of 179 ~ 18.44%
G 80 of 179 ~ 44.69%
B 66 of 179 ~ 36.87%

%18.44
%44.69
%36.87

CMYK color model

#215042 color CMYK value is (59,0,18,69).

  • cyan value is 58.75%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(59,0,18,69)
C59M0Y18K69 
(59%,0%,18%,69%)
(0.59/0.00/0.18/0.69)	

CMYK percentages

%58.75
%0
%17.5
%68.63

Codes

Color #215042 in popluar color models

215042
RGB338066
HSL162°41.59%22.16%
HSB/HSV162°58.75%31.37%
CMYK58.75%0.00%17.50%
68.63%

Color #215042 in popluar number systems.

HEX215042
Decimal338066
Binary10000110100001000010
Octal41120102

Shades and tints

Shades of #215042

#215042
(33,80,66)
#1E493C
(30,73,60)
#1B4236
(27,66,54)
#183B30
(24,59,48)
#15342A
(21,52,42)
#122D24
(18,45,36)
#0F261E
(15,38,30)
#0C1F18
(12,31,24)
#091812
(9,24,18)
#06110C
(6,17,12)
#030A06
(3,10,6)
#000000
(0,0,0)

Tints of #215042

#215042
(33,80,66)
#355F53
(53,95,83)
#496E64
(73,110,100)
#5D7D75
(93,125,117)
#718C86
(113,140,134)
#859B97
(133,155,151)
#99AAA8
(153,170,168)
#ADB9B9
(173,185,185)
#C1C8CA
(193,200,202)
#D5D7DB
(213,215,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215042; }

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

This text font color is #215042.


Background Color

.myBgColor { background-color: #215042; }

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

This div background color is #215042.


Border color

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

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

This div border color is #215042.


Opacity

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

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

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

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

This text has shadow with #215042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215042 on black background.


Color preview on white background

This text has color #215042 on white background.



Black color preview on #215042 background

This text has black color on #215042 background.


White color preview on #215042 background

This text has white color on #215042 background.