COLOR #052520

HEX: #052520
RGB: (5,37,32)

Color info

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

RGB color model

#052520 color RGB value is (5,37,32).

  • red value is 5;
  • green value is 37;
  • blue value is 32.
RGB:
(5,37,32)
(2%,15%,13%)

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 32 of 255 = 13%

5
37
32

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

Portions of RGB colors in percentages

R + G + B =
5 + 37 + 32 = 74 (100%)
R 5 of 74 ~ 6.76%
G 37 of 74 ~ 50%
B 32 of 74 ~ 43.24%

%50
%43.24

CMYK color model

#052520 color CMYK value is (86,0,14,85).

  • cyan value is 86.49%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 85.49%
CMYK:
(86,0,14,85)
C86M0Y14K85 
(86%,0%,14%,85%)
(0.86/0.00/0.14/0.85)	

CMYK percentages

%86.49
%0
%13.51
%85.49

Codes

Color #052520 in popluar color models

052520
RGB53732
HSL171°76.19%8.24%
HSB/HSV171°86.49%14.51%
CMYK86.49%0.00%13.51%
85.49%

Color #052520 in popluar number systems.

HEX052520
Decimal53732
Binary101100101100000
Octal54540

Shades and tints

Shades of #052520

#052520
(5,37,32)
#05221E
(5,34,30)
#051F1C
(5,31,28)
#051C1A
(5,28,26)
#051918
(5,25,24)
#051616
(5,22,22)
#051314
(5,19,20)
#051012
(5,16,18)
#050D10
(5,13,16)
#050A0E
(5,10,14)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #052520

#052520
(5,37,32)
#1B3834
(27,56,52)
#314B48
(49,75,72)
#475E5C
(71,94,92)
#5D7170
(93,113,112)
#738484
(115,132,132)
#899798
(137,151,152)
#9FAAAC
(159,170,172)
#B5BDC0
(181,189,192)
#CBD0D4
(203,208,212)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052520; }

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

This text font color is #052520.


Background Color

.myBgColor { background-color: #052520; }

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

This div background color is #052520.


Border color

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

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

This div border color is #052520.


Opacity

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

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

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

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

This text has shadow with #052520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052520 on black background.


Color preview on white background

This text has color #052520 on white background.



Black color preview on #052520 background

This text has black color on #052520 background.


White color preview on #052520 background

This text has white color on #052520 background.