COLOR #005B3F

HEX: #005B3F
RGB: (0,91,63)

Color info

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

RGB color model

#005B3F color RGB value is (0,91,63).

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

RGB channels and saturation

R 0 of 255 = 0%
G 91 of 255 = 36%
B 63 of 255 = 25%

0
91
63

R + G + B ~ 20%. #005B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 91 + 63 = 154 (100%)
R 0 of 154 ~ 0%
G 91 of 154 ~ 59.09%
B 63 of 154 ~ 40.91%

%59.09
%40.91

CMYK color model

#005B3F color CMYK value is (100,0,31,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 64.31%
CMYK:
(100,0,31,64)
C100M0Y31K64 
(100%,0%,31%,64%)
(1.00/0.00/0.31/0.64)	

CMYK percentages

%100
%0
%30.77
%64.31

Codes

Color #005B3F in popluar color models

005B3F
RGB09163
HSL162°100.00%17.84%
HSB/HSV162°100.00%35.69%
CMYK100.00%0.00%30.77%
64.31%

Color #005B3F in popluar number systems.

HEX005B3F
Decimal09163
Binary01011011111111
Octal013377

Shades and tints

Shades of #005B3F

#005B3F
(0,91,63)
#00533A
(0,83,58)
#004B35
(0,75,53)
#004330
(0,67,48)
#003B2B
(0,59,43)
#003326
(0,51,38)
#002B21
(0,43,33)
#00231C
(0,35,28)
#001B17
(0,27,23)
#001312
(0,19,18)
#000B0D
(0,11,13)
#000000
(0,0,0)

Tints of #005B3F

#005B3F
(0,91,63)
#176950
(23,105,80)
#2E7761
(46,119,97)
#458572
(69,133,114)
#5C9383
(92,147,131)
#73A194
(115,161,148)
#8AAFA5
(138,175,165)
#A1BDB6
(161,189,182)
#B8CBC7
(184,203,199)
#CFD9D8
(207,217,216)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005B3F; }

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

This text font color is #005B3F.


Background Color

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

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

This div background color is #005B3F.


Border color

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

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

This div border color is #005B3F.


Opacity

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

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

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

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

This text has shadow with #005B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005B3F on black background.


Color preview on white background

This text has color #005B3F on white background.



Black color preview on #005B3F background

This text has black color on #005B3F background.


White color preview on #005B3F background

This text has white color on #005B3F background.