COLOR #008C58

HEX: #008C58
RGB: (0,140,88)

Color info

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

RGB color model

#008C58 color RGB value is (0,140,88).

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

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 88 of 255 = 35%

0
140
88

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

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 88 = 228 (100%)
R 0 of 228 ~ 0%
G 140 of 228 ~ 61.4%
B 88 of 228 ~ 38.6%

%61.4
%38.6

CMYK color model

#008C58 color CMYK value is (100,0,37,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 45.10%
CMYK:
(100,0,37,45)
C100M0Y37K45 
(100%,0%,37%,45%)
(1.00/0.00/0.37/0.45)	

CMYK percentages

%100
%0
%37.14
%45.1

Codes

Color #008C58 in popluar color models

008C58
RGB014088
HSL158°100.00%27.45%
HSB/HSV158°100.00%54.90%
CMYK100.00%0.00%37.14%
45.10%

Color #008C58 in popluar number systems.

HEX008C58
Decimal014088
Binary0100011001011000
Octal0214130

Shades and tints

Shades of #008C58

#008C58
(0,140,88)
#008050
(0,128,80)
#007448
(0,116,72)
#006840
(0,104,64)
#005C38
(0,92,56)
#005030
(0,80,48)
#004428
(0,68,40)
#003820
(0,56,32)
#002C18
(0,44,24)
#002010
(0,32,16)
#001408
(0,20,8)
#000000
(0,0,0)

Tints of #008C58

#008C58
(0,140,88)
#179667
(23,150,103)
#2EA076
(46,160,118)
#45AA85
(69,170,133)
#5CB494
(92,180,148)
#73BEA3
(115,190,163)
#8AC8B2
(138,200,178)
#A1D2C1
(161,210,193)
#B8DCD0
(184,220,208)
#CFE6DF
(207,230,223)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008C58; }

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

This text font color is #008C58.


Background Color

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

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

This div background color is #008C58.


Border color

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

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

This div border color is #008C58.


Opacity

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

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

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

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

This text has shadow with #008C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C58 on black background.


Color preview on white background

This text has color #008C58 on white background.



Black color preview on #008C58 background

This text has black color on #008C58 background.


White color preview on #008C58 background

This text has white color on #008C58 background.