COLOR #0A5A0D

HEX: #0A5A0D
RGB: (10,90,13)

Color info

#0A5A0D contains mainly green color. Web safe color of #0A5A0D is #006600 (or #060).

RGB color model

#0A5A0D color RGB value is (10,90,13).

  • red value is 10;
  • green value is 90;
  • blue value is 13.
RGB:
(10,90,13)
(4%,35%,5%)

RGB channels and saturation

R 10 of 255 = 4%
G 90 of 255 = 35%
B 13 of 255 = 5%

10
90
13

R + G + B ~ 15%. #0A5A0D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 90 + 13 = 113 (100%)
R 10 of 113 ~ 8.85%
G 90 of 113 ~ 79.65%
B 13 of 113 ~ 11.5%

%79.65
%11.5

CMYK color model

#0A5A0D color CMYK value is (89,0,86,65).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 85.56%
  • key color value is 64.71%
CMYK:
(89,0,86,65)
C89M0Y86K65 
(89%,0%,86%,65%)
(0.89/0.00/0.86/0.65)	

CMYK percentages

%88.89
%0
%85.56
%64.71

Codes

Color #0A5A0D in popluar color models

0A5A0D
RGB109013
HSL122°80.00%19.61%
HSB/HSV122°88.89%35.29%
CMYK88.89%0.00%85.56%
64.71%

Color #0A5A0D in popluar number systems.

HEX0A5A0D
Decimal109013
Binary101010110101101
Octal1213215

Shades and tints

Shades of #0A5A0D

#0A5A0D
(10,90,13)
#0A520C
(10,82,12)
#0A4A0B
(10,74,11)
#0A420A
(10,66,10)
#0A3A09
(10,58,9)
#0A3208
(10,50,8)
#0A2A07
(10,42,7)
#0A2206
(10,34,6)
#0A1A05
(10,26,5)
#0A1204
(10,18,4)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #0A5A0D

#0A5A0D
(10,90,13)
#206923
(32,105,35)
#367839
(54,120,57)
#4C874F
(76,135,79)
#629665
(98,150,101)
#78A57B
(120,165,123)
#8EB491
(142,180,145)
#A4C3A7
(164,195,167)
#BAD2BD
(186,210,189)
#D0E1D3
(208,225,211)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5A0D color. Also use rgb(10,90,13) instead hex code.

Text Font Color

.myTextColor { color: #0A5A0D; }

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

This text font color is #0A5A0D.


Background Color

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

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

This div background color is #0A5A0D.


Border color

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

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

This div border color is #0A5A0D.


Opacity

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

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

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

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

This text has shadow with #0A5A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5A0D on black background.


Color preview on white background

This text has color #0A5A0D on white background.



Black color preview on #0A5A0D background

This text has black color on #0A5A0D background.


White color preview on #0A5A0D background

This text has white color on #0A5A0D background.