COLOR #052832

HEX: #052832
RGB: (5,40,50)

Color info

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

RGB color model

#052832 color RGB value is (5,40,50).

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

RGB channels and saturation

R 5 of 255 = 2%
G 40 of 255 = 16%
B 50 of 255 = 20%

5
40
50

R + G + B ~ 13%. #052832 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 40 + 50 = 95 (100%)
R 5 of 95 ~ 5.26%
G 40 of 95 ~ 42.11%
B 50 of 95 ~ 52.63%

%42.11
%52.63

CMYK color model

#052832 color CMYK value is (90,20,0,80).

  • cyan value is 90.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(90,20,0,80)
C90M20Y0K80 
(90%,20%,0%,80%)
(0.90/0.20/0.00/0.80)	

CMYK percentages

%90
%20
%0
%80.39

Codes

Color #052832 in popluar color models

052832
RGB54050
HSL193°81.82%10.78%
HSB/HSV193°90.00%19.61%
CMYK90.00%20.00%0.00%
80.39%

Color #052832 in popluar number systems.

HEX052832
Decimal54050
Binary101101000110010
Octal55062

Shades and tints

Shades of #052832

#052832
(5,40,50)
#05252E
(5,37,46)
#05222A
(5,34,42)
#051F26
(5,31,38)
#051C22
(5,28,34)
#05191E
(5,25,30)
#05161A
(5,22,26)
#051316
(5,19,22)
#051012
(5,16,18)
#050D0E
(5,13,14)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #052832

#052832
(5,40,50)
#1B3B44
(27,59,68)
#314E56
(49,78,86)
#476168
(71,97,104)
#5D747A
(93,116,122)
#73878C
(115,135,140)
#899A9E
(137,154,158)
#9FADB0
(159,173,176)
#B5C0C2
(181,192,194)
#CBD3D4
(203,211,212)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052832; }

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

This text font color is #052832.


Background Color

.myBgColor { background-color: #052832; }

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

This div background color is #052832.


Border color

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

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

This div border color is #052832.


Opacity

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

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

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

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

This text has shadow with #052832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052832 on black background.


Color preview on white background

This text has color #052832 on white background.



Black color preview on #052832 background

This text has black color on #052832 background.


White color preview on #052832 background

This text has white color on #052832 background.