COLOR #005E17

HEX: #005E17
RGB: (0,94,23)

Color info

#005E17 contains mainly green color. Web safe color of #005E17 is #006600 (or #060).

RGB color model

#005E17 color RGB value is (0,94,23).

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

RGB channels and saturation

R 0 of 255 = 0%
G 94 of 255 = 37%
B 23 of 255 = 9%

0
94
23

R + G + B ~ 15%. #005E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 94 + 23 = 117 (100%)
R 0 of 117 ~ 0%
G 94 of 117 ~ 80.34%
B 23 of 117 ~ 19.66%

%80.34
%19.66

CMYK color model

#005E17 color CMYK value is (100,0,76,63).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 75.53%
  • key color value is 63.14%
CMYK:
(100,0,76,63)
C100M0Y76K63 
(100%,0%,76%,63%)
(1.00/0.00/0.76/0.63)	

CMYK percentages

%100
%0
%75.53
%63.14

Codes

Color #005E17 in popluar color models

005E17
RGB09423
HSL135°100.00%18.43%
HSB/HSV135°100.00%36.86%
CMYK100.00%0.00%75.53%
63.14%

Color #005E17 in popluar number systems.

HEX005E17
Decimal09423
Binary0101111010111
Octal013627

Shades and tints

Shades of #005E17

#005E17
(0,94,23)
#005615
(0,86,21)
#004E13
(0,78,19)
#004611
(0,70,17)
#003E0F
(0,62,15)
#00360D
(0,54,13)
#002E0B
(0,46,11)
#002609
(0,38,9)
#001E07
(0,30,7)
#001605
(0,22,5)
#000E03
(0,14,3)
#000000
(0,0,0)

Tints of #005E17

#005E17
(0,94,23)
#176C2C
(23,108,44)
#2E7A41
(46,122,65)
#458856
(69,136,86)
#5C966B
(92,150,107)
#73A480
(115,164,128)
#8AB295
(138,178,149)
#A1C0AA
(161,192,170)
#B8CEBF
(184,206,191)
#CFDCD4
(207,220,212)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005E17; }

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

This text font color is #005E17.


Background Color

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

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

This div background color is #005E17.


Border color

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

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

This div border color is #005E17.


Opacity

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

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

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

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

This text has shadow with #005E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005E17 on black background.


Color preview on white background

This text has color #005E17 on white background.



Black color preview on #005E17 background

This text has black color on #005E17 background.


White color preview on #005E17 background

This text has white color on #005E17 background.