COLOR #053911

HEX: #053911 RGB: (5,57,17)

Color info

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

RGB color model

#053911 color RGB value is (5,57,17).

RGB: (5,57,17) (2%, 22%, 7%)

RGB channels and saturation

R 5 of 255 = 2%
G 57 of 255 = 22%
B 17 of 255 = 7%

5
57
17

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

Portions of RGB colors in percentages

R + G + B = 5 + 57 + 17 = 79 (100%)
R 5 of 79 ~ 6.33%
G 57 of 79 ~ 72.15%
B 17 of 79 ~ 21.52'%

%72.15
%21.52

CMYK color model

#053911 color CMYK value is (91,0,70,78).

  • cyan value is 91.23%
  • magenta value is 0.00%
  • yellow value is 70.18%
  • key color value is 77.65%

CMYK: (91,0,70,78)
C91M0Y70K78 (91%, 0%, 70%, 78%)
(0.91 / 0.00 / 0.70 / 0.78)

CMYK percentages

%91.23
%0
%70.18
%77.65

Codes

Color #053911 in popluar color models

05 39 11
RGB 5 57 17
HSL 134° 83.87% 12.16%
HSB/HSV 134° 91.23% 22.35%
CMYK 91.23% 0.00% 70.18%
77.65%

Color #053911 in popluar number systems.

HEX 05 39 11
Decimal 5 57 17
Binary 101 111001 10001
Octal 5 71 21

Shades and tints

Shades of #053911

#053911
(5,57,17)
#053410
(5,52,16)
#052F0F
(5,47,15)
#052A0E
(5,42,14)
#05250D
(5,37,13)
#05200C
(5,32,12)
#051B0B
(5,27,11)
#05160A
(5,22,10)
#051109
(5,17,9)
#050C08
(5,12,8)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #053911

#053911
(5,57,17)
#1B4B26
(27,75,38)
#315D3B
(49,93,59)
#476F50
(71,111,80)
#5D8165
(93,129,101)
#73937A
(115,147,122)
#89A58F
(137,165,143)
#9FB7A4
(159,183,164)
#B5C9B9
(181,201,185)
#CBDBCE
(203,219,206)
#E1EDE3
(225,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053911; }

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

This text font color is #053911.

Background Color

.myBgColor { background-color: #053911; }

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

This div background color is #053911.

Border color

.myBorderColor { border: 1px solid #053911; }

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

This div border color is #053911.

Opacity

.myOpacity80 { color: #053911; opacity: 0.8; }

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

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

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

This text has shadow with #053911 color.


.textShadow {text-shadow: 3px 3px 1px #053911', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #053911; -webkit-box-shadow: 1px 1px 3px 2px #053911; box-shadow:1px 1px 3px 2px #053911;">
Div content here
</div>

This div box has shadow with color #053911.

Preview

Color preview on black background

This text has color #053911 on black background.


Color preview on white background

This text has color #053911 on white background.


Black color preview on #053911 background

This text has black color on #053911 background.


White color preview on #053911 background

This text has white color on #053911 background.


Related colors

Complementary color

Complementary color for #hex is #FAC6EE.


I love getcolorcode.com

Triadic colors

1 #110539 and #391105 with #053911 are triadic colors.

2 #113905 and #390511 with #053911 are triadic colors.