COLOR #05401D

HEX: #05401D
RGB: (5,64,29)

Color info

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

RGB color model

#05401D color RGB value is (5,64,29).

  • red value is 5;
  • green value is 64;
  • blue value is 29.
RGB:
(5,64,29)
(2%,25%,11%)

RGB channels and saturation

R 5 of 255 = 2%
G 64 of 255 = 25%
B 29 of 255 = 11%

5
64
29

R + G + B ~ 13%. #05401D is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 64 + 29 = 98 (100%)
R 5 of 98 ~ 5.1%
G 64 of 98 ~ 65.31%
B 29 of 98 ~ 29.59%

%65.31
%29.59

CMYK color model

#05401D color CMYK value is (92,0,55,75).

  • cyan value is 92.19%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 74.90%
CMYK:
(92,0,55,75)
C92M0Y55K75 
(92%,0%,55%,75%)
(0.92/0.00/0.55/0.75)	

CMYK percentages

%92.19
%0
%54.69
%74.9

Codes

Color #05401D in popluar color models

05401D
RGB56429
HSL144°85.51%13.53%
HSB/HSV144°92.19%25.10%
CMYK92.19%0.00%54.69%
74.90%

Color #05401D in popluar number systems.

HEX05401D
Decimal56429
Binary101100000011101
Octal510035

Shades and tints

Shades of #05401D

#05401D
(5,64,29)
#053B1B
(5,59,27)
#053619
(5,54,25)
#053117
(5,49,23)
#052C15
(5,44,21)
#052713
(5,39,19)
#052211
(5,34,17)
#051D0F
(5,29,15)
#05180D
(5,24,13)
#05130B
(5,19,11)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #05401D

#05401D
(5,64,29)
#1B5131
(27,81,49)
#316245
(49,98,69)
#477359
(71,115,89)
#5D846D
(93,132,109)
#739581
(115,149,129)
#89A695
(137,166,149)
#9FB7A9
(159,183,169)
#B5C8BD
(181,200,189)
#CBD9D1
(203,217,209)
#E1EAE5
(225,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05401D color. Also use rgb(5,64,29) instead hex code.

Text Font Color

.myTextColor { color: #05401D; }

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

This text font color is #05401D.


Background Color

.myBgColor { background-color: #05401D; }

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

This div background color is #05401D.


Border color

.myBorderColor { border: 1px solid #05401D; }

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

This div border color is #05401D.


Opacity

.myOpacity80 { color: #05401D; opacity: 0.8; }

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

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

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

This text has shadow with #05401D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05401D on black background.


Color preview on white background

This text has color #05401D on white background.



Black color preview on #05401D background

This text has black color on #05401D background.


White color preview on #05401D background

This text has white color on #05401D background.