COLOR #0A7014

HEX: #0A7014
RGB: (10,112,20)

Color info

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

RGB color model

#0A7014 color RGB value is (10,112,20).

  • red value is 10;
  • green value is 112;
  • blue value is 20.
RGB:
(10,112,20)
(4%,44%,8%)

RGB channels and saturation

R 10 of 255 = 4%
G 112 of 255 = 44%
B 20 of 255 = 8%

10
112
20

R + G + B ~ 19%. #0A7014 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 112 + 20 = 142 (100%)
R 10 of 142 ~ 7.04%
G 112 of 142 ~ 78.87%
B 20 of 142 ~ 14.08%

%78.87
%14.08

CMYK color model

#0A7014 color CMYK value is (91,0,82,56).

  • cyan value is 91.07%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 56.08%
CMYK:
(91,0,82,56)
C91M0Y82K56 
(91%,0%,82%,56%)
(0.91/0.00/0.82/0.56)	

CMYK percentages

%91.07
%0
%82.14
%56.08

Codes

Color #0A7014 in popluar color models

0A7014
RGB1011220
HSL126°83.61%23.92%
HSB/HSV126°91.07%43.92%
CMYK91.07%0.00%82.14%
56.08%

Color #0A7014 in popluar number systems.

HEX0A7014
Decimal1011220
Binary1010111000010100
Octal1216024

Shades and tints

Shades of #0A7014

#0A7014
(10,112,20)
#0A6613
(10,102,19)
#0A5C12
(10,92,18)
#0A5211
(10,82,17)
#0A4810
(10,72,16)
#0A3E0F
(10,62,15)
#0A340E
(10,52,14)
#0A2A0D
(10,42,13)
#0A200C
(10,32,12)
#0A160B
(10,22,11)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #0A7014

#0A7014
(10,112,20)
#207D29
(32,125,41)
#368A3E
(54,138,62)
#4C9753
(76,151,83)
#62A468
(98,164,104)
#78B17D
(120,177,125)
#8EBE92
(142,190,146)
#A4CBA7
(164,203,167)
#BAD8BC
(186,216,188)
#D0E5D1
(208,229,209)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A7014; }

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

This text font color is #0A7014.


Background Color

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

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

This div background color is #0A7014.


Border color

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

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

This div border color is #0A7014.


Opacity

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

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

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

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

This text has shadow with #0A7014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A7014 on black background.


Color preview on white background

This text has color #0A7014 on white background.



Black color preview on #0A7014 background

This text has black color on #0A7014 background.


White color preview on #0A7014 background

This text has white color on #0A7014 background.