COLOR #051712

HEX: #051712
RGB: (5,23,18)

Color info

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

RGB color model

#051712 color RGB value is (5,23,18).

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

RGB channels and saturation

R 5 of 255 = 2%
G 23 of 255 = 9%
B 18 of 255 = 7%

5
23
18

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

Portions of RGB colors in percentages

R + G + B =
5 + 23 + 18 = 46 (100%)
R 5 of 46 ~ 10.87%
G 23 of 46 ~ 50%
B 18 of 46 ~ 39.13%

%10.87
%50
%39.13

CMYK color model

#051712 color CMYK value is (78,0,22,91).

  • cyan value is 78.26%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 90.98%
CMYK:
(78,0,22,91)
C78M0Y22K91 
(78%,0%,22%,91%)
(0.78/0.00/0.22/0.91)	

CMYK percentages

%78.26
%0
%21.74
%90.98

Codes

Color #051712 in popluar color models

051712
RGB52318
HSL163°64.29%5.49%
HSB/HSV163°78.26%9.02%
CMYK78.26%0.00%21.74%
90.98%

Color #051712 in popluar number systems.

HEX051712
Decimal52318
Binary1011011110010
Octal52722

Shades and tints

Shades of #051712

#051712
(5,23,18)
#051511
(5,21,17)
#051310
(5,19,16)
#05110F
(5,17,15)
#050F0E
(5,15,14)
#050D0D
(5,13,13)
#050B0C
(5,11,12)
#05090B
(5,9,11)
#05070A
(5,7,10)
#050509
(5,5,9)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #051712

#051712
(5,23,18)
#1B2C27
(27,44,39)
#31413C
(49,65,60)
#475651
(71,86,81)
#5D6B66
(93,107,102)
#73807B
(115,128,123)
#899590
(137,149,144)
#9FAAA5
(159,170,165)
#B5BFBA
(181,191,186)
#CBD4CF
(203,212,207)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051712; }

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

This text font color is #051712.


Background Color

.myBgColor { background-color: #051712; }

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

This div background color is #051712.


Border color

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

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

This div border color is #051712.


Opacity

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

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

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

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

This text has shadow with #051712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051712 on black background.


Color preview on white background

This text has color #051712 on white background.



Black color preview on #051712 background

This text has black color on #051712 background.


White color preview on #051712 background

This text has white color on #051712 background.