COLOR #051F29

HEX: #051F29
RGB: (5,31,41)

Color info

#051F29 contains red, green and blue colors in about the same proportion. Web safe color of #051F29 is #003333 (or #033).

RGB color model

#051F29 color RGB value is (5,31,41).

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

RGB channels and saturation

R 5 of 255 = 2%
G 31 of 255 = 12%
B 41 of 255 = 16%

5
31
41

R + G + B ~ 10%. #051F29 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 31 + 41 = 77 (100%)
R 5 of 77 ~ 6.49%
G 31 of 77 ~ 40.26%
B 41 of 77 ~ 53.25%

%40.26
%53.25

CMYK color model

#051F29 color CMYK value is (88,24,0,84).

  • cyan value is 87.80%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(88,24,0,84)
C88M24Y0K84 
(88%,24%,0%,84%)
(0.88/0.24/0.00/0.84)	

CMYK percentages

%87.8
%24.39
%0
%83.92

Codes

Color #051F29 in popluar color models

051F29
RGB53141
HSL197°78.26%9.02%
HSB/HSV197°87.80%16.08%
CMYK87.80%24.39%0.00%
83.92%

Color #051F29 in popluar number systems.

HEX051F29
Decimal53141
Binary10111111101001
Octal53751

Shades and tints

Shades of #051F29

#051F29
(5,31,41)
#051D26
(5,29,38)
#051B23
(5,27,35)
#051920
(5,25,32)
#05171D
(5,23,29)
#05151A
(5,21,26)
#051317
(5,19,23)
#051114
(5,17,20)
#050F11
(5,15,17)
#050D0E
(5,13,14)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #051F29

#051F29
(5,31,41)
#1B333C
(27,51,60)
#31474F
(49,71,79)
#475B62
(71,91,98)
#5D6F75
(93,111,117)
#738388
(115,131,136)
#89979B
(137,151,155)
#9FABAE
(159,171,174)
#B5BFC1
(181,191,193)
#CBD3D4
(203,211,212)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051F29; }

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

This text font color is #051F29.


Background Color

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

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

This div background color is #051F29.


Border color

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

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

This div border color is #051F29.


Opacity

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

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

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

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

This text has shadow with #051F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051F29 on black background.


Color preview on white background

This text has color #051F29 on white background.



Black color preview on #051F29 background

This text has black color on #051F29 background.


White color preview on #051F29 background

This text has white color on #051F29 background.