COLOR #008C54

HEX: #008C54
RGB: (0,140,84)

Color info

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

RGB color model

#008C54 color RGB value is (0,140,84).

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

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 84 of 255 = 33%

0
140
84

R + G + B ~ 29%. #008C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 84 = 224 (100%)
R 0 of 224 ~ 0%
G 140 of 224 ~ 62.5%
B 84 of 224 ~ 37.5%

%62.5
%37.5

CMYK color model

#008C54 color CMYK value is (100,0,40,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 45.10%
CMYK:
(100,0,40,45)
C100M0Y40K45 
(100%,0%,40%,45%)
(1.00/0.00/0.40/0.45)	

CMYK percentages

%100
%0
%40
%45.1

Codes

Color #008C54 in popluar color models

008C54
RGB014084
HSL156°100.00%27.45%
HSB/HSV156°100.00%54.90%
CMYK100.00%0.00%40.00%
45.10%

Color #008C54 in popluar number systems.

HEX008C54
Decimal014084
Binary0100011001010100
Octal0214124

Shades and tints

Shades of #008C54

#008C54
(0,140,84)
#00804D
(0,128,77)
#007446
(0,116,70)
#00683F
(0,104,63)
#005C38
(0,92,56)
#005031
(0,80,49)
#00442A
(0,68,42)
#003823
(0,56,35)
#002C1C
(0,44,28)
#002015
(0,32,21)
#00140E
(0,20,14)
#000000
(0,0,0)

Tints of #008C54

#008C54
(0,140,84)
#179663
(23,150,99)
#2EA072
(46,160,114)
#45AA81
(69,170,129)
#5CB490
(92,180,144)
#73BE9F
(115,190,159)
#8AC8AE
(138,200,174)
#A1D2BD
(161,210,189)
#B8DCCC
(184,220,204)
#CFE6DB
(207,230,219)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008C54; }

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

This text font color is #008C54.


Background Color

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

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

This div background color is #008C54.


Border color

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

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

This div border color is #008C54.


Opacity

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

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

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

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

This text has shadow with #008C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C54 on black background.


Color preview on white background

This text has color #008C54 on white background.



Black color preview on #008C54 background

This text has black color on #008C54 background.


White color preview on #008C54 background

This text has white color on #008C54 background.