COLOR #215E54

HEX: #215E54 RGB: (33,94,84)

Color info

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

RGB color model

#215E54 color RGB value is (33,94,84).

RGB: (33,94,84) (13%, 37%, 33%)

RGB channels and saturation

R 33 of 255 = 13%
G 94 of 255 = 37%
B 84 of 255 = 33%

33
94
84

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

Portions of RGB colors in percentages

R + G + B = 33 + 94 + 84 = 211 (100%)
R 33 of 211 ~ 15.64%
G 94 of 211 ~ 44.55%
B 84 of 211 ~ 39.81'%

%15.64
%44.55
%39.81

CMYK color model

#215E54 color CMYK value is (65,0,11,63).

  • cyan value is 64.89%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 63.14%

CMYK: (65,0,11,63)
C65M0Y11K63 (65%, 0%, 11%, 63%)
(0.65 / 0.00 / 0.11 / 0.63)

CMYK percentages

%64.89
%0
%10.64
%63.14

Codes

Color #215E54 in popluar color models

21 5E 54
RGB 33 94 84
HSL 170° 48.03% 24.90%
HSB/HSV 170° 64.89% 36.86%
CMYK 64.89% 0.00% 10.64%
63.14%

Color #215E54 in popluar number systems.

HEX 21 5E 54
Decimal 33 94 84
Binary 100001 1011110 1010100
Octal 41 136 124

Shades and tints

Shades of #215E54

#215E54
(33,94,84)
#1E564D
(30,86,77)
#1B4E46
(27,78,70)
#18463F
(24,70,63)
#153E38
(21,62,56)
#123631
(18,54,49)
#0F2E2A
(15,46,42)
#0C2623
(12,38,35)
#091E1C
(9,30,28)
#061615
(6,22,21)
#030E0E
(3,14,14)
#000000
(0,0,0)

Tints of #215E54

#215E54
(33,94,84)
#356C63
(53,108,99)
#497A72
(73,122,114)
#5D8881
(93,136,129)
#719690
(113,150,144)
#85A49F
(133,164,159)
#99B2AE
(153,178,174)
#ADC0BD
(173,192,189)
#C1CECC
(193,206,204)
#D5DCDB
(213,220,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215E54 color. Also use rgb(33,94,84) instead hex code.

Text Font Color

.myTextColor { color: #215E54; }

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

This text font color is #215E54.

Background Color

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

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

This div background color is #215E54.

Border color

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

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

This div border color is #215E54.

Opacity

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

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

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

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

This text has shadow with #215E54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215E54.

Preview

Color preview on black background

This text has color #215E54 on black background.


Color preview on white background

This text has color #215E54 on white background.


Black color preview on #215E54 background

This text has black color on #215E54 background.


White color preview on #215E54 background

This text has white color on #215E54 background.


Related colors

Complementary color

Complementary color for #hex is #DEA1AB.


I love getcolorcode.com

Triadic colors

1 #54215E and #5E5421 with #215E54 are triadic colors.

2 #545E21 and #5E2154 with #215E54 are triadic colors.