COLOR #052302

HEX: #052302
RGB: (5,35,2)

Color info

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

RGB color model

#052302 color RGB value is (5,35,2).

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

RGB channels and saturation

R 5 of 255 = 2%
G 35 of 255 = 14%
B 2 of 255 = 1%

5
35
2

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

Portions of RGB colors in percentages

R + G + B =
5 + 35 + 2 = 42 (100%)
R 5 of 42 ~ 11.9%
G 35 of 42 ~ 83.33%
B 2 of 42 ~ 4.76%

%11.9
%83.33

CMYK color model

#052302 color CMYK value is (86,0,94,86).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 94.29%
  • key color value is 86.27%
CMYK:
(86,0,94,86)
C86M0Y94K86 
(86%,0%,94%,86%)
(0.86/0.00/0.94/0.86)	

CMYK percentages

%85.71
%0
%94.29
%86.27

Codes

Color #052302 in popluar color models

052302
RGB5352
HSL115°89.19%7.25%
HSB/HSV115°94.29%13.73%
CMYK85.71%0.00%94.29%
86.27%

Color #052302 in popluar number systems.

HEX052302
Decimal5352
Binary10110001110
Octal5432

Shades and tints

Shades of #052302

#052302
(5,35,2)
#052002
(5,32,2)
#051D02
(5,29,2)
#051A02
(5,26,2)
#051702
(5,23,2)
#051402
(5,20,2)
#051102
(5,17,2)
#050E02
(5,14,2)
#050B02
(5,11,2)
#050802
(5,8,2)
#050502
(5,5,2)
#000000
(0,0,0)

Tints of #052302

#052302
(5,35,2)
#1B3719
(27,55,25)
#314B30
(49,75,48)
#475F47
(71,95,71)
#5D735E
(93,115,94)
#738775
(115,135,117)
#899B8C
(137,155,140)
#9FAFA3
(159,175,163)
#B5C3BA
(181,195,186)
#CBD7D1
(203,215,209)
#E1EBE8
(225,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052302; }

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

This text font color is #052302.


Background Color

.myBgColor { background-color: #052302; }

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

This div background color is #052302.


Border color

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

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

This div border color is #052302.


Opacity

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

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

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

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

This text has shadow with #052302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052302 on black background.


Color preview on white background

This text has color #052302 on white background.



Black color preview on #052302 background

This text has black color on #052302 background.


White color preview on #052302 background

This text has white color on #052302 background.