COLOR #215961

HEX: #215961 RGB: (33,89,97)

Color info

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

RGB color model

#215961 color RGB value is (33,89,97).

RGB: (33,89,97) (13%, 35%, 38%)

RGB channels and saturation

R 33 of 255 = 13%
G 89 of 255 = 35%
B 97 of 255 = 38%

33
89
97

R + G + B ~ 29%. #215961 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 89 + 97 = 219 (100%)
R 33 of 219 ~ 15.07%
G 89 of 219 ~ 40.64%
B 97 of 219 ~ 44.29'%

%15.07
%40.64
%44.29

CMYK color model

#215961 color CMYK value is (66,8,0,62).

  • cyan value is 65.98%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (66,8,0,62)
C66M8Y0K62 (66%, 8%, 0%, 62%)
(0.66 / 0.08 / 0.00 / 0.62)

CMYK percentages

%65.98
%8.25
%0
%61.96

Codes

Color #215961 in popluar color models

21 59 61
RGB 33 89 97
HSL 188° 49.23% 25.49%
HSB/HSV 188° 65.98% 38.04%
CMYK 65.98% 8.25% 0.00%
61.96%

Color #215961 in popluar number systems.

HEX 21 59 61
Decimal 33 89 97
Binary 100001 1011001 1100001
Octal 41 131 141

Shades and tints

Shades of #215961

#215961
(33,89,97)
#1E5159
(30,81,89)
#1B4951
(27,73,81)
#184149
(24,65,73)
#153941
(21,57,65)
#123139
(18,49,57)
#0F2931
(15,41,49)
#0C2129
(12,33,41)
#091921
(9,25,33)
#061119
(6,17,25)
#030911
(3,9,17)
#000000
(0,0,0)

Tints of #215961

#215961
(33,89,97)
#35686F
(53,104,111)
#49777D
(73,119,125)
#5D868B
(93,134,139)
#719599
(113,149,153)
#85A4A7
(133,164,167)
#99B3B5
(153,179,181)
#ADC2C3
(173,194,195)
#C1D1D1
(193,209,209)
#D5E0DF
(213,224,223)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215961; }

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

This text font color is #215961.

Background Color

.myBgColor { background-color: #215961; }

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

This div background color is #215961.

Border color

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

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

This div border color is #215961.

Opacity

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

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

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

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

This text has shadow with #215961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215961.

Preview

Color preview on black background

This text has color #215961 on black background.


Color preview on white background

This text has color #215961 on white background.


Black color preview on #215961 background

This text has black color on #215961 background.


White color preview on #215961 background

This text has white color on #215961 background.


Related colors

Complementary color

Complementary color for #hex is #DEA69E.


I love getcolorcode.com

Triadic colors

1 #612159 and #596121 with #215961 are triadic colors.

2 #615921 and #592161 with #215961 are triadic colors.