COLOR #008C5D

HEX: #008C5D
RGB: (0,140,93)

Color info

#008C5D contains only green and blue colors. Web safe color of #008C5D is #009966 (or #096).

RGB color model

#008C5D color RGB value is (0,140,93).

  • red value is 0;
  • green value is 140;
  • blue value is 93.
RGB:
(0,140,93)
(0%,55%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 93 of 255 = 36%

0
140
93

R + G + B ~ 30%. #008C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 93 = 233 (100%)
R 0 of 233 ~ 0%
G 140 of 233 ~ 60.09%
B 93 of 233 ~ 39.91%

%60.09
%39.91

CMYK color model

#008C5D color CMYK value is (100,0,34,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 45.10%
CMYK:
(100,0,34,45)
C100M0Y34K45 
(100%,0%,34%,45%)
(1.00/0.00/0.34/0.45)	

CMYK percentages

%100
%0
%33.57
%45.1

Codes

Color #008C5D in popluar color models

008C5D
RGB014093
HSL160°100.00%27.45%
HSB/HSV160°100.00%54.90%
CMYK100.00%0.00%33.57%
45.10%

Color #008C5D in popluar number systems.

HEX008C5D
Decimal014093
Binary0100011001011101
Octal0214135

Shades and tints

Shades of #008C5D

#008C5D
(0,140,93)
#008055
(0,128,85)
#00744D
(0,116,77)
#006845
(0,104,69)
#005C3D
(0,92,61)
#005035
(0,80,53)
#00442D
(0,68,45)
#003825
(0,56,37)
#002C1D
(0,44,29)
#002015
(0,32,21)
#00140D
(0,20,13)
#000000
(0,0,0)

Tints of #008C5D

#008C5D
(0,140,93)
#17966B
(23,150,107)
#2EA079
(46,160,121)
#45AA87
(69,170,135)
#5CB495
(92,180,149)
#73BEA3
(115,190,163)
#8AC8B1
(138,200,177)
#A1D2BF
(161,210,191)
#B8DCCD
(184,220,205)
#CFE6DB
(207,230,219)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008C5D color. Also use rgb(0,140,93) instead hex code.

Text Font Color

.myTextColor { color: #008C5D; }

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

This text font color is #008C5D.


Background Color

.myBgColor { background-color: #008C5D; }

<div style="background-color:#008C5D">Inner text</div>

This div background color is #008C5D.


Border color

.myBorderColor { border: 1px solid #008C5D; }

<div style="border:3px solid #008C5D">Div</div>

This div border color is #008C5D.


Opacity

.myOpacity80 { color: #008C5D; opacity: 0.8; }

<p style="color:#008C5D;opacity:0.8;">80%</p>

Text with #008C5D 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 #008C5D;}

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

This text has shadow with #008C5D color.

.textShadow {text-shadow: 3px 3px 1px #008C5D, 3px 3px 1px red;}

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

This text has shadow with #008C5D primary color and red secondary color.


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

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

This text has shadow with #008C5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C5D on black background.


Color preview on white background

This text has color #008C5D on white background.



Black color preview on #008C5D background

This text has black color on #008C5D background.


White color preview on #008C5D background

This text has white color on #008C5D background.