COLOR #0A8771

HEX: #0A8771 RGB: (10,135,113)

Color info

#0A8771 contains mainly green and blue colors. Web safe color of #0A8771 is #009966 (or #096).

RGB color model

#0A8771 color RGB value is (10,135,113).

RGB: (10,135,113) (4%, 53%, 44%)

RGB channels and saturation

R 10 of 255 = 4%
G 135 of 255 = 53%
B 113 of 255 = 44%

10
135
113

R + G + B ~ 34%. #0A8771 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 135 + 113 = 258 (100%)
R 10 of 258 ~ 3.88%
G 135 of 258 ~ 52.33%
B 113 of 258 ~ 43.8'%

%52.33
%43.8

CMYK color model

#0A8771 color CMYK value is (93,0,16,47).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 47.06%

CMYK: (93,0,16,47)
C93M0Y16K47 (93%, 0%, 16%, 47%)
(0.93 / 0.00 / 0.16 / 0.47)

CMYK percentages

%92.59
%0
%16.3
%47.06

Codes

Color #0A8771 in popluar color models

0A 87 71
RGB 10 135 113
HSL 169° 86.21% 28.43%
HSB/HSV 169° 92.59% 52.94%
CMYK 92.59% 0.00% 16.30%
47.06%

Color #0A8771 in popluar number systems.

HEX 0A 87 71
Decimal 10 135 113
Binary 1010 10000111 1110001
Octal 12 207 161

Shades and tints

Shades of #0A8771

#0A8771
(10,135,113)
#0A7B67
(10,123,103)
#0A6F5D
(10,111,93)
#0A6353
(10,99,83)
#0A5749
(10,87,73)
#0A4B3F
(10,75,63)
#0A3F35
(10,63,53)
#0A332B
(10,51,43)
#0A2721
(10,39,33)
#0A1B17
(10,27,23)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #0A8771

#0A8771
(10,135,113)
#20917D
(32,145,125)
#369B89
(54,155,137)
#4CA595
(76,165,149)
#62AFA1
(98,175,161)
#78B9AD
(120,185,173)
#8EC3B9
(142,195,185)
#A4CDC5
(164,205,197)
#BAD7D1
(186,215,209)
#D0E1DD
(208,225,221)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A8771 color. Also use rgb(10,135,113) instead hex code.

Text Font Color

.myTextColor { color: #0A8771; }

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

This text font color is #0A8771.

Background Color

.myBgColor { background-color: #0A8771; }

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

This div background color is #0A8771.

Border color

.myBorderColor { border: 1px solid #0A8771; }

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

This div border color is #0A8771.

Opacity

.myOpacity80 { color: #0A8771; opacity: 0.8; }

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

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

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

This text has shadow with #0A8771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A8771.

Preview

Color preview on black background

This text has color #0A8771 on black background.


Color preview on white background

This text has color #0A8771 on white background.


Black color preview on #0A8771 background

This text has black color on #0A8771 background.


White color preview on #0A8771 background

This text has white color on #0A8771 background.


Related colors

Complementary color

Complementary color for #hex is #F5788E.


I love getcolorcode.com

Triadic colors

1 #710A87 and #87710A with #0A8771 are triadic colors.

2 #71870A and #870A71 with #0A8771 are triadic colors.