COLOR #008652

HEX: #008652
RGB: (0,134,82)

Color info

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

RGB color model

#008652 color RGB value is (0,134,82).

  • red value is 0;
  • green value is 134;
  • blue value is 82.
RGB:
(0,134,82)
(0%,53%,32%)

RGB channels and saturation

R 0 of 255 = 0%
G 134 of 255 = 53%
B 82 of 255 = 32%

0
134
82

R + G + B ~ 28%. #008652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 134 + 82 = 216 (100%)
R 0 of 216 ~ 0%
G 134 of 216 ~ 62.04%
B 82 of 216 ~ 37.96%

%62.04
%37.96

CMYK color model

#008652 color CMYK value is (100,0,39,47).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 47.45%
CMYK:
(100,0,39,47)
C100M0Y39K47 
(100%,0%,39%,47%)
(1.00/0.00/0.39/0.47)	

CMYK percentages

%100
%0
%38.81
%47.45

Codes

Color #008652 in popluar color models

008652
RGB013482
HSL157°100.00%26.27%
HSB/HSV157°100.00%52.55%
CMYK100.00%0.00%38.81%
47.45%

Color #008652 in popluar number systems.

HEX008652
Decimal013482
Binary0100001101010010
Octal0206122

Shades and tints

Shades of #008652

#008652
(0,134,82)
#007A4B
(0,122,75)
#006E44
(0,110,68)
#00623D
(0,98,61)
#005636
(0,86,54)
#004A2F
(0,74,47)
#003E28
(0,62,40)
#003221
(0,50,33)
#00261A
(0,38,26)
#001A13
(0,26,19)
#000E0C
(0,14,12)
#000000
(0,0,0)

Tints of #008652

#008652
(0,134,82)
#179161
(23,145,97)
#2E9C70
(46,156,112)
#45A77F
(69,167,127)
#5CB28E
(92,178,142)
#73BD9D
(115,189,157)
#8AC8AC
(138,200,172)
#A1D3BB
(161,211,187)
#B8DECA
(184,222,202)
#CFE9D9
(207,233,217)
#E6F4E8
(230,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008652 color. Also use rgb(0,134,82) instead hex code.

Text Font Color

.myTextColor { color: #008652; }

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

This text font color is #008652.


Background Color

.myBgColor { background-color: #008652; }

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

This div background color is #008652.


Border color

.myBorderColor { border: 1px solid #008652; }

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

This div border color is #008652.


Opacity

.myOpacity80 { color: #008652; opacity: 0.8; }

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

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

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

This text has shadow with #008652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008652 on black background.


Color preview on white background

This text has color #008652 on white background.



Black color preview on #008652 background

This text has black color on #008652 background.


White color preview on #008652 background

This text has white color on #008652 background.