COLOR #0A711A

HEX: #0A711A
RGB: (10,113,26)

Color info

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

RGB color model

#0A711A color RGB value is (10,113,26).

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

RGB channels and saturation

R 10 of 255 = 4%
G 113 of 255 = 44%
B 26 of 255 = 10%

10
113
26

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

Portions of RGB colors in percentages

R + G + B =
10 + 113 + 26 = 149 (100%)
R 10 of 149 ~ 6.71%
G 113 of 149 ~ 75.84%
B 26 of 149 ~ 17.45%

%75.84
%17.45

CMYK color model

#0A711A color CMYK value is (91,0,77,56).

  • cyan value is 91.15%
  • magenta value is 0.00%
  • yellow value is 76.99%
  • key color value is 55.69%
CMYK:
(91,0,77,56)
C91M0Y77K56 
(91%,0%,77%,56%)
(0.91/0.00/0.77/0.56)	

CMYK percentages

%91.15
%0
%76.99
%55.69

Codes

Color #0A711A in popluar color models

0A711A
RGB1011326
HSL129°83.74%24.12%
HSB/HSV129°91.15%44.31%
CMYK91.15%0.00%76.99%
55.69%

Color #0A711A in popluar number systems.

HEX0A711A
Decimal1011326
Binary1010111000111010
Octal1216132

Shades and tints

Shades of #0A711A

#0A711A
(10,113,26)
#0A6718
(10,103,24)
#0A5D16
(10,93,22)
#0A5314
(10,83,20)
#0A4912
(10,73,18)
#0A3F10
(10,63,16)
#0A350E
(10,53,14)
#0A2B0C
(10,43,12)
#0A210A
(10,33,10)
#0A1708
(10,23,8)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #0A711A

#0A711A
(10,113,26)
#207D2E
(32,125,46)
#368942
(54,137,66)
#4C9556
(76,149,86)
#62A16A
(98,161,106)
#78AD7E
(120,173,126)
#8EB992
(142,185,146)
#A4C5A6
(164,197,166)
#BAD1BA
(186,209,186)
#D0DDCE
(208,221,206)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A711A; }

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

This text font color is #0A711A.


Background Color

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

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

This div background color is #0A711A.


Border color

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

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

This div border color is #0A711A.


Opacity

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

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

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

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

This text has shadow with #0A711A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A711A on black background.


Color preview on white background

This text has color #0A711A on white background.



Black color preview on #0A711A background

This text has black color on #0A711A background.


White color preview on #0A711A background

This text has white color on #0A711A background.