COLOR #215360

HEX: #215360 RGB: (33,83,96)

Color info

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

RGB color model

#215360 color RGB value is (33,83,96).

RGB: (33,83,96) (13%, 33%, 38%)

RGB channels and saturation

R 33 of 255 = 13%
G 83 of 255 = 33%
B 96 of 255 = 38%

33
83
96

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

Portions of RGB colors in percentages

R + G + B = 33 + 83 + 96 = 212 (100%)
R 33 of 212 ~ 15.57%
G 83 of 212 ~ 39.15%
B 96 of 212 ~ 45.28'%

%15.57
%39.15
%45.28

CMYK color model

#215360 color CMYK value is (66,14,0,62).

  • cyan value is 65.63%
  • magenta value is 13.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (66,14,0,62) C66M14Y0K62 (66%,14%,0%,62%) (0.66/0.14/0.00/0.62) 

CMYK percentages

%65.63
%13.54
%0
%62.35

Codes

Color #215360 in popluar color models

21 53 60
RGB 33 83 96
HSL 192° 48.84% 25.29%
HSB/HSV 192° 65.63% 37.65%
CMYK 65.63% 13.54% 0.00%
62.35%

Color #215360 in popluar number systems.

HEX 21 53 60
Decimal 33 83 96
Binary 100001 1010011 1100000
Octal 41 123 140

Shades and tints

Shades of #215360

#215360
(33,83,96)
#1E4C58
(30,76,88)
#1B4550
(27,69,80)
#183E48
(24,62,72)
#153740
(21,55,64)
#123038
(18,48,56)
#0F2930
(15,41,48)
#0C2228
(12,34,40)
#091B20
(9,27,32)
#061418
(6,20,24)
#030D10
(3,13,16)
#000000
(0,0,0)

Tints of #215360

#215360
(33,83,96)
#35626E
(53,98,110)
#49717C
(73,113,124)
#5D808A
(93,128,138)
#718F98
(113,143,152)
#859EA6
(133,158,166)
#99ADB4
(153,173,180)
#ADBCC2
(173,188,194)
#C1CBD0
(193,203,208)
#D5DADE
(213,218,222)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215360; }

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

This text font color is #215360.

Background Color

.myBgColor { background-color: #215360; }

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

This div background color is #215360.

Border color

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

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

This div border color is #215360.

Opacity

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

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

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

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

This text has shadow with #215360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215360.

Preview

Color preview on black background

This text has color #215360 on black background.


Color preview on white background

This text has color #215360 on white background.


Black color preview on #215360 background

This text has black color on #215360 background.


White color preview on #215360 background

This text has white color on #215360 background.


Related colors

Complementary color

Complementary color for #hex is #DEAC9F.


I love getcolorcode.com

Triadic colors

1 #602153 and #536021 with #215360 are triadic colors.

2 #605321 and #532160 with #215360 are triadic colors.