COLOR #21515D

HEX: #21515D
RGB: (33,81,93)

Color info

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

RGB color model

#21515D color RGB value is (33,81,93).

  • red value is 33;
  • green value is 81;
  • blue value is 93.
RGB:
(33,81,93)
(13%,32%,36%)

RGB channels and saturation

R 33 of 255 = 13%
G 81 of 255 = 32%
B 93 of 255 = 36%

33
81
93

R + G + B ~ 27%. #21515D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 81 + 93 = 207 (100%)
R 33 of 207 ~ 15.94%
G 81 of 207 ~ 39.13%
B 93 of 207 ~ 44.93%

%15.94
%39.13
%44.93

CMYK color model

#21515D color CMYK value is (65,13,0,64).

  • cyan value is 64.52%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(65,13,0,64)
C65M13Y0K64 
(65%,13%,0%,64%)
(0.65/0.13/0.00/0.64)	

CMYK percentages

%64.52
%12.9
%0
%63.53

Codes

Color #21515D in popluar color models

21515D
RGB338193
HSL192°47.62%24.71%
HSB/HSV192°64.52%36.47%
CMYK64.52%12.90%0.00%
63.53%

Color #21515D in popluar number systems.

HEX21515D
Decimal338193
Binary10000110100011011101
Octal41121135

Shades and tints

Shades of #21515D

#21515D
(33,81,93)
#1E4A55
(30,74,85)
#1B434D
(27,67,77)
#183C45
(24,60,69)
#15353D
(21,53,61)
#122E35
(18,46,53)
#0F272D
(15,39,45)
#0C2025
(12,32,37)
#09191D
(9,25,29)
#061215
(6,18,21)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #21515D

#21515D
(33,81,93)
#35606B
(53,96,107)
#496F79
(73,111,121)
#5D7E87
(93,126,135)
#718D95
(113,141,149)
#859CA3
(133,156,163)
#99ABB1
(153,171,177)
#ADBABF
(173,186,191)
#C1C9CD
(193,201,205)
#D5D8DB
(213,216,219)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21515D; }

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

This text font color is #21515D.


Background Color

.myBgColor { background-color: #21515D; }

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

This div background color is #21515D.


Border color

.myBorderColor { border: 1px solid #21515D; }

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

This div border color is #21515D.


Opacity

.myOpacity80 { color: #21515D; opacity: 0.8; }

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

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

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

This text has shadow with #21515D color.

.textShadow {text-shadow: 3px 3px 1px #21515D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #21515D;
-webkit-box-shadow: 1px 1px 3px 2px #21515D;
box-shadow:1px 1px 3px 2px #21515D;">
Div content here</div>
This div box has shadow with color #21515D.

Preview

Color preview on black background

This text has color #21515D on black background.


Color preview on white background

This text has color #21515D on white background.



Black color preview on #21515D background

This text has black color on #21515D background.


White color preview on #21515D background

This text has white color on #21515D background.