COLOR #051512

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

5
21
18

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

Portions of RGB colors in percentages

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

%11.36
%47.73
%40.91

CMYK color model

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

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

CMYK percentages

%76.19
%0
%14.29
%91.76

Codes

Color #051512 in popluar color models

051512
RGB52118
HSL169°61.54%5.10%
HSB/HSV169°76.19%8.24%
CMYK76.19%0.00%14.29%
91.76%

Color #051512 in popluar number systems.

HEX051512
Decimal52118
Binary1011010110010
Octal52522

Shades and tints

Shades of #051512

#051512
(5,21,18)
#051411
(5,20,17)
#051310
(5,19,16)
#05120F
(5,18,15)
#05110E
(5,17,14)
#05100D
(5,16,13)
#050F0C
(5,15,12)
#050E0B
(5,14,11)
#050D0A
(5,13,10)
#050C09
(5,12,9)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #051512

#051512
(5,21,18)
#1B2A27
(27,42,39)
#313F3C
(49,63,60)
#475451
(71,84,81)
#5D6966
(93,105,102)
#737E7B
(115,126,123)
#899390
(137,147,144)
#9FA8A5
(159,168,165)
#B5BDBA
(181,189,186)
#CBD2CF
(203,210,207)
#E1E7E4
(225,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051512; }

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

This text font color is #051512.


Background Color

.myBgColor { background-color: #051512; }

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

This div background color is #051512.


Border color

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

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

This div border color is #051512.


Opacity

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

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

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

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

This text has shadow with #051512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051512 on black background.


Color preview on white background

This text has color #051512 on white background.



Black color preview on #051512 background

This text has black color on #051512 background.


White color preview on #051512 background

This text has white color on #051512 background.