COLOR #215D59

HEX: #215D59
RGB: (33,93,89)

Color info

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

RGB color model

#215D59 color RGB value is (33,93,89).

  • red value is 33;
  • green value is 93;
  • blue value is 89.
RGB:
(33,93,89)
(13%,36%,35%)

RGB channels and saturation

R 33 of 255 = 13%
G 93 of 255 = 36%
B 89 of 255 = 35%

33
93
89

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

Portions of RGB colors in percentages

R + G + B =
33 + 93 + 89 = 215 (100%)
R 33 of 215 ~ 15.35%
G 93 of 215 ~ 43.26%
B 89 of 215 ~ 41.4%

%15.35
%43.26
%41.4

CMYK color model

#215D59 color CMYK value is (65,0,4,64).

  • cyan value is 64.52%
  • magenta value is 0.00%
  • yellow value is 4.30%
  • key color value is 63.53%
CMYK:
(65,0,4,64)
C65M0Y4K64 
(65%,0%,4%,64%)
(0.65/0.00/0.04/0.64)	

CMYK percentages

%64.52
%0
%4.3
%63.53

Codes

Color #215D59 in popluar color models

215D59
RGB339389
HSL176°47.62%24.71%
HSB/HSV176°64.52%36.47%
CMYK64.52%0.00%4.30%
63.53%

Color #215D59 in popluar number systems.

HEX215D59
Decimal339389
Binary10000110111011011001
Octal41135131

Shades and tints

Shades of #215D59

#215D59
(33,93,89)
#1E5551
(30,85,81)
#1B4D49
(27,77,73)
#184541
(24,69,65)
#153D39
(21,61,57)
#123531
(18,53,49)
#0F2D29
(15,45,41)
#0C2521
(12,37,33)
#091D19
(9,29,25)
#061511
(6,21,17)
#030D09
(3,13,9)
#000000
(0,0,0)

Tints of #215D59

#215D59
(33,93,89)
#356B68
(53,107,104)
#497977
(73,121,119)
#5D8786
(93,135,134)
#719595
(113,149,149)
#85A3A4
(133,163,164)
#99B1B3
(153,177,179)
#ADBFC2
(173,191,194)
#C1CDD1
(193,205,209)
#D5DBE0
(213,219,224)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215D59 color. Also use rgb(33,93,89) instead hex code.

Text Font Color

.myTextColor { color: #215D59; }

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

This text font color is #215D59.


Background Color

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

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

This div background color is #215D59.


Border color

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

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

This div border color is #215D59.


Opacity

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

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

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

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

This text has shadow with #215D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215D59 on black background.


Color preview on white background

This text has color #215D59 on white background.



Black color preview on #215D59 background

This text has black color on #215D59 background.


White color preview on #215D59 background

This text has white color on #215D59 background.