COLOR #0A8878

HEX: #0A8878
RGB: (10,136,120)

Color info

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

RGB color model

#0A8878 color RGB value is (10,136,120).

  • red value is 10;
  • green value is 136;
  • blue value is 120.
RGB:
(10,136,120)
(4%,53%,47%)

RGB channels and saturation

R 10 of 255 = 4%
G 136 of 255 = 53%
B 120 of 255 = 47%

10
136
120

R + G + B ~ 35%. #0A8878 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 136 + 120 = 266 (100%)
R 10 of 266 ~ 3.76%
G 136 of 266 ~ 51.13%
B 120 of 266 ~ 45.11%

%51.13
%45.11

CMYK color model

#0A8878 color CMYK value is (93,0,12,47).

  • cyan value is 92.65%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK:
(93,0,12,47)
C93M0Y12K47 
(93%,0%,12%,47%)
(0.93/0.00/0.12/0.47)	

CMYK percentages

%92.65
%0
%11.76
%46.67

Codes

Color #0A8878 in popluar color models

0A8878
RGB10136120
HSL172°86.30%28.63%
HSB/HSV172°92.65%53.33%
CMYK92.65%0.00%11.76%
46.67%

Color #0A8878 in popluar number systems.

HEX0A8878
Decimal10136120
Binary1010100010001111000
Octal12210170

Shades and tints

Shades of #0A8878

#0A8878
(10,136,120)
#0A7C6E
(10,124,110)
#0A7064
(10,112,100)
#0A645A
(10,100,90)
#0A5850
(10,88,80)
#0A4C46
(10,76,70)
#0A403C
(10,64,60)
#0A3432
(10,52,50)
#0A2828
(10,40,40)
#0A1C1E
(10,28,30)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #0A8878

#0A8878
(10,136,120)
#209284
(32,146,132)
#369C90
(54,156,144)
#4CA69C
(76,166,156)
#62B0A8
(98,176,168)
#78BAB4
(120,186,180)
#8EC4C0
(142,196,192)
#A4CECC
(164,206,204)
#BAD8D8
(186,216,216)
#D0E2E4
(208,226,228)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A8878 color. Also use rgb(10,136,120) instead hex code.

Text Font Color

.myTextColor { color: #0A8878; }

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

This text font color is #0A8878.


Background Color

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

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

This div background color is #0A8878.


Border color

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

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

This div border color is #0A8878.


Opacity

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

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

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

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

This text has shadow with #0A8878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A8878 on black background.


Color preview on white background

This text has color #0A8878 on white background.



Black color preview on #0A8878 background

This text has black color on #0A8878 background.


White color preview on #0A8878 background

This text has white color on #0A8878 background.