COLOR #05311F

HEX: #05311F
RGB: (5,49,31)

Color info

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

RGB color model

#05311F color RGB value is (5,49,31).

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

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 31 of 255 = 12%

5
49
31

R + G + B ~ 11%. #05311F is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 49 + 31 = 85 (100%)
R 5 of 85 ~ 5.88%
G 49 of 85 ~ 57.65%
B 31 of 85 ~ 36.47%

%57.65
%36.47

CMYK color model

#05311F color CMYK value is (90,0,37,81).

  • cyan value is 89.80%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 80.78%
CMYK:
(90,0,37,81)
C90M0Y37K81 
(90%,0%,37%,81%)
(0.90/0.00/0.37/0.81)	

CMYK percentages

%89.8
%0
%36.73
%80.78

Codes

Color #05311F in popluar color models

05311F
RGB54931
HSL155°81.48%10.59%
HSB/HSV155°89.80%19.22%
CMYK89.80%0.00%36.73%
80.78%

Color #05311F in popluar number systems.

HEX05311F
Decimal54931
Binary10111000111111
Octal56137

Shades and tints

Shades of #05311F

#05311F
(5,49,31)
#052D1D
(5,45,29)
#05291B
(5,41,27)
#052519
(5,37,25)
#052117
(5,33,23)
#051D15
(5,29,21)
#051913
(5,25,19)
#051511
(5,21,17)
#05110F
(5,17,15)
#050D0D
(5,13,13)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #05311F

#05311F
(5,49,31)
#1B4333
(27,67,51)
#315547
(49,85,71)
#47675B
(71,103,91)
#5D796F
(93,121,111)
#738B83
(115,139,131)
#899D97
(137,157,151)
#9FAFAB
(159,175,171)
#B5C1BF
(181,193,191)
#CBD3D3
(203,211,211)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05311F color. Also use rgb(5,49,31) instead hex code.

Text Font Color

.myTextColor { color: #05311F; }

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

This text font color is #05311F.


Background Color

.myBgColor { background-color: #05311F; }

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

This div background color is #05311F.


Border color

.myBorderColor { border: 1px solid #05311F; }

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

This div border color is #05311F.


Opacity

.myOpacity80 { color: #05311F; opacity: 0.8; }

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

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

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

This text has shadow with #05311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05311F on black background.


Color preview on white background

This text has color #05311F on white background.



Black color preview on #05311F background

This text has black color on #05311F background.


White color preview on #05311F background

This text has white color on #05311F background.