COLOR #008F51

HEX: #008F51
RGB: (0,143,81)

Color info

#008F51 contains mainly green color. Web safe color of #008F51 is #009966 (or #096).

RGB color model

#008F51 color RGB value is (0,143,81).

  • red value is 0;
  • green value is 143;
  • blue value is 81.
RGB:
(0,143,81)
(0%,56%,32%)

RGB channels and saturation

R 0 of 255 = 0%
G 143 of 255 = 56%
B 81 of 255 = 32%

0
143
81

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

Portions of RGB colors in percentages

R + G + B =
0 + 143 + 81 = 224 (100%)
R 0 of 224 ~ 0%
G 143 of 224 ~ 63.84%
B 81 of 224 ~ 36.16%

%63.84
%36.16

CMYK color model

#008F51 color CMYK value is (100,0,43,44).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 43.36%
  • key color value is 43.92%
CMYK:
(100,0,43,44)
C100M0Y43K44 
(100%,0%,43%,44%)
(1.00/0.00/0.43/0.44)	

CMYK percentages

%100
%0
%43.36
%43.92

Codes

Color #008F51 in popluar color models

008F51
RGB014381
HSL154°100.00%28.04%
HSB/HSV154°100.00%56.08%
CMYK100.00%0.00%43.36%
43.92%

Color #008F51 in popluar number systems.

HEX008F51
Decimal014381
Binary0100011111010001
Octal0217121

Shades and tints

Shades of #008F51

#008F51
(0,143,81)
#00824A
(0,130,74)
#007543
(0,117,67)
#00683C
(0,104,60)
#005B35
(0,91,53)
#004E2E
(0,78,46)
#004127
(0,65,39)
#003420
(0,52,32)
#002719
(0,39,25)
#001A12
(0,26,18)
#000D0B
(0,13,11)
#000000
(0,0,0)

Tints of #008F51

#008F51
(0,143,81)
#179960
(23,153,96)
#2EA36F
(46,163,111)
#45AD7E
(69,173,126)
#5CB78D
(92,183,141)
#73C19C
(115,193,156)
#8ACBAB
(138,203,171)
#A1D5BA
(161,213,186)
#B8DFC9
(184,223,201)
#CFE9D8
(207,233,216)
#E6F3E7
(230,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008F51 color. Also use rgb(0,143,81) instead hex code.

Text Font Color

.myTextColor { color: #008F51; }

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

This text font color is #008F51.


Background Color

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

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

This div background color is #008F51.


Border color

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

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

This div border color is #008F51.


Opacity

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

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

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

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

This text has shadow with #008F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008F51 on black background.


Color preview on white background

This text has color #008F51 on white background.



Black color preview on #008F51 background

This text has black color on #008F51 background.


White color preview on #008F51 background

This text has white color on #008F51 background.