COLOR #005E27

HEX: #005E27
RGB: (0,94,39)

Color info

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

RGB color model

#005E27 color RGB value is (0,94,39).

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

RGB channels and saturation

R 0 of 255 = 0%
G 94 of 255 = 37%
B 39 of 255 = 15%

0
94
39

R + G + B ~ 17%. #005E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 94 + 39 = 133 (100%)
R 0 of 133 ~ 0%
G 94 of 133 ~ 70.68%
B 39 of 133 ~ 29.32%

%70.68
%29.32

CMYK color model

#005E27 color CMYK value is (100,0,59,63).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 58.51%
  • key color value is 63.14%
CMYK:
(100,0,59,63)
C100M0Y59K63 
(100%,0%,59%,63%)
(1.00/0.00/0.59/0.63)	

CMYK percentages

%100
%0
%58.51
%63.14

Codes

Color #005E27 in popluar color models

005E27
RGB09439
HSL145°100.00%18.43%
HSB/HSV145°100.00%36.86%
CMYK100.00%0.00%58.51%
63.14%

Color #005E27 in popluar number systems.

HEX005E27
Decimal09439
Binary01011110100111
Octal013647

Shades and tints

Shades of #005E27

#005E27
(0,94,39)
#005624
(0,86,36)
#004E21
(0,78,33)
#00461E
(0,70,30)
#003E1B
(0,62,27)
#003618
(0,54,24)
#002E15
(0,46,21)
#002612
(0,38,18)
#001E0F
(0,30,15)
#00160C
(0,22,12)
#000E09
(0,14,9)
#000000
(0,0,0)

Tints of #005E27

#005E27
(0,94,39)
#176C3A
(23,108,58)
#2E7A4D
(46,122,77)
#458860
(69,136,96)
#5C9673
(92,150,115)
#73A486
(115,164,134)
#8AB299
(138,178,153)
#A1C0AC
(161,192,172)
#B8CEBF
(184,206,191)
#CFDCD2
(207,220,210)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005E27; }

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

This text font color is #005E27.


Background Color

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

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

This div background color is #005E27.


Border color

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

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

This div border color is #005E27.


Opacity

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

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

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

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

This text has shadow with #005E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005E27 on black background.


Color preview on white background

This text has color #005E27 on white background.



Black color preview on #005E27 background

This text has black color on #005E27 background.


White color preview on #005E27 background

This text has white color on #005E27 background.