COLOR #087631

HEX: #087631
RGB: (8,118,49)

Color info

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

RGB color model

#087631 color RGB value is (8,118,49).

  • red value is 8;
  • green value is 118;
  • blue value is 49.
RGB:
(8,118,49)
(3%,46%,19%)

RGB channels and saturation

R 8 of 255 = 3%
G 118 of 255 = 46%
B 49 of 255 = 19%

8
118
49

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

Portions of RGB colors in percentages

R + G + B =
8 + 118 + 49 = 175 (100%)
R 8 of 175 ~ 4.57%
G 118 of 175 ~ 67.43%
B 49 of 175 ~ 28%

%67.43
%28

CMYK color model

#087631 color CMYK value is (93,0,58,54).

  • cyan value is 93.22%
  • magenta value is 0.00%
  • yellow value is 58.47%
  • key color value is 53.73%
CMYK:
(93,0,58,54)
C93M0Y58K54 
(93%,0%,58%,54%)
(0.93/0.00/0.58/0.54)	

CMYK percentages

%93.22
%0
%58.47
%53.73

Codes

Color #087631 in popluar color models

087631
RGB811849
HSL142°87.30%24.71%
HSB/HSV142°93.22%46.27%
CMYK93.22%0.00%58.47%
53.73%

Color #087631 in popluar number systems.

HEX087631
Decimal811849
Binary10001110110110001
Octal1016661

Shades and tints

Shades of #087631

#087631
(8,118,49)
#086C2D
(8,108,45)
#086229
(8,98,41)
#085825
(8,88,37)
#084E21
(8,78,33)
#08441D
(8,68,29)
#083A19
(8,58,25)
#083015
(8,48,21)
#082611
(8,38,17)
#081C0D
(8,28,13)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #087631

#087631
(8,118,49)
#1E8243
(30,130,67)
#348E55
(52,142,85)
#4A9A67
(74,154,103)
#60A679
(96,166,121)
#76B28B
(118,178,139)
#8CBE9D
(140,190,157)
#A2CAAF
(162,202,175)
#B8D6C1
(184,214,193)
#CEE2D3
(206,226,211)
#E4EEE5
(228,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087631 color. Also use rgb(8,118,49) instead hex code.

Text Font Color

.myTextColor { color: #087631; }

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

This text font color is #087631.


Background Color

.myBgColor { background-color: #087631; }

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

This div background color is #087631.


Border color

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

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

This div border color is #087631.


Opacity

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

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

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

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

This text has shadow with #087631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087631 on black background.


Color preview on white background

This text has color #087631 on white background.



Black color preview on #087631 background

This text has black color on #087631 background.


White color preview on #087631 background

This text has white color on #087631 background.