COLOR #053020

HEX: #053020 RGB: (5,48,32)

Color info

#053020 contains red, green and blue colors in about the same proportion. Web safe color of #053020 is #003333 (or #033).

RGB color model

#053020 color RGB value is (5,48,32).

RGB: (5,48,32) (2%, 19%, 13%)

RGB channels and saturation

R 5 of 255 = 2%
G 48 of 255 = 19%
B 32 of 255 = 13%

5
48
32

R + G + B ~ 11%. #053020 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 48 + 32 = 85 (100%)
R 5 of 85 ~ 5.88%
G 48 of 85 ~ 56.47%
B 32 of 85 ~ 37.65'%

%56.47
%37.65

CMYK color model

#053020 color CMYK value is (90,0,33,81).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 81.18%

CMYK: (90,0,33,81)
C90M0Y33K81 (90%, 0%, 33%, 81%)
(0.90 / 0.00 / 0.33 / 0.81)

CMYK percentages

%89.58
%0
%33.33
%81.18

Codes

Color #053020 in popluar color models

05 30 20
RGB 5 48 32
HSL 158° 81.13% 10.39%
HSB/HSV 158° 89.58% 18.82%
CMYK 89.58% 0.00% 33.33%
81.18%

Color #053020 in popluar number systems.

HEX 05 30 20
Decimal 5 48 32
Binary 101 110000 100000
Octal 5 60 40

Shades and tints

Shades of #053020

#053020
(5,48,32)
#052C1E
(5,44,30)
#05281C
(5,40,28)
#05241A
(5,36,26)
#052018
(5,32,24)
#051C16
(5,28,22)
#051814
(5,24,20)
#051412
(5,20,18)
#051010
(5,16,16)
#050C0E
(5,12,14)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #053020

#053020
(5,48,32)
#1B4234
(27,66,52)
#315448
(49,84,72)
#47665C
(71,102,92)
#5D7870
(93,120,112)
#738A84
(115,138,132)
#899C98
(137,156,152)
#9FAEAC
(159,174,172)
#B5C0C0
(181,192,192)
#CBD2D4
(203,210,212)
#E1E4E8
(225,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053020; }

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

This text font color is #053020.

Background Color

.myBgColor { background-color: #053020; }

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

This div background color is #053020.

Border color

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

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

This div border color is #053020.

Opacity

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

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

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

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

This text has shadow with #053020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053020.

Preview

Color preview on black background

This text has color #053020 on black background.


Color preview on white background

This text has color #053020 on white background.


Black color preview on #053020 background

This text has black color on #053020 background.


White color preview on #053020 background

This text has white color on #053020 background.


Related colors

Complementary color

Complementary color for #hex is #FACFDF.


I love getcolorcode.com

Triadic colors

1 #200530 and #302005 with #053020 are triadic colors.

2 #203005 and #300520 with #053020 are triadic colors.