COLOR #051F17

HEX: #051F17
RGB: (5,31,23)

Color info

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

RGB color model

#051F17 color RGB value is (5,31,23).

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

RGB channels and saturation

R 5 of 255 = 2%
G 31 of 255 = 12%
B 23 of 255 = 9%

5
31
23

R + G + B ~ 8%. #051F17 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 31 + 23 = 59 (100%)
R 5 of 59 ~ 8.47%
G 31 of 59 ~ 52.54%
B 23 of 59 ~ 38.98%

%52.54
%38.98

CMYK color model

#051F17 color CMYK value is (84,0,26,88).

  • cyan value is 83.87%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 87.84%
CMYK:
(84,0,26,88)
C84M0Y26K88 
(84%,0%,26%,88%)
(0.84/0.00/0.26/0.88)	

CMYK percentages

%83.87
%0
%25.81
%87.84

Codes

Color #051F17 in popluar color models

051F17
RGB53123
HSL162°72.22%7.06%
HSB/HSV162°83.87%12.16%
CMYK83.87%0.00%25.81%
87.84%

Color #051F17 in popluar number systems.

HEX051F17
Decimal53123
Binary1011111110111
Octal53727

Shades and tints

Shades of #051F17

#051F17
(5,31,23)
#051D15
(5,29,21)
#051B13
(5,27,19)
#051911
(5,25,17)
#05170F
(5,23,15)
#05150D
(5,21,13)
#05130B
(5,19,11)
#051109
(5,17,9)
#050F07
(5,15,7)
#050D05
(5,13,5)
#050B03
(5,11,3)
#000000
(0,0,0)

Tints of #051F17

#051F17
(5,31,23)
#1B332C
(27,51,44)
#314741
(49,71,65)
#475B56
(71,91,86)
#5D6F6B
(93,111,107)
#738380
(115,131,128)
#899795
(137,151,149)
#9FABAA
(159,171,170)
#B5BFBF
(181,191,191)
#CBD3D4
(203,211,212)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051F17; }

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

This text font color is #051F17.


Background Color

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

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

This div background color is #051F17.


Border color

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

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

This div border color is #051F17.


Opacity

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

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

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

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

This text has shadow with #051F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051F17 on black background.


Color preview on white background

This text has color #051F17 on white background.



Black color preview on #051F17 background

This text has black color on #051F17 background.


White color preview on #051F17 background

This text has white color on #051F17 background.