COLOR #215153

HEX: #215153 RGB: (33,81,83)

Color info

#215153 contains red, green and blue colors in about the same proportion. Web safe color of #215153 is #336666 (or #366).

RGB color model

#215153 color RGB value is (33,81,83).

RGB: (33,81,83) (13%, 32%, 33%)

RGB channels and saturation

R 33 of 255 = 13%
G 81 of 255 = 32%
B 83 of 255 = 33%

33
81
83

R + G + B ~ 26%. #215153 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 81 + 83 = 197 (100%)
R 33 of 197 ~ 16.75%
G 81 of 197 ~ 41.12%
B 83 of 197 ~ 42.13'%

%16.75
%41.12
%42.13

CMYK color model

#215153 color CMYK value is (60,2,0,67).

  • cyan value is 60.24%
  • magenta value is 2.41%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (60,2,0,67)
C60M2Y0K67 (60%, 2%, 0%, 67%)
(0.60 / 0.02 / 0.00 / 0.67)

CMYK percentages

%60.24
%2.41
%0
%67.45

Codes

Color #215153 in popluar color models

21 51 53
RGB 33 81 83
HSL 182° 43.10% 22.75%
HSB/HSV 182° 60.24% 32.55%
CMYK 60.24% 2.41% 0.00%
67.45%

Color #215153 in popluar number systems.

HEX 21 51 53
Decimal 33 81 83
Binary 100001 1010001 1010011
Octal 41 121 123

Shades and tints

Shades of #215153

#215153
(33,81,83)
#1E4A4C
(30,74,76)
#1B4345
(27,67,69)
#183C3E
(24,60,62)
#153537
(21,53,55)
#122E30
(18,46,48)
#0F2729
(15,39,41)
#0C2022
(12,32,34)
#09191B
(9,25,27)
#061214
(6,18,20)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #215153

#215153
(33,81,83)
#356062
(53,96,98)
#496F71
(73,111,113)
#5D7E80
(93,126,128)
#718D8F
(113,141,143)
#859C9E
(133,156,158)
#99ABAD
(153,171,173)
#ADBABC
(173,186,188)
#C1C9CB
(193,201,203)
#D5D8DA
(213,216,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215153; }

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

This text font color is #215153.

Background Color

.myBgColor { background-color: #215153; }

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

This div background color is #215153.

Border color

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

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

This div border color is #215153.

Opacity

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

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

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

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

This text has shadow with #215153 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215153.

Preview

Color preview on black background

This text has color #215153 on black background.


Color preview on white background

This text has color #215153 on white background.


Black color preview on #215153 background

This text has black color on #215153 background.


White color preview on #215153 background

This text has white color on #215153 background.


Related colors

Complementary color

Complementary color for #hex is #DEAEAC.


I love getcolorcode.com

Triadic colors

1 #532151 and #515321 with #215153 are triadic colors.

2 #535121 and #512153 with #215153 are triadic colors.