COLOR #215742

HEX: #215742
RGB: (33,87,66)

Color info

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

RGB color model

#215742 color RGB value is (33,87,66).

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

RGB channels and saturation

R 33 of 255 = 13%
G 87 of 255 = 34%
B 66 of 255 = 26%

33
87
66

R + G + B ~ 24%. #215742 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 87 + 66 = 186 (100%)
R 33 of 186 ~ 17.74%
G 87 of 186 ~ 46.77%
B 66 of 186 ~ 35.48%

%17.74
%46.77
%35.48

CMYK color model

#215742 color CMYK value is (62,0,24,66).

  • cyan value is 62.07%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 65.88%
CMYK:
(62,0,24,66)
C62M0Y24K66 
(62%,0%,24%,66%)
(0.62/0.00/0.24/0.66)	

CMYK percentages

%62.07
%0
%24.14
%65.88

Codes

Color #215742 in popluar color models

215742
RGB338766
HSL157°45.00%23.53%
HSB/HSV157°62.07%34.12%
CMYK62.07%0.00%24.14%
65.88%

Color #215742 in popluar number systems.

HEX215742
Decimal338766
Binary10000110101111000010
Octal41127102

Shades and tints

Shades of #215742

#215742
(33,87,66)
#1E503C
(30,80,60)
#1B4936
(27,73,54)
#184230
(24,66,48)
#153B2A
(21,59,42)
#123424
(18,52,36)
#0F2D1E
(15,45,30)
#0C2618
(12,38,24)
#091F12
(9,31,18)
#06180C
(6,24,12)
#031106
(3,17,6)
#000000
(0,0,0)

Tints of #215742

#215742
(33,87,66)
#356653
(53,102,83)
#497564
(73,117,100)
#5D8475
(93,132,117)
#719386
(113,147,134)
#85A297
(133,162,151)
#99B1A8
(153,177,168)
#ADC0B9
(173,192,185)
#C1CFCA
(193,207,202)
#D5DEDB
(213,222,219)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215742; }

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

This text font color is #215742.


Background Color

.myBgColor { background-color: #215742; }

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

This div background color is #215742.


Border color

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

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

This div border color is #215742.


Opacity

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

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

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

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

This text has shadow with #215742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215742 on black background.


Color preview on white background

This text has color #215742 on white background.



Black color preview on #215742 background

This text has black color on #215742 background.


White color preview on #215742 background

This text has white color on #215742 background.