COLOR #215C6B

HEX: #215C6B RGB: (33,92,107)

Color info

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

RGB color model

#215C6B color RGB value is (33,92,107).

RGB: (33,92,107) (13%, 36%, 42%)

RGB channels and saturation

R 33 of 255 = 13%
G 92 of 255 = 36%
B 107 of 255 = 42%

33
92
107

R + G + B ~ 30%. #215C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 92 + 107 = 232 (100%)
R 33 of 232 ~ 14.22%
G 92 of 232 ~ 39.66%
B 107 of 232 ~ 46.12'%

%14.22
%39.66
%46.12

CMYK color model

#215C6B color CMYK value is (69,14,0,58).

  • cyan value is 69.16%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (69,14,0,58)
C69M14Y0K58 (69%, 14%, 0%, 58%)
(0.69 / 0.14 / 0.00 / 0.58)

CMYK percentages

%69.16
%14.02
%0
%58.04

Codes

Color #215C6B in popluar color models

21 5C 6B
RGB 33 92 107
HSL 192° 52.86% 27.45%
HSB/HSV 192° 69.16% 41.96%
CMYK 69.16% 14.02% 0.00%
58.04%

Color #215C6B in popluar number systems.

HEX 21 5C 6B
Decimal 33 92 107
Binary 100001 1011100 1101011
Octal 41 134 153

Shades and tints

Shades of #215C6B

#215C6B
(33,92,107)
#1E5462
(30,84,98)
#1B4C59
(27,76,89)
#184450
(24,68,80)
#153C47
(21,60,71)
#12343E
(18,52,62)
#0F2C35
(15,44,53)
#0C242C
(12,36,44)
#091C23
(9,28,35)
#06141A
(6,20,26)
#030C11
(3,12,17)
#000000
(0,0,0)

Tints of #215C6B

#215C6B
(33,92,107)
#356A78
(53,106,120)
#497885
(73,120,133)
#5D8692
(93,134,146)
#71949F
(113,148,159)
#85A2AC
(133,162,172)
#99B0B9
(153,176,185)
#ADBEC6
(173,190,198)
#C1CCD3
(193,204,211)
#D5DAE0
(213,218,224)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215C6B color. Also use rgb(33,92,107) instead hex code.

Text Font Color

.myTextColor { color: #215C6B; }

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

This text font color is #215C6B.

Background Color

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

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

This div background color is #215C6B.

Border color

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

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

This div border color is #215C6B.

Opacity

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

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

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

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

This text has shadow with #215C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215C6B.

Preview

Color preview on black background

This text has color #215C6B on black background.


Color preview on white background

This text has color #215C6B on white background.


Black color preview on #215C6B background

This text has black color on #215C6B background.


White color preview on #215C6B background

This text has white color on #215C6B background.


Related colors

Complementary color

Complementary color for #hex is #DEA394.


I love getcolorcode.com

Triadic colors

1 #6B215C and #5C6B21 with #215C6B are triadic colors.

2 #6B5C21 and #5C216B with #215C6B are triadic colors.