COLOR #053013

HEX: #053013
RGB: (5,48,19)

Color info

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

RGB color model

#053013 color RGB value is (5,48,19).

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

RGB channels and saturation

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

5
48
19

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

Portions of RGB colors in percentages

R + G + B =
5 + 48 + 19 = 72 (100%)
R 5 of 72 ~ 6.94%
G 48 of 72 ~ 66.67%
B 19 of 72 ~ 26.39%

%66.67
%26.39

CMYK color model

#053013 color CMYK value is (90,0,60,81).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK:
(90,0,60,81)
C90M0Y60K81 
(90%,0%,60%,81%)
(0.90/0.00/0.60/0.81)	

CMYK percentages

%89.58
%0
%60.42
%81.18

Codes

Color #053013 in popluar color models

053013
RGB54819
HSL140°81.13%10.39%
HSB/HSV140°89.58%18.82%
CMYK89.58%0.00%60.42%
81.18%

Color #053013 in popluar number systems.

HEX053013
Decimal54819
Binary10111000010011
Octal56023

Shades and tints

Shades of #053013

#053013
(5,48,19)
#052C12
(5,44,18)
#052811
(5,40,17)
#052410
(5,36,16)
#05200F
(5,32,15)
#051C0E
(5,28,14)
#05180D
(5,24,13)
#05140C
(5,20,12)
#05100B
(5,16,11)
#050C0A
(5,12,10)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #053013

#053013
(5,48,19)
#1B4228
(27,66,40)
#31543D
(49,84,61)
#476652
(71,102,82)
#5D7867
(93,120,103)
#738A7C
(115,138,124)
#899C91
(137,156,145)
#9FAEA6
(159,174,166)
#B5C0BB
(181,192,187)
#CBD2D0
(203,210,208)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053013; }

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

This text font color is #053013.


Background Color

.myBgColor { background-color: #053013; }

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

This div background color is #053013.


Border color

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

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

This div border color is #053013.


Opacity

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

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

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

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

This text has shadow with #053013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053013 on black background.


Color preview on white background

This text has color #053013 on white background.



Black color preview on #053013 background

This text has black color on #053013 background.


White color preview on #053013 background

This text has white color on #053013 background.