COLOR #087B0A

HEX: #087B0A RGB: (8,123,10)

Color info

#087B0A contains mainly green color. Web safe color of #087B0A is #006600 (or #060).

RGB color model

#087B0A color RGB value is (8,123,10).

RGB: (8,123,10) (3%, 48%, 4%)

RGB channels and saturation

R 8 of 255 = 3%
G 123 of 255 = 48%
B 10 of 255 = 4%

8
123
10

R + G + B ~ 18%. #087B0A is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 123 + 10 = 141 (100%)
R 8 of 141 ~ 5.67%
G 123 of 141 ~ 87.23%
B 10 of 141 ~ 7.09'%

%87.23

CMYK color model

#087B0A color CMYK value is (93,0,92,52).

  • cyan value is 93.50%
  • magenta value is 0.00%
  • yellow value is 91.87%
  • key color value is 51.76%

CMYK: (93,0,92,52)
C93M0Y92K52 (93%, 0%, 92%, 52%)
(0.93 / 0.00 / 0.92 / 0.52)

CMYK percentages

%93.5
%0
%91.87
%51.76

Codes

Color #087B0A in popluar color models

08 7B 0A
RGB 8 123 10
HSL 121° 87.79% 25.69%
HSB/HSV 121° 93.50% 48.24%
CMYK 93.50% 0.00% 91.87%
51.76%

Color #087B0A in popluar number systems.

HEX 08 7B 0A
Decimal 8 123 10
Binary 1000 1111011 1010
Octal 10 173 12

Shades and tints

Shades of #087B0A

#087B0A
(8,123,10)
#08700A
(8,112,10)
#08650A
(8,101,10)
#085A0A
(8,90,10)
#084F0A
(8,79,10)
#08440A
(8,68,10)
#08390A
(8,57,10)
#082E0A
(8,46,10)
#08230A
(8,35,10)
#08180A
(8,24,10)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #087B0A

#087B0A
(8,123,10)
#1E8720
(30,135,32)
#349336
(52,147,54)
#4A9F4C
(74,159,76)
#60AB62
(96,171,98)
#76B778
(118,183,120)
#8CC38E
(140,195,142)
#A2CFA4
(162,207,164)
#B8DBBA
(184,219,186)
#CEE7D0
(206,231,208)
#E4F3E6
(228,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087B0A color. Also use rgb(8,123,10) instead hex code.

Text Font Color

.myTextColor { color: #087B0A; }

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

This text font color is #087B0A.

Background Color

.myBgColor { background-color: #087B0A; }

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

This div background color is #087B0A.

Border color

.myBorderColor { border: 1px solid #087B0A; }

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

This div border color is #087B0A.

Opacity

.myOpacity80 { color: #087B0A; opacity: 0.8; }

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

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

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

This text has shadow with #087B0A color.


.textShadow {text-shadow: 3px 3px 1px #087B0A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #087B0A; -webkit-box-shadow: 1px 1px 3px 2px #087B0A; box-shadow:1px 1px 3px 2px #087B0A;">
Div content here
</div>

This div box has shadow with color #087B0A.

Preview

Color preview on black background

This text has color #087B0A on black background.


Color preview on white background

This text has color #087B0A on white background.


Black color preview on #087B0A background

This text has black color on #087B0A background.


White color preview on #087B0A background

This text has white color on #087B0A background.


Related colors

Complementary color

Complementary color for #hex is #F784F5.


I love getcolorcode.com

Triadic colors

1 #0A087B and #7B0A08 with #087B0A are triadic colors.

2 #0A7B08 and #7B080A with #087B0A are triadic colors.