COLOR #053014

HEX: #053014
RGB: (5,48,20)

Color info

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

RGB color model

#053014 color RGB value is (5,48,20).

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

RGB channels and saturation

R 5 of 255 = 2%
G 48 of 255 = 19%
B 20 of 255 = 8%

5
48
20

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

Portions of RGB colors in percentages

R + G + B =
5 + 48 + 20 = 73 (100%)
R 5 of 73 ~ 6.85%
G 48 of 73 ~ 65.75%
B 20 of 73 ~ 27.4%

%65.75
%27.4

CMYK color model

#053014 color CMYK value is (90,0,58,81).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 81.18%
CMYK:
(90,0,58,81)
C90M0Y58K81 
(90%,0%,58%,81%)
(0.90/0.00/0.58/0.81)	

CMYK percentages

%89.58
%0
%58.33
%81.18

Codes

Color #053014 in popluar color models

053014
RGB54820
HSL141°81.13%10.39%
HSB/HSV141°89.58%18.82%
CMYK89.58%0.00%58.33%
81.18%

Color #053014 in popluar number systems.

HEX053014
Decimal54820
Binary10111000010100
Octal56024

Shades and tints

Shades of #053014

#053014
(5,48,20)
#052C13
(5,44,19)
#052812
(5,40,18)
#052411
(5,36,17)
#052010
(5,32,16)
#051C0F
(5,28,15)
#05180E
(5,24,14)
#05140D
(5,20,13)
#05100C
(5,16,12)
#050C0B
(5,12,11)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #053014

#053014
(5,48,20)
#1B4229
(27,66,41)
#31543E
(49,84,62)
#476653
(71,102,83)
#5D7868
(93,120,104)
#738A7D
(115,138,125)
#899C92
(137,156,146)
#9FAEA7
(159,174,167)
#B5C0BC
(181,192,188)
#CBD2D1
(203,210,209)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053014; }

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

This text font color is #053014.


Background Color

.myBgColor { background-color: #053014; }

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

This div background color is #053014.


Border color

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

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

This div border color is #053014.


Opacity

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

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

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

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

This text has shadow with #053014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053014 on black background.


Color preview on white background

This text has color #053014 on white background.



Black color preview on #053014 background

This text has black color on #053014 background.


White color preview on #053014 background

This text has white color on #053014 background.