COLOR #051805

HEX: #051805
RGB: (5,24,5)

Color info

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

RGB color model

#051805 color RGB value is (5,24,5).

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

RGB channels and saturation

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

5
24
5

R + G + B ~ 4%. #051805 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 24 + 5 = 34 (100%)
R 5 of 34 ~ 14.71%
G 24 of 34 ~ 70.59%
B 5 of 34 ~ 14.71%

%14.71
%70.59
%14.71

CMYK color model

#051805 color CMYK value is (79,0,79,91).

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

CMYK percentages

%79.17
%0
%79.17
%90.59

Codes

Color #051805 in popluar color models

051805
RGB5245
HSL120°65.52%5.69%
HSB/HSV120°79.17%9.41%
CMYK79.17%0.00%79.17%
90.59%

Color #051805 in popluar number systems.

HEX051805
Decimal5245
Binary10111000101
Octal5305

Shades and tints

Shades of #051805

#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)
#050605
(5,6,5)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #051805

#051805
(5,24,5)
#1B2D1B
(27,45,27)
#314231
(49,66,49)
#475747
(71,87,71)
#5D6C5D
(93,108,93)
#738173
(115,129,115)
#899689
(137,150,137)
#9FAB9F
(159,171,159)
#B5C0B5
(181,192,181)
#CBD5CB
(203,213,203)
#E1EAE1
(225,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051805; }

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

This text font color is #051805.


Background Color

.myBgColor { background-color: #051805; }

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

This div background color is #051805.


Border color

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

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

This div border color is #051805.


Opacity

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

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

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

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

This text has shadow with #051805 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051805 on black background.


Color preview on white background

This text has color #051805 on white background.



Black color preview on #051805 background

This text has black color on #051805 background.


White color preview on #051805 background

This text has white color on #051805 background.