COLOR #053011

HEX: #053011
RGB: (5,48,17)

Color info

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

RGB color model

#053011 color RGB value is (5,48,17).

  • red value is 5;
  • green value is 48;
  • blue value is 17.
RGB:
(5,48,17)
(2%,19%,7%)

RGB channels and saturation

R 5 of 255 = 2%
G 48 of 255 = 19%
B 17 of 255 = 7%

5
48
17

R + G + B ~ 9%. #053011 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 48 + 17 = 70 (100%)
R 5 of 70 ~ 7.14%
G 48 of 70 ~ 68.57%
B 17 of 70 ~ 24.29%

%68.57
%24.29

CMYK color model

#053011 color CMYK value is (90,0,65,81).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 64.58%
  • key color value is 81.18%
CMYK:
(90,0,65,81)
C90M0Y65K81 
(90%,0%,65%,81%)
(0.90/0.00/0.65/0.81)	

CMYK percentages

%89.58
%0
%64.58
%81.18

Codes

Color #053011 in popluar color models

053011
RGB54817
HSL137°81.13%10.39%
HSB/HSV137°89.58%18.82%
CMYK89.58%0.00%64.58%
81.18%

Color #053011 in popluar number systems.

HEX053011
Decimal54817
Binary10111000010001
Octal56021

Shades and tints

Shades of #053011

#053011
(5,48,17)
#052C10
(5,44,16)
#05280F
(5,40,15)
#05240E
(5,36,14)
#05200D
(5,32,13)
#051C0C
(5,28,12)
#05180B
(5,24,11)
#05140A
(5,20,10)
#051009
(5,16,9)
#050C08
(5,12,8)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #053011

#053011
(5,48,17)
#1B4226
(27,66,38)
#31543B
(49,84,59)
#476650
(71,102,80)
#5D7865
(93,120,101)
#738A7A
(115,138,122)
#899C8F
(137,156,143)
#9FAEA4
(159,174,164)
#B5C0B9
(181,192,185)
#CBD2CE
(203,210,206)
#E1E4E3
(225,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053011; }

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

This text font color is #053011.


Background Color

.myBgColor { background-color: #053011; }

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

This div background color is #053011.


Border color

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

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

This div border color is #053011.


Opacity

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

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

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

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

This text has shadow with #053011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053011 on black background.


Color preview on white background

This text has color #053011 on white background.



Black color preview on #053011 background

This text has black color on #053011 background.


White color preview on #053011 background

This text has white color on #053011 background.