COLOR #052502

HEX: #052502
RGB: (5,37,2)

Color info

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

RGB color model

#052502 color RGB value is (5,37,2).

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

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 2 of 255 = 1%

5
37
2

R + G + B ~ 6%. #052502 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 37 + 2 = 44 (100%)
R 5 of 44 ~ 11.36%
G 37 of 44 ~ 84.09%
B 2 of 44 ~ 4.55%

%11.36
%84.09

CMYK color model

#052502 color CMYK value is (86,0,95,85).

  • cyan value is 86.49%
  • magenta value is 0.00%
  • yellow value is 94.59%
  • key color value is 85.49%
CMYK:
(86,0,95,85)
C86M0Y95K85 
(86%,0%,95%,85%)
(0.86/0.00/0.95/0.85)	

CMYK percentages

%86.49
%0
%94.59
%85.49

Codes

Color #052502 in popluar color models

052502
RGB5372
HSL115°89.74%7.65%
HSB/HSV115°94.59%14.51%
CMYK86.49%0.00%94.59%
85.49%

Color #052502 in popluar number systems.

HEX052502
Decimal5372
Binary10110010110
Octal5452

Shades and tints

Shades of #052502

#052502
(5,37,2)
#052202
(5,34,2)
#051F02
(5,31,2)
#051C02
(5,28,2)
#051902
(5,25,2)
#051602
(5,22,2)
#051302
(5,19,2)
#051002
(5,16,2)
#050D02
(5,13,2)
#050A02
(5,10,2)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #052502

#052502
(5,37,2)
#1B3819
(27,56,25)
#314B30
(49,75,48)
#475E47
(71,94,71)
#5D715E
(93,113,94)
#738475
(115,132,117)
#89978C
(137,151,140)
#9FAAA3
(159,170,163)
#B5BDBA
(181,189,186)
#CBD0D1
(203,208,209)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052502; }

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

This text font color is #052502.


Background Color

.myBgColor { background-color: #052502; }

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

This div background color is #052502.


Border color

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

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

This div border color is #052502.


Opacity

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

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

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

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

This text has shadow with #052502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052502 on black background.


Color preview on white background

This text has color #052502 on white background.



Black color preview on #052502 background

This text has black color on #052502 background.


White color preview on #052502 background

This text has white color on #052502 background.