COLOR #215760

HEX: #215760
RGB: (33,87,96)

Color info

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

RGB color model

#215760 color RGB value is (33,87,96).

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

RGB channels and saturation

R 33 of 255 = 13%
G 87 of 255 = 34%
B 96 of 255 = 38%

33
87
96

R + G + B ~ 28%. #215760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 87 + 96 = 216 (100%)
R 33 of 216 ~ 15.28%
G 87 of 216 ~ 40.28%
B 96 of 216 ~ 44.44%

%15.28
%40.28
%44.44

CMYK color model

#215760 color CMYK value is (66,9,0,62).

  • cyan value is 65.63%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(66,9,0,62)
C66M9Y0K62 
(66%,9%,0%,62%)
(0.66/0.09/0.00/0.62)	

CMYK percentages

%65.63
%9.38
%0
%62.35

Codes

Color #215760 in popluar color models

215760
RGB338796
HSL189°48.84%25.29%
HSB/HSV189°65.63%37.65%
CMYK65.63%9.38%0.00%
62.35%

Color #215760 in popluar number systems.

HEX215760
Decimal338796
Binary10000110101111100000
Octal41127140

Shades and tints

Shades of #215760

#215760
(33,87,96)
#1E5058
(30,80,88)
#1B4950
(27,73,80)
#184248
(24,66,72)
#153B40
(21,59,64)
#123438
(18,52,56)
#0F2D30
(15,45,48)
#0C2628
(12,38,40)
#091F20
(9,31,32)
#061818
(6,24,24)
#031110
(3,17,16)
#000000
(0,0,0)

Tints of #215760

#215760
(33,87,96)
#35666E
(53,102,110)
#49757C
(73,117,124)
#5D848A
(93,132,138)
#719398
(113,147,152)
#85A2A6
(133,162,166)
#99B1B4
(153,177,180)
#ADC0C2
(173,192,194)
#C1CFD0
(193,207,208)
#D5DEDE
(213,222,222)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215760; }

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

This text font color is #215760.


Background Color

.myBgColor { background-color: #215760; }

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

This div background color is #215760.


Border color

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

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

This div border color is #215760.


Opacity

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

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

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

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

This text has shadow with #215760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215760 on black background.


Color preview on white background

This text has color #215760 on white background.



Black color preview on #215760 background

This text has black color on #215760 background.


White color preview on #215760 background

This text has white color on #215760 background.