COLOR #005E32

HEX: #005E32
RGB: (0,94,50)

Color info

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

RGB color model

#005E32 color RGB value is (0,94,50).

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

RGB channels and saturation

R 0 of 255 = 0%
G 94 of 255 = 37%
B 50 of 255 = 20%

0
94
50

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

Portions of RGB colors in percentages

R + G + B =
0 + 94 + 50 = 144 (100%)
R 0 of 144 ~ 0%
G 94 of 144 ~ 65.28%
B 50 of 144 ~ 34.72%

%65.28
%34.72

CMYK color model

#005E32 color CMYK value is (100,0,47,63).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 46.81%
  • key color value is 63.14%
CMYK:
(100,0,47,63)
C100M0Y47K63 
(100%,0%,47%,63%)
(1.00/0.00/0.47/0.63)	

CMYK percentages

%100
%0
%46.81
%63.14

Codes

Color #005E32 in popluar color models

005E32
RGB09450
HSL152°100.00%18.43%
HSB/HSV152°100.00%36.86%
CMYK100.00%0.00%46.81%
63.14%

Color #005E32 in popluar number systems.

HEX005E32
Decimal09450
Binary01011110110010
Octal013662

Shades and tints

Shades of #005E32

#005E32
(0,94,50)
#00562E
(0,86,46)
#004E2A
(0,78,42)
#004626
(0,70,38)
#003E22
(0,62,34)
#00361E
(0,54,30)
#002E1A
(0,46,26)
#002616
(0,38,22)
#001E12
(0,30,18)
#00160E
(0,22,14)
#000E0A
(0,14,10)
#000000
(0,0,0)

Tints of #005E32

#005E32
(0,94,50)
#176C44
(23,108,68)
#2E7A56
(46,122,86)
#458868
(69,136,104)
#5C967A
(92,150,122)
#73A48C
(115,164,140)
#8AB29E
(138,178,158)
#A1C0B0
(161,192,176)
#B8CEC2
(184,206,194)
#CFDCD4
(207,220,212)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005E32; }

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

This text font color is #005E32.


Background Color

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

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

This div background color is #005E32.


Border color

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

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

This div border color is #005E32.


Opacity

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

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

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

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

This text has shadow with #005E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005E32 on black background.


Color preview on white background

This text has color #005E32 on white background.



Black color preview on #005E32 background

This text has black color on #005E32 background.


White color preview on #005E32 background

This text has white color on #005E32 background.