COLOR #05150D

HEX: #05150D
RGB: (5,21,13)

Color info

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

RGB color model

#05150D color RGB value is (5,21,13).

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

RGB channels and saturation

R 5 of 255 = 2%
G 21 of 255 = 8%
B 13 of 255 = 5%

5
21
13

R + G + B ~ 5%. #05150D is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 21 + 13 = 39 (100%)
R 5 of 39 ~ 12.82%
G 21 of 39 ~ 53.85%
B 13 of 39 ~ 33.33%

%12.82
%53.85
%33.33

CMYK color model

#05150D color CMYK value is (76,0,38,92).

  • cyan value is 76.19%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 91.76%
CMYK:
(76,0,38,92)
C76M0Y38K92 
(76%,0%,38%,92%)
(0.76/0.00/0.38/0.92)	

CMYK percentages

%76.19
%0
%38.1
%91.76

Codes

Color #05150D in popluar color models

05150D
RGB52113
HSL150°61.54%5.10%
HSB/HSV150°76.19%8.24%
CMYK76.19%0.00%38.10%
91.76%

Color #05150D in popluar number systems.

HEX05150D
Decimal52113
Binary101101011101
Octal52515

Shades and tints

Shades of #05150D

#05150D
(5,21,13)
#05140C
(5,20,12)
#05130B
(5,19,11)
#05120A
(5,18,10)
#051109
(5,17,9)
#051008
(5,16,8)
#050F07
(5,15,7)
#050E06
(5,14,6)
#050D05
(5,13,5)
#050C04
(5,12,4)
#050B03
(5,11,3)
#000000
(0,0,0)

Tints of #05150D

#05150D
(5,21,13)
#1B2A23
(27,42,35)
#313F39
(49,63,57)
#47544F
(71,84,79)
#5D6965
(93,105,101)
#737E7B
(115,126,123)
#899391
(137,147,145)
#9FA8A7
(159,168,167)
#B5BDBD
(181,189,189)
#CBD2D3
(203,210,211)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05150D; }

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

This text font color is #05150D.


Background Color

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

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

This div background color is #05150D.


Border color

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

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

This div border color is #05150D.


Opacity

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

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

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

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

This text has shadow with #05150D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05150D on black background.


Color preview on white background

This text has color #05150D on white background.



Black color preview on #05150D background

This text has black color on #05150D background.


White color preview on #05150D background

This text has white color on #05150D background.