COLOR #051D02

HEX: #051D02
RGB: (5,29,2)

Color info

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

RGB color model

#051D02 color RGB value is (5,29,2).

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

RGB channels and saturation

R 5 of 255 = 2%
G 29 of 255 = 11%
B 2 of 255 = 1%

5
29
2

R + G + B ~ 5%. #051D02 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 29 + 2 = 36 (100%)
R 5 of 36 ~ 13.89%
G 29 of 36 ~ 80.56%
B 2 of 36 ~ 5.56%

%13.89
%80.56

CMYK color model

#051D02 color CMYK value is (83,0,93,89).

  • cyan value is 82.76%
  • magenta value is 0.00%
  • yellow value is 93.10%
  • key color value is 88.63%
CMYK:
(83,0,93,89)
C83M0Y93K89 
(83%,0%,93%,89%)
(0.83/0.00/0.93/0.89)	

CMYK percentages

%82.76
%0
%93.1
%88.63

Codes

Color #051D02 in popluar color models

051D02
RGB5292
HSL113°87.10%6.08%
HSB/HSV113°93.10%11.37%
CMYK82.76%0.00%93.10%
88.63%

Color #051D02 in popluar number systems.

HEX051D02
Decimal5292
Binary1011110110
Octal5352

Shades and tints

Shades of #051D02

#051D02
(5,29,2)
#051B02
(5,27,2)
#051902
(5,25,2)
#051702
(5,23,2)
#051502
(5,21,2)
#051302
(5,19,2)
#051102
(5,17,2)
#050F02
(5,15,2)
#050D02
(5,13,2)
#050B02
(5,11,2)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #051D02

#051D02
(5,29,2)
#1B3119
(27,49,25)
#314530
(49,69,48)
#475947
(71,89,71)
#5D6D5E
(93,109,94)
#738175
(115,129,117)
#89958C
(137,149,140)
#9FA9A3
(159,169,163)
#B5BDBA
(181,189,186)
#CBD1D1
(203,209,209)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051D02; }

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

This text font color is #051D02.


Background Color

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

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

This div background color is #051D02.


Border color

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

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

This div border color is #051D02.


Opacity

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

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

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

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

This text has shadow with #051D02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051D02 on black background.


Color preview on white background

This text has color #051D02 on white background.



Black color preview on #051D02 background

This text has black color on #051D02 background.


White color preview on #051D02 background

This text has white color on #051D02 background.