COLOR #052802

HEX: #052802
RGB: (5,40,2)

Color info

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

RGB color model

#052802 color RGB value is (5,40,2).

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

RGB channels and saturation

R 5 of 255 = 2%
G 40 of 255 = 16%
B 2 of 255 = 1%

5
40
2

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

Portions of RGB colors in percentages

R + G + B =
5 + 40 + 2 = 47 (100%)
R 5 of 47 ~ 10.64%
G 40 of 47 ~ 85.11%
B 2 of 47 ~ 4.26%

%10.64
%85.11

CMYK color model

#052802 color CMYK value is (88,0,95,84).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 84.31%
CMYK:
(88,0,95,84)
C88M0Y95K84 
(88%,0%,95%,84%)
(0.88/0.00/0.95/0.84)	

CMYK percentages

%87.5
%0
%95
%84.31

Codes

Color #052802 in popluar color models

052802
RGB5402
HSL115°90.48%8.24%
HSB/HSV115°95.00%15.69%
CMYK87.50%0.00%95.00%
84.31%

Color #052802 in popluar number systems.

HEX052802
Decimal5402
Binary10110100010
Octal5502

Shades and tints

Shades of #052802

#052802
(5,40,2)
#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)
#000000
(0,0,0)

Tints of #052802

#052802
(5,40,2)
#1B3B19
(27,59,25)
#314E30
(49,78,48)
#476147
(71,97,71)
#5D745E
(93,116,94)
#738775
(115,135,117)
#899A8C
(137,154,140)
#9FADA3
(159,173,163)
#B5C0BA
(181,192,186)
#CBD3D1
(203,211,209)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052802; }

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

This text font color is #052802.


Background Color

.myBgColor { background-color: #052802; }

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

This div background color is #052802.


Border color

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

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

This div border color is #052802.


Opacity

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

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

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

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

This text has shadow with #052802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052802 on black background.


Color preview on white background

This text has color #052802 on white background.



Black color preview on #052802 background

This text has black color on #052802 background.


White color preview on #052802 background

This text has white color on #052802 background.