COLOR #0A4801

HEX: #0A4801
RGB: (10,72,1)

Color info

#0A4801 contains mainly green color. Web safe color of #0A4801 is #003300 (or #030).

RGB color model

#0A4801 color RGB value is (10,72,1).

  • red value is 10;
  • green value is 72;
  • blue value is 1.
RGB:
(10,72,1)
(4%,28%,0%)

RGB channels and saturation

R 10 of 255 = 4%
G 72 of 255 = 28%
B 1 of 255 = 0%

10
72
1

R + G + B ~ 11%. #0A4801 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 72 + 1 = 83 (100%)
R 10 of 83 ~ 12.05%
G 72 of 83 ~ 86.75%
B 1 of 83 ~ 1.2%

%12.05
%86.75

CMYK color model

#0A4801 color CMYK value is (86,0,99,72).

  • cyan value is 86.11%
  • magenta value is 0.00%
  • yellow value is 98.61%
  • key color value is 71.76%
CMYK:
(86,0,99,72)
C86M0Y99K72 
(86%,0%,99%,72%)
(0.86/0.00/0.99/0.72)	

CMYK percentages

%86.11
%0
%98.61
%71.76

Codes

Color #0A4801 in popluar color models

0A4801
RGB10721
HSL112°97.26%14.31%
HSB/HSV112°98.61%28.24%
CMYK86.11%0.00%98.61%
71.76%

Color #0A4801 in popluar number systems.

HEX0A4801
Decimal10721
Binary101010010001
Octal121101

Shades and tints

Shades of #0A4801

#0A4801
(10,72,1)
#0A4201
(10,66,1)
#0A3C01
(10,60,1)
#0A3601
(10,54,1)
#0A3001
(10,48,1)
#0A2A01
(10,42,1)
#0A2401
(10,36,1)
#0A1E01
(10,30,1)
#0A1801
(10,24,1)
#0A1201
(10,18,1)
#0A0C01
(10,12,1)
#000000
(0,0,0)

Tints of #0A4801

#0A4801
(10,72,1)
#205818
(32,88,24)
#36682F
(54,104,47)
#4C7846
(76,120,70)
#62885D
(98,136,93)
#789874
(120,152,116)
#8EA88B
(142,168,139)
#A4B8A2
(164,184,162)
#BAC8B9
(186,200,185)
#D0D8D0
(208,216,208)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4801 color. Also use rgb(10,72,1) instead hex code.

Text Font Color

.myTextColor { color: #0A4801; }

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

This text font color is #0A4801.


Background Color

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

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

This div background color is #0A4801.


Border color

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

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

This div border color is #0A4801.


Opacity

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

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

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

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

This text has shadow with #0A4801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4801 on black background.


Color preview on white background

This text has color #0A4801 on white background.



Black color preview on #0A4801 background

This text has black color on #0A4801 background.


White color preview on #0A4801 background

This text has white color on #0A4801 background.