COLOR #0A4715

HEX: #0A4715
RGB: (10,71,21)

Color info

#0A4715 contains mainly green and blue colors. Web safe color of #0A4715 is #003300 (or #030).

RGB color model

#0A4715 color RGB value is (10,71,21).

  • red value is 10;
  • green value is 71;
  • blue value is 21.
RGB:
(10,71,21)
(4%,28%,8%)

RGB channels and saturation

R 10 of 255 = 4%
G 71 of 255 = 28%
B 21 of 255 = 8%

10
71
21

R + G + B ~ 13%. #0A4715 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 71 + 21 = 102 (100%)
R 10 of 102 ~ 9.8%
G 71 of 102 ~ 69.61%
B 21 of 102 ~ 20.59%

%9.8
%69.61
%20.59

CMYK color model

#0A4715 color CMYK value is (86,0,70,72).

  • cyan value is 85.92%
  • magenta value is 0.00%
  • yellow value is 70.42%
  • key color value is 72.16%
CMYK:
(86,0,70,72)
C86M0Y70K72 
(86%,0%,70%,72%)
(0.86/0.00/0.70/0.72)	

CMYK percentages

%85.92
%0
%70.42
%72.16

Codes

Color #0A4715 in popluar color models

0A4715
RGB107121
HSL131°75.31%15.88%
HSB/HSV131°85.92%27.84%
CMYK85.92%0.00%70.42%
72.16%

Color #0A4715 in popluar number systems.

HEX0A4715
Decimal107121
Binary1010100011110101
Octal1210725

Shades and tints

Shades of #0A4715

#0A4715
(10,71,21)
#0A4114
(10,65,20)
#0A3B13
(10,59,19)
#0A3512
(10,53,18)
#0A2F11
(10,47,17)
#0A2910
(10,41,16)
#0A230F
(10,35,15)
#0A1D0E
(10,29,14)
#0A170D
(10,23,13)
#0A110C
(10,17,12)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #0A4715

#0A4715
(10,71,21)
#20572A
(32,87,42)
#36673F
(54,103,63)
#4C7754
(76,119,84)
#628769
(98,135,105)
#78977E
(120,151,126)
#8EA793
(142,167,147)
#A4B7A8
(164,183,168)
#BAC7BD
(186,199,189)
#D0D7D2
(208,215,210)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4715; }

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

This text font color is #0A4715.


Background Color

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

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

This div background color is #0A4715.


Border color

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

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

This div border color is #0A4715.


Opacity

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

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

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

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

This text has shadow with #0A4715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4715 on black background.


Color preview on white background

This text has color #0A4715 on white background.



Black color preview on #0A4715 background

This text has black color on #0A4715 background.


White color preview on #0A4715 background

This text has white color on #0A4715 background.