COLOR #0A710C

HEX: #0A710C
RGB: (10,113,12)

Color info

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

RGB color model

#0A710C color RGB value is (10,113,12).

  • red value is 10;
  • green value is 113;
  • blue value is 12.
RGB:
(10,113,12)
(4%,44%,5%)

RGB channels and saturation

R 10 of 255 = 4%
G 113 of 255 = 44%
B 12 of 255 = 5%

10
113
12

R + G + B ~ 18%. #0A710C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 113 + 12 = 135 (100%)
R 10 of 135 ~ 7.41%
G 113 of 135 ~ 83.7%
B 12 of 135 ~ 8.89%

%83.7

CMYK color model

#0A710C color CMYK value is (91,0,89,56).

  • cyan value is 91.15%
  • magenta value is 0.00%
  • yellow value is 89.38%
  • key color value is 55.69%
CMYK:
(91,0,89,56)
C91M0Y89K56 
(91%,0%,89%,56%)
(0.91/0.00/0.89/0.56)	

CMYK percentages

%91.15
%0
%89.38
%55.69

Codes

Color #0A710C in popluar color models

0A710C
RGB1011312
HSL121°83.74%24.12%
HSB/HSV121°91.15%44.31%
CMYK91.15%0.00%89.38%
55.69%

Color #0A710C in popluar number systems.

HEX0A710C
Decimal1011312
Binary101011100011100
Octal1216114

Shades and tints

Shades of #0A710C

#0A710C
(10,113,12)
#0A670B
(10,103,11)
#0A5D0A
(10,93,10)
#0A5309
(10,83,9)
#0A4908
(10,73,8)
#0A3F07
(10,63,7)
#0A3506
(10,53,6)
#0A2B05
(10,43,5)
#0A2104
(10,33,4)
#0A1703
(10,23,3)
#0A0D02
(10,13,2)
#000000
(0,0,0)

Tints of #0A710C

#0A710C
(10,113,12)
#207D22
(32,125,34)
#368938
(54,137,56)
#4C954E
(76,149,78)
#62A164
(98,161,100)
#78AD7A
(120,173,122)
#8EB990
(142,185,144)
#A4C5A6
(164,197,166)
#BAD1BC
(186,209,188)
#D0DDD2
(208,221,210)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A710C; }

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

This text font color is #0A710C.


Background Color

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

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

This div background color is #0A710C.


Border color

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

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

This div border color is #0A710C.


Opacity

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

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

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

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

This text has shadow with #0A710C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A710C on black background.


Color preview on white background

This text has color #0A710C on white background.



Black color preview on #0A710C background

This text has black color on #0A710C background.


White color preview on #0A710C background

This text has white color on #0A710C background.