COLOR #051C05

HEX: #051C05
RGB: (5,28,5)

Color info

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

RGB color model

#051C05 color RGB value is (5,28,5).

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

RGB channels and saturation

R 5 of 255 = 2%
G 28 of 255 = 11%
B 5 of 255 = 2%

5
28
5

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

Portions of RGB colors in percentages

R + G + B =
5 + 28 + 5 = 38 (100%)
R 5 of 38 ~ 13.16%
G 28 of 38 ~ 73.68%
B 5 of 38 ~ 13.16%

%13.16
%73.68
%13.16

CMYK color model

#051C05 color CMYK value is (82,0,82,89).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 89.02%
CMYK:
(82,0,82,89)
C82M0Y82K89 
(82%,0%,82%,89%)
(0.82/0.00/0.82/0.89)	

CMYK percentages

%82.14
%0
%82.14
%89.02

Codes

Color #051C05 in popluar color models

051C05
RGB5285
HSL120°69.70%6.47%
HSB/HSV120°82.14%10.98%
CMYK82.14%0.00%82.14%
89.02%

Color #051C05 in popluar number systems.

HEX051C05
Decimal5285
Binary10111100101
Octal5345

Shades and tints

Shades of #051C05

#051C05
(5,28,5)
#051A05
(5,26,5)
#051805
(5,24,5)
#051605
(5,22,5)
#051405
(5,20,5)
#051205
(5,18,5)
#051005
(5,16,5)
#050E05
(5,14,5)
#050C05
(5,12,5)
#050A05
(5,10,5)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #051C05

#051C05
(5,28,5)
#1B301B
(27,48,27)
#314431
(49,68,49)
#475847
(71,88,71)
#5D6C5D
(93,108,93)
#738073
(115,128,115)
#899489
(137,148,137)
#9FA89F
(159,168,159)
#B5BCB5
(181,188,181)
#CBD0CB
(203,208,203)
#E1E4E1
(225,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051C05; }

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

This text font color is #051C05.


Background Color

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

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

This div background color is #051C05.


Border color

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

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

This div border color is #051C05.


Opacity

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

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

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

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

This text has shadow with #051C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051C05 on black background.


Color preview on white background

This text has color #051C05 on white background.



Black color preview on #051C05 background

This text has black color on #051C05 background.


White color preview on #051C05 background

This text has white color on #051C05 background.