COLOR #087830

HEX: #087830
RGB: (8,120,48)

Color info

#087830 contains mainly green color. Web safe color of #087830 is #006633 (or #063).

RGB color model

#087830 color RGB value is (8,120,48).

  • red value is 8;
  • green value is 120;
  • blue value is 48.
RGB:
(8,120,48)
(3%,47%,19%)

RGB channels and saturation

R 8 of 255 = 3%
G 120 of 255 = 47%
B 48 of 255 = 19%

8
120
48

R + G + B ~ 23%. #087830 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 120 + 48 = 176 (100%)
R 8 of 176 ~ 4.55%
G 120 of 176 ~ 68.18%
B 48 of 176 ~ 27.27%

%68.18
%27.27

CMYK color model

#087830 color CMYK value is (93,0,60,53).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(93,0,60,53)
C93M0Y60K53 
(93%,0%,60%,53%)
(0.93/0.00/0.60/0.53)	

CMYK percentages

%93.33
%0
%60
%52.94

Codes

Color #087830 in popluar color models

087830
RGB812048
HSL141°87.50%25.10%
HSB/HSV141°93.33%47.06%
CMYK93.33%0.00%60.00%
52.94%

Color #087830 in popluar number systems.

HEX087830
Decimal812048
Binary10001111000110000
Octal1017060

Shades and tints

Shades of #087830

#087830
(8,120,48)
#086E2C
(8,110,44)
#086428
(8,100,40)
#085A24
(8,90,36)
#085020
(8,80,32)
#08461C
(8,70,28)
#083C18
(8,60,24)
#083214
(8,50,20)
#082810
(8,40,16)
#081E0C
(8,30,12)
#081408
(8,20,8)
#000000
(0,0,0)

Tints of #087830

#087830
(8,120,48)
#1E8442
(30,132,66)
#349054
(52,144,84)
#4A9C66
(74,156,102)
#60A878
(96,168,120)
#76B48A
(118,180,138)
#8CC09C
(140,192,156)
#A2CCAE
(162,204,174)
#B8D8C0
(184,216,192)
#CEE4D2
(206,228,210)
#E4F0E4
(228,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087830 color. Also use rgb(8,120,48) instead hex code.

Text Font Color

.myTextColor { color: #087830; }

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

This text font color is #087830.


Background Color

.myBgColor { background-color: #087830; }

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

This div background color is #087830.


Border color

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

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

This div border color is #087830.


Opacity

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

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

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

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

This text has shadow with #087830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087830 on black background.


Color preview on white background

This text has color #087830 on white background.



Black color preview on #087830 background

This text has black color on #087830 background.


White color preview on #087830 background

This text has white color on #087830 background.