COLOR #000532

HEX: #000532
RGB: (0,5,50)

Color info

#000532 contains only green and blue colors. Web safe color of #000532 is #000033 (or #003).

RGB color model

#000532 color RGB value is (0,5,50).

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

RGB channels and saturation

R 0 of 255 = 0%
G 5 of 255 = 2%
B 50 of 255 = 20%

0
5
50

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

Portions of RGB colors in percentages

R + G + B =
0 + 5 + 50 = 55 (100%)
R 0 of 55 ~ 0%
G 5 of 55 ~ 9.09%
B 50 of 55 ~ 90.91%

%90.91

CMYK color model

#000532 color CMYK value is (100,90,0,80).

  • cyan value is 100.00%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(100,90,0,80)
C100M90Y0K80 
(100%,90%,0%,80%)
(1.00/0.90/0.00/0.80)	

CMYK percentages

%100
%90
%0
%80.39

Codes

Color #000532 in popluar color models

000532
RGB0550
HSL234°100.00%9.80%
HSB/HSV234°100.00%19.61%
CMYK100.00%90.00%0.00%
80.39%

Color #000532 in popluar number systems.

HEX000532
Decimal0550
Binary0101110010
Octal0562

Shades and tints

Shades of #000532

#000532
(0,5,50)
#00052E
(0,5,46)
#00052A
(0,5,42)
#000526
(0,5,38)
#000522
(0,5,34)
#00051E
(0,5,30)
#00051A
(0,5,26)
#000516
(0,5,22)
#000512
(0,5,18)
#00050E
(0,5,14)
#00050A
(0,5,10)
#000000
(0,0,0)

Tints of #000532

#000532
(0,5,50)
#171B44
(23,27,68)
#2E3156
(46,49,86)
#454768
(69,71,104)
#5C5D7A
(92,93,122)
#73738C
(115,115,140)
#8A899E
(138,137,158)
#A19FB0
(161,159,176)
#B8B5C2
(184,181,194)
#CFCBD4
(207,203,212)
#E6E1E6
(230,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000532; }

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

This text font color is #000532.


Background Color

.myBgColor { background-color: #000532; }

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

This div background color is #000532.


Border color

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

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

This div border color is #000532.


Opacity

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

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

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

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

This text has shadow with #000532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000532 on black background.


Color preview on white background

This text has color #000532 on white background.



Black color preview on #000532 background

This text has black color on #000532 background.


White color preview on #000532 background

This text has white color on #000532 background.