COLOR #005B33

HEX: #005B33
RGB: (0,91,51)

Color info

#005B33 contains only green and blue colors. Web safe color of #005B33 is #006633 (or #063).

RGB color model

#005B33 color RGB value is (0,91,51).

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

RGB channels and saturation

R 0 of 255 = 0%
G 91 of 255 = 36%
B 51 of 255 = 20%

0
91
51

R + G + B ~ 19%. #005B33 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 91 + 51 = 142 (100%)
R 0 of 142 ~ 0%
G 91 of 142 ~ 64.08%
B 51 of 142 ~ 35.92%

%64.08
%35.92

CMYK color model

#005B33 color CMYK value is (100,0,44,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 64.31%
CMYK:
(100,0,44,64)
C100M0Y44K64 
(100%,0%,44%,64%)
(1.00/0.00/0.44/0.64)	

CMYK percentages

%100
%0
%43.96
%64.31

Codes

Color #005B33 in popluar color models

005B33
RGB09151
HSL154°100.00%17.84%
HSB/HSV154°100.00%35.69%
CMYK100.00%0.00%43.96%
64.31%

Color #005B33 in popluar number systems.

HEX005B33
Decimal09151
Binary01011011110011
Octal013363

Shades and tints

Shades of #005B33

#005B33
(0,91,51)
#00532F
(0,83,47)
#004B2B
(0,75,43)
#004327
(0,67,39)
#003B23
(0,59,35)
#00331F
(0,51,31)
#002B1B
(0,43,27)
#002317
(0,35,23)
#001B13
(0,27,19)
#00130F
(0,19,15)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #005B33

#005B33
(0,91,51)
#176945
(23,105,69)
#2E7757
(46,119,87)
#458569
(69,133,105)
#5C937B
(92,147,123)
#73A18D
(115,161,141)
#8AAF9F
(138,175,159)
#A1BDB1
(161,189,177)
#B8CBC3
(184,203,195)
#CFD9D5
(207,217,213)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005B33; }

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

This text font color is #005B33.


Background Color

.myBgColor { background-color: #005B33; }

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

This div background color is #005B33.


Border color

.myBorderColor { border: 1px solid #005B33; }

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

This div border color is #005B33.


Opacity

.myOpacity80 { color: #005B33; opacity: 0.8; }

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

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

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

This text has shadow with #005B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005B33 on black background.


Color preview on white background

This text has color #005B33 on white background.



Black color preview on #005B33 background

This text has black color on #005B33 background.


White color preview on #005B33 background

This text has white color on #005B33 background.