COLOR #05180D

HEX: #05180D
RGB: (5,24,13)

Color info

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

RGB color model

#05180D color RGB value is (5,24,13).

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

RGB channels and saturation

R 5 of 255 = 2%
G 24 of 255 = 9%
B 13 of 255 = 5%

5
24
13

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

Portions of RGB colors in percentages

R + G + B =
5 + 24 + 13 = 42 (100%)
R 5 of 42 ~ 11.9%
G 24 of 42 ~ 57.14%
B 13 of 42 ~ 30.95%

%11.9
%57.14
%30.95

CMYK color model

#05180D color CMYK value is (79,0,46,91).

  • cyan value is 79.17%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 90.59%
CMYK:
(79,0,46,91)
C79M0Y46K91 
(79%,0%,46%,91%)
(0.79/0.00/0.46/0.91)	

CMYK percentages

%79.17
%0
%45.83
%90.59

Codes

Color #05180D in popluar color models

05180D
RGB52413
HSL145°65.52%5.69%
HSB/HSV145°79.17%9.41%
CMYK79.17%0.00%45.83%
90.59%

Color #05180D in popluar number systems.

HEX05180D
Decimal52413
Binary101110001101
Octal53015

Shades and tints

Shades of #05180D

#05180D
(5,24,13)
#05160C
(5,22,12)
#05140B
(5,20,11)
#05120A
(5,18,10)
#051009
(5,16,9)
#050E08
(5,14,8)
#050C07
(5,12,7)
#050A06
(5,10,6)
#050805
(5,8,5)
#050604
(5,6,4)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #05180D

#05180D
(5,24,13)
#1B2D23
(27,45,35)
#314239
(49,66,57)
#47574F
(71,87,79)
#5D6C65
(93,108,101)
#73817B
(115,129,123)
#899691
(137,150,145)
#9FABA7
(159,171,167)
#B5C0BD
(181,192,189)
#CBD5D3
(203,213,211)
#E1EAE9
(225,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05180D; }

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

This text font color is #05180D.


Background Color

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

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

This div background color is #05180D.


Border color

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

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

This div border color is #05180D.


Opacity

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

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

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

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

This text has shadow with #05180D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05180D on black background.


Color preview on white background

This text has color #05180D on white background.



Black color preview on #05180D background

This text has black color on #05180D background.


White color preview on #05180D background

This text has white color on #05180D background.