COLOR #0A520A

HEX: #0A520A
RGB: (10,82,10)

Color info

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

RGB color model

#0A520A color RGB value is (10,82,10).

  • red value is 10;
  • green value is 82;
  • blue value is 10.
RGB:
(10,82,10)
(4%,32%,4%)

RGB channels and saturation

R 10 of 255 = 4%
G 82 of 255 = 32%
B 10 of 255 = 4%

10
82
10

R + G + B ~ 13%. #0A520A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 82 + 10 = 102 (100%)
R 10 of 102 ~ 9.8%
G 82 of 102 ~ 80.39%
B 10 of 102 ~ 9.8%

%9.8
%80.39
%9.8

CMYK color model

#0A520A color CMYK value is (88,0,88,68).

  • cyan value is 87.80%
  • magenta value is 0.00%
  • yellow value is 87.80%
  • key color value is 67.84%
CMYK:
(88,0,88,68)
C88M0Y88K68 
(88%,0%,88%,68%)
(0.88/0.00/0.88/0.68)	

CMYK percentages

%87.8
%0
%87.8
%67.84

Codes

Color #0A520A in popluar color models

0A520A
RGB108210
HSL120°78.26%18.04%
HSB/HSV120°87.80%32.16%
CMYK87.80%0.00%87.80%
67.84%

Color #0A520A in popluar number systems.

HEX0A520A
Decimal108210
Binary101010100101010
Octal1212212

Shades and tints

Shades of #0A520A

#0A520A
(10,82,10)
#0A4B0A
(10,75,10)
#0A440A
(10,68,10)
#0A3D0A
(10,61,10)
#0A360A
(10,54,10)
#0A2F0A
(10,47,10)
#0A280A
(10,40,10)
#0A210A
(10,33,10)
#0A1A0A
(10,26,10)
#0A130A
(10,19,10)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #0A520A

#0A520A
(10,82,10)
#206120
(32,97,32)
#367036
(54,112,54)
#4C7F4C
(76,127,76)
#628E62
(98,142,98)
#789D78
(120,157,120)
#8EAC8E
(142,172,142)
#A4BBA4
(164,187,164)
#BACABA
(186,202,186)
#D0D9D0
(208,217,208)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A520A; }

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

This text font color is #0A520A.


Background Color

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

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

This div background color is #0A520A.


Border color

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

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

This div border color is #0A520A.


Opacity

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

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

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

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

This text has shadow with #0A520A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A520A on black background.


Color preview on white background

This text has color #0A520A on white background.



Black color preview on #0A520A background

This text has black color on #0A520A background.


White color preview on #0A520A background

This text has white color on #0A520A background.