COLOR #05390D

HEX: #05390D
RGB: (5,57,13)

Color info

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

RGB color model

#05390D color RGB value is (5,57,13).

  • red value is 5;
  • green value is 57;
  • blue value is 13.
RGB:
(5,57,13)
(2%,22%,5%)

RGB channels and saturation

R 5 of 255 = 2%
G 57 of 255 = 22%
B 13 of 255 = 5%

5
57
13

R + G + B ~ 10%. #05390D is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 57 + 13 = 75 (100%)
R 5 of 75 ~ 6.67%
G 57 of 75 ~ 76%
B 13 of 75 ~ 17.33%

%76
%17.33

CMYK color model

#05390D color CMYK value is (91,0,77,78).

  • cyan value is 91.23%
  • magenta value is 0.00%
  • yellow value is 77.19%
  • key color value is 77.65%
CMYK:
(91,0,77,78)
C91M0Y77K78 
(91%,0%,77%,78%)
(0.91/0.00/0.77/0.78)	

CMYK percentages

%91.23
%0
%77.19
%77.65

Codes

Color #05390D in popluar color models

05390D
RGB55713
HSL129°83.87%12.16%
HSB/HSV129°91.23%22.35%
CMYK91.23%0.00%77.19%
77.65%

Color #05390D in popluar number systems.

HEX05390D
Decimal55713
Binary1011110011101
Octal57115

Shades and tints

Shades of #05390D

#05390D
(5,57,13)
#05340C
(5,52,12)
#052F0B
(5,47,11)
#052A0A
(5,42,10)
#052509
(5,37,9)
#052008
(5,32,8)
#051B07
(5,27,7)
#051606
(5,22,6)
#051105
(5,17,5)
#050C04
(5,12,4)
#050703
(5,7,3)
#000000
(0,0,0)

Tints of #05390D

#05390D
(5,57,13)
#1B4B23
(27,75,35)
#315D39
(49,93,57)
#476F4F
(71,111,79)
#5D8165
(93,129,101)
#73937B
(115,147,123)
#89A591
(137,165,145)
#9FB7A7
(159,183,167)
#B5C9BD
(181,201,189)
#CBDBD3
(203,219,211)
#E1EDE9
(225,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05390D color. Also use rgb(5,57,13) instead hex code.

Text Font Color

.myTextColor { color: #05390D; }

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

This text font color is #05390D.


Background Color

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

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

This div background color is #05390D.


Border color

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

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

This div border color is #05390D.


Opacity

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

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

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

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

This text has shadow with #05390D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05390D on black background.


Color preview on white background

This text has color #05390D on white background.



Black color preview on #05390D background

This text has black color on #05390D background.


White color preview on #05390D background

This text has white color on #05390D background.