COLOR #0A8063

HEX: #0A8063
RGB: (10,128,99)

Color info

#0A8063 contains mainly green and blue colors. Web safe color of #0A8063 is #006666 (or #066).

RGB color model

#0A8063 color RGB value is (10,128,99).

  • red value is 10;
  • green value is 128;
  • blue value is 99.
RGB:
(10,128,99)
(4%,50%,39%)

RGB channels and saturation

R 10 of 255 = 4%
G 128 of 255 = 50%
B 99 of 255 = 39%

10
128
99

R + G + B ~ 31%. #0A8063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 128 + 99 = 237 (100%)
R 10 of 237 ~ 4.22%
G 128 of 237 ~ 54.01%
B 99 of 237 ~ 41.77%

%54.01
%41.77

CMYK color model

#0A8063 color CMYK value is (92,0,23,50).

  • cyan value is 92.19%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(92,0,23,50)
C92M0Y23K50 
(92%,0%,23%,50%)
(0.92/0.00/0.23/0.50)	

CMYK percentages

%92.19
%0
%22.66
%49.8

Codes

Color #0A8063 in popluar color models

0A8063
RGB1012899
HSL165°85.51%27.06%
HSB/HSV165°92.19%50.20%
CMYK92.19%0.00%22.66%
49.80%

Color #0A8063 in popluar number systems.

HEX0A8063
Decimal1012899
Binary1010100000001100011
Octal12200143

Shades and tints

Shades of #0A8063

#0A8063
(10,128,99)
#0A755A
(10,117,90)
#0A6A51
(10,106,81)
#0A5F48
(10,95,72)
#0A543F
(10,84,63)
#0A4936
(10,73,54)
#0A3E2D
(10,62,45)
#0A3324
(10,51,36)
#0A281B
(10,40,27)
#0A1D12
(10,29,18)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #0A8063

#0A8063
(10,128,99)
#208B71
(32,139,113)
#36967F
(54,150,127)
#4CA18D
(76,161,141)
#62AC9B
(98,172,155)
#78B7A9
(120,183,169)
#8EC2B7
(142,194,183)
#A4CDC5
(164,205,197)
#BAD8D3
(186,216,211)
#D0E3E1
(208,227,225)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A8063 color. Also use rgb(10,128,99) instead hex code.

Text Font Color

.myTextColor { color: #0A8063; }

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

This text font color is #0A8063.


Background Color

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

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

This div background color is #0A8063.


Border color

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

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

This div border color is #0A8063.


Opacity

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

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

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

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

This text has shadow with #0A8063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A8063 on black background.


Color preview on white background

This text has color #0A8063 on white background.



Black color preview on #0A8063 background

This text has black color on #0A8063 background.


White color preview on #0A8063 background

This text has white color on #0A8063 background.