COLOR #052E02

HEX: #052E02
RGB: (5,46,2)

Color info

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

RGB color model

#052E02 color RGB value is (5,46,2).

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

RGB channels and saturation

R 5 of 255 = 2%
G 46 of 255 = 18%
B 2 of 255 = 1%

5
46
2

R + G + B ~ 7%. #052E02 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 46 + 2 = 53 (100%)
R 5 of 53 ~ 9.43%
G 46 of 53 ~ 86.79%
B 2 of 53 ~ 3.77%

%86.79

CMYK color model

#052E02 color CMYK value is (89,0,96,82).

  • cyan value is 89.13%
  • magenta value is 0.00%
  • yellow value is 95.65%
  • key color value is 81.96%
CMYK:
(89,0,96,82)
C89M0Y96K82 
(89%,0%,96%,82%)
(0.89/0.00/0.96/0.82)	

CMYK percentages

%89.13
%0
%95.65
%81.96

Codes

Color #052E02 in popluar color models

052E02
RGB5462
HSL116°91.67%9.41%
HSB/HSV116°95.65%18.04%
CMYK89.13%0.00%95.65%
81.96%

Color #052E02 in popluar number systems.

HEX052E02
Decimal5462
Binary10110111010
Octal5562

Shades and tints

Shades of #052E02

#052E02
(5,46,2)
#052A02
(5,42,2)
#052602
(5,38,2)
#052202
(5,34,2)
#051E02
(5,30,2)
#051A02
(5,26,2)
#051602
(5,22,2)
#051202
(5,18,2)
#050E02
(5,14,2)
#050A02
(5,10,2)
#050602
(5,6,2)
#000000
(0,0,0)

Tints of #052E02

#052E02
(5,46,2)
#1B4119
(27,65,25)
#315430
(49,84,48)
#476747
(71,103,71)
#5D7A5E
(93,122,94)
#738D75
(115,141,117)
#89A08C
(137,160,140)
#9FB3A3
(159,179,163)
#B5C6BA
(181,198,186)
#CBD9D1
(203,217,209)
#E1ECE8
(225,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052E02; }

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

This text font color is #052E02.


Background Color

.myBgColor { background-color: #052E02; }

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

This div background color is #052E02.


Border color

.myBorderColor { border: 1px solid #052E02; }

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

This div border color is #052E02.


Opacity

.myOpacity80 { color: #052E02; opacity: 0.8; }

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

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

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

This text has shadow with #052E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052E02 on black background.


Color preview on white background

This text has color #052E02 on white background.



Black color preview on #052E02 background

This text has black color on #052E02 background.


White color preview on #052E02 background

This text has white color on #052E02 background.