COLOR #0A460A

HEX: #0A460A
RGB: (10,70,10)

Color info

#0A460A contains mainly green color. Web safe color of #0A460A is #003300 (or #030).

RGB color model

#0A460A color RGB value is (10,70,10).

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

RGB channels and saturation

R 10 of 255 = 4%
G 70 of 255 = 27%
B 10 of 255 = 4%

10
70
10

R + G + B ~ 12%. #0A460A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 70 + 10 = 90 (100%)
R 10 of 90 ~ 11.11%
G 70 of 90 ~ 77.78%
B 10 of 90 ~ 11.11%

%11.11
%77.78
%11.11

CMYK color model

#0A460A color CMYK value is (86,0,86,73).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 72.55%
CMYK:
(86,0,86,73)
C86M0Y86K73 
(86%,0%,86%,73%)
(0.86/0.00/0.86/0.73)	

CMYK percentages

%85.71
%0
%85.71
%72.55

Codes

Color #0A460A in popluar color models

0A460A
RGB107010
HSL120°75.00%15.69%
HSB/HSV120°85.71%27.45%
CMYK85.71%0.00%85.71%
72.55%

Color #0A460A in popluar number systems.

HEX0A460A
Decimal107010
Binary101010001101010
Octal1210612

Shades and tints

Shades of #0A460A

#0A460A
(10,70,10)
#0A400A
(10,64,10)
#0A3A0A
(10,58,10)
#0A340A
(10,52,10)
#0A2E0A
(10,46,10)
#0A280A
(10,40,10)
#0A220A
(10,34,10)
#0A1C0A
(10,28,10)
#0A160A
(10,22,10)
#0A100A
(10,16,10)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #0A460A

#0A460A
(10,70,10)
#205620
(32,86,32)
#366636
(54,102,54)
#4C764C
(76,118,76)
#628662
(98,134,98)
#789678
(120,150,120)
#8EA68E
(142,166,142)
#A4B6A4
(164,182,164)
#BAC6BA
(186,198,186)
#D0D6D0
(208,214,208)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A460A; }

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

This text font color is #0A460A.


Background Color

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

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

This div background color is #0A460A.


Border color

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

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

This div border color is #0A460A.


Opacity

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

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

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

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

This text has shadow with #0A460A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A460A on black background.


Color preview on white background

This text has color #0A460A on white background.



Black color preview on #0A460A background

This text has black color on #0A460A background.


White color preview on #0A460A background

This text has white color on #0A460A background.