COLOR #051215

HEX: #051215
RGB: (5,18,21)

Color info

#051215 contains red, green and blue colors in about the same proportion. Web safe color of #051215 is #000000 (or #000).

RGB color model

#051215 color RGB value is (5,18,21).

  • red value is 5;
  • green value is 18;
  • blue value is 21.
RGB:
(5,18,21)
(2%,7%,8%)

RGB channels and saturation

R 5 of 255 = 2%
G 18 of 255 = 7%
B 21 of 255 = 8%

5
18
21

R + G + B ~ 6%. #051215 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 18 + 21 = 44 (100%)
R 5 of 44 ~ 11.36%
G 18 of 44 ~ 40.91%
B 21 of 44 ~ 47.73%

%11.36
%40.91
%47.73

CMYK color model

#051215 color CMYK value is (76,14,0,92).

  • cyan value is 76.19%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(76,14,0,92)
C76M14Y0K92 
(76%,14%,0%,92%)
(0.76/0.14/0.00/0.92)	

CMYK percentages

%76.19
%14.29
%0
%91.76

Codes

Color #051215 in popluar color models

051215
RGB51821
HSL191°61.54%5.10%
HSB/HSV191°76.19%8.24%
CMYK76.19%14.29%0.00%
91.76%

Color #051215 in popluar number systems.

HEX051215
Decimal51821
Binary1011001010101
Octal52225

Shades and tints

Shades of #051215

#051215
(5,18,21)
#051114
(5,17,20)
#051013
(5,16,19)
#050F12
(5,15,18)
#050E11
(5,14,17)
#050D10
(5,13,16)
#050C0F
(5,12,15)
#050B0E
(5,11,14)
#050A0D
(5,10,13)
#05090C
(5,9,12)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #051215

#051215
(5,18,21)
#1B272A
(27,39,42)
#313C3F
(49,60,63)
#475154
(71,81,84)
#5D6669
(93,102,105)
#737B7E
(115,123,126)
#899093
(137,144,147)
#9FA5A8
(159,165,168)
#B5BABD
(181,186,189)
#CBCFD2
(203,207,210)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051215 color. Also use rgb(5,18,21) instead hex code.

Text Font Color

.myTextColor { color: #051215; }

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

This text font color is #051215.


Background Color

.myBgColor { background-color: #051215; }

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

This div background color is #051215.


Border color

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

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

This div border color is #051215.


Opacity

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

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

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

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

This text has shadow with #051215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051215 on black background.


Color preview on white background

This text has color #051215 on white background.



Black color preview on #051215 background

This text has black color on #051215 background.


White color preview on #051215 background

This text has white color on #051215 background.