COLOR #051D12

HEX: #051D12
RGB: (5,29,18)

Color info

#051D12 contains red, green and blue colors in about the same proportion. Web safe color of #051D12 is #003300 (or #030).

RGB color model

#051D12 color RGB value is (5,29,18).

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

RGB channels and saturation

R 5 of 255 = 2%
G 29 of 255 = 11%
B 18 of 255 = 7%

5
29
18

R + G + B ~ 7%. #051D12 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 29 + 18 = 52 (100%)
R 5 of 52 ~ 9.62%
G 29 of 52 ~ 55.77%
B 18 of 52 ~ 34.62%

%9.62
%55.77
%34.62

CMYK color model

#051D12 color CMYK value is (83,0,38,89).

  • cyan value is 82.76%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 88.63%
CMYK:
(83,0,38,89)
C83M0Y38K89 
(83%,0%,38%,89%)
(0.83/0.00/0.38/0.89)	

CMYK percentages

%82.76
%0
%37.93
%88.63

Codes

Color #051D12 in popluar color models

051D12
RGB52918
HSL153°70.59%6.67%
HSB/HSV153°82.76%11.37%
CMYK82.76%0.00%37.93%
88.63%

Color #051D12 in popluar number systems.

HEX051D12
Decimal52918
Binary1011110110010
Octal53522

Shades and tints

Shades of #051D12

#051D12
(5,29,18)
#051B11
(5,27,17)
#051910
(5,25,16)
#05170F
(5,23,15)
#05150E
(5,21,14)
#05130D
(5,19,13)
#05110C
(5,17,12)
#050F0B
(5,15,11)
#050D0A
(5,13,10)
#050B09
(5,11,9)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #051D12

#051D12
(5,29,18)
#1B3127
(27,49,39)
#31453C
(49,69,60)
#475951
(71,89,81)
#5D6D66
(93,109,102)
#73817B
(115,129,123)
#899590
(137,149,144)
#9FA9A5
(159,169,165)
#B5BDBA
(181,189,186)
#CBD1CF
(203,209,207)
#E1E5E4
(225,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051D12; }

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

This text font color is #051D12.


Background Color

.myBgColor { background-color: #051D12; }

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

This div background color is #051D12.


Border color

.myBorderColor { border: 1px solid #051D12; }

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

This div border color is #051D12.


Opacity

.myOpacity80 { color: #051D12; opacity: 0.8; }

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

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

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

This text has shadow with #051D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051D12 on black background.


Color preview on white background

This text has color #051D12 on white background.



Black color preview on #051D12 background

This text has black color on #051D12 background.


White color preview on #051D12 background

This text has white color on #051D12 background.