COLOR #052320

HEX: #052320
RGB: (5,35,32)

Color info

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

RGB color model

#052320 color RGB value is (5,35,32).

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

RGB channels and saturation

R 5 of 255 = 2%
G 35 of 255 = 14%
B 32 of 255 = 13%

5
35
32

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

Portions of RGB colors in percentages

R + G + B =
5 + 35 + 32 = 72 (100%)
R 5 of 72 ~ 6.94%
G 35 of 72 ~ 48.61%
B 32 of 72 ~ 44.44%

%48.61
%44.44

CMYK color model

#052320 color CMYK value is (86,0,9,86).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 86.27%
CMYK:
(86,0,9,86)
C86M0Y9K86 
(86%,0%,9%,86%)
(0.86/0.00/0.09/0.86)	

CMYK percentages

%85.71
%0
%8.57
%86.27

Codes

Color #052320 in popluar color models

052320
RGB53532
HSL174°75.00%7.84%
HSB/HSV174°85.71%13.73%
CMYK85.71%0.00%8.57%
86.27%

Color #052320 in popluar number systems.

HEX052320
Decimal53532
Binary101100011100000
Octal54340

Shades and tints

Shades of #052320

#052320
(5,35,32)
#05201E
(5,32,30)
#051D1C
(5,29,28)
#051A1A
(5,26,26)
#051718
(5,23,24)
#051416
(5,20,22)
#051114
(5,17,20)
#050E12
(5,14,18)
#050B10
(5,11,16)
#05080E
(5,8,14)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #052320

#052320
(5,35,32)
#1B3734
(27,55,52)
#314B48
(49,75,72)
#475F5C
(71,95,92)
#5D7370
(93,115,112)
#738784
(115,135,132)
#899B98
(137,155,152)
#9FAFAC
(159,175,172)
#B5C3C0
(181,195,192)
#CBD7D4
(203,215,212)
#E1EBE8
(225,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052320; }

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

This text font color is #052320.


Background Color

.myBgColor { background-color: #052320; }

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

This div background color is #052320.


Border color

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

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

This div border color is #052320.


Opacity

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

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

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

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

This text has shadow with #052320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052320 on black background.


Color preview on white background

This text has color #052320 on white background.



Black color preview on #052320 background

This text has black color on #052320 background.


White color preview on #052320 background

This text has white color on #052320 background.