COLOR #000533

HEX: #000533
RGB: (0,5,51)

Color info

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

RGB color model

#000533 color RGB value is (0,5,51).

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

RGB channels and saturation

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

0
5
51

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

Portions of RGB colors in percentages

R + G + B =
0 + 5 + 51 = 56 (100%)
R 0 of 56 ~ 0%
G 5 of 56 ~ 8.93%
B 51 of 56 ~ 91.07%

%91.07

CMYK color model

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

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

CMYK percentages

%100
%90.2
%0
%80

Codes

Color #000533 in popluar color models

000533
RGB0551
HSL234°100.00%10.00%
HSB/HSV234°100.00%20.00%
CMYK100.00%90.20%0.00%
80.00%

Color #000533 in popluar number systems.

HEX000533
Decimal0551
Binary0101110011
Octal0563

Shades and tints

Shades of #000533

#000533
(0,5,51)
#00052F
(0,5,47)
#00052B
(0,5,43)
#000527
(0,5,39)
#000523
(0,5,35)
#00051F
(0,5,31)
#00051B
(0,5,27)
#000517
(0,5,23)
#000513
(0,5,19)
#00050F
(0,5,15)
#00050B
(0,5,11)
#000000
(0,0,0)

Tints of #000533

#000533
(0,5,51)
#171B45
(23,27,69)
#2E3157
(46,49,87)
#454769
(69,71,105)
#5C5D7B
(92,93,123)
#73738D
(115,115,141)
#8A899F
(138,137,159)
#A19FB1
(161,159,177)
#B8B5C3
(184,181,195)
#CFCBD5
(207,203,213)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000533; }

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

This text font color is #000533.


Background Color

.myBgColor { background-color: #000533; }

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

This div background color is #000533.


Border color

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

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

This div border color is #000533.


Opacity

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

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

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

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

This text has shadow with #000533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000533 on black background.


Color preview on white background

This text has color #000533 on white background.



Black color preview on #000533 background

This text has black color on #000533 background.


White color preview on #000533 background

This text has white color on #000533 background.