COLOR #08842F

HEX: #08842F
RGB: (8,132,47)

Color info

#08842F contains mainly green color. Web safe color of #08842F is #009933 (or #093).

RGB color model

#08842F color RGB value is (8,132,47).

  • red value is 8;
  • green value is 132;
  • blue value is 47.
RGB:
(8,132,47)
(3%,52%,18%)

RGB channels and saturation

R 8 of 255 = 3%
G 132 of 255 = 52%
B 47 of 255 = 18%

8
132
47

R + G + B ~ 24%. #08842F is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 132 + 47 = 187 (100%)
R 8 of 187 ~ 4.28%
G 132 of 187 ~ 70.59%
B 47 of 187 ~ 25.13%

%70.59
%25.13

CMYK color model

#08842F color CMYK value is (94,0,64,48).

  • cyan value is 93.94%
  • magenta value is 0.00%
  • yellow value is 64.39%
  • key color value is 48.24%
CMYK:
(94,0,64,48)
C94M0Y64K48 
(94%,0%,64%,48%)
(0.94/0.00/0.64/0.48)	

CMYK percentages

%93.94
%0
%64.39
%48.24

Codes

Color #08842F in popluar color models

08842F
RGB813247
HSL139°88.57%27.45%
HSB/HSV139°93.94%51.76%
CMYK93.94%0.00%64.39%
48.24%

Color #08842F in popluar number systems.

HEX08842F
Decimal813247
Binary100010000100101111
Octal1020457

Shades and tints

Shades of #08842F

#08842F
(8,132,47)
#08782B
(8,120,43)
#086C27
(8,108,39)
#086023
(8,96,35)
#08541F
(8,84,31)
#08481B
(8,72,27)
#083C17
(8,60,23)
#083013
(8,48,19)
#08240F
(8,36,15)
#08180B
(8,24,11)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #08842F

#08842F
(8,132,47)
#1E8F41
(30,143,65)
#349A53
(52,154,83)
#4AA565
(74,165,101)
#60B077
(96,176,119)
#76BB89
(118,187,137)
#8CC69B
(140,198,155)
#A2D1AD
(162,209,173)
#B8DCBF
(184,220,191)
#CEE7D1
(206,231,209)
#E4F2E3
(228,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08842F color. Also use rgb(8,132,47) instead hex code.

Text Font Color

.myTextColor { color: #08842F; }

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

This text font color is #08842F.


Background Color

.myBgColor { background-color: #08842F; }

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

This div background color is #08842F.


Border color

.myBorderColor { border: 1px solid #08842F; }

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

This div border color is #08842F.


Opacity

.myOpacity80 { color: #08842F; opacity: 0.8; }

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

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

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

This text has shadow with #08842F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08842F on black background.


Color preview on white background

This text has color #08842F on white background.



Black color preview on #08842F background

This text has black color on #08842F background.


White color preview on #08842F background

This text has white color on #08842F background.