COLOR #0C710A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
113
10

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

Portions of RGB colors in percentages

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

%83.7

CMYK color model

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

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

CMYK percentages

%89.38
%0
%91.15
%55.69

Codes

Color #0C710A in popluar color models

0C710A
RGB1211310
HSL119°83.74%24.12%
HSB/HSV119°91.15%44.31%
CMYK89.38%0.00%91.15%
55.69%

Color #0C710A in popluar number systems.

HEX0C710A
Decimal1211310
Binary110011100011010
Octal1416112

Shades and tints

Shades of #0C710A

#0C710A
(12,113,10)
#0B670A
(11,103,10)
#0A5D0A
(10,93,10)
#09530A
(9,83,10)
#08490A
(8,73,10)
#073F0A
(7,63,10)
#06350A
(6,53,10)
#052B0A
(5,43,10)
#04210A
(4,33,10)
#03170A
(3,23,10)
#020D0A
(2,13,10)
#000000
(0,0,0)

Tints of #0C710A

#0C710A
(12,113,10)
#227D20
(34,125,32)
#388936
(56,137,54)
#4E954C
(78,149,76)
#64A162
(100,161,98)
#7AAD78
(122,173,120)
#90B98E
(144,185,142)
#A6C5A4
(166,197,164)
#BCD1BA
(188,209,186)
#D2DDD0
(210,221,208)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C710A; }

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

This text font color is #0C710A.


Background Color

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

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

This div background color is #0C710A.


Border color

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

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

This div border color is #0C710A.


Opacity

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

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

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

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

This text has shadow with #0C710A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C710A on black background.


Color preview on white background

This text has color #0C710A on white background.



Black color preview on #0C710A background

This text has black color on #0C710A background.


White color preview on #0C710A background

This text has white color on #0C710A background.