COLOR #0A4D12

HEX: #0A4D12
RGB: (10,77,18)

Color info

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

RGB color model

#0A4D12 color RGB value is (10,77,18).

  • red value is 10;
  • green value is 77;
  • blue value is 18.
RGB:
(10,77,18)
(4%,30%,7%)

RGB channels and saturation

R 10 of 255 = 4%
G 77 of 255 = 30%
B 18 of 255 = 7%

10
77
18

R + G + B ~ 14%. #0A4D12 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 77 + 18 = 105 (100%)
R 10 of 105 ~ 9.52%
G 77 of 105 ~ 73.33%
B 18 of 105 ~ 17.14%

%9.52
%73.33
%17.14

CMYK color model

#0A4D12 color CMYK value is (87,0,77,70).

  • cyan value is 87.01%
  • magenta value is 0.00%
  • yellow value is 76.62%
  • key color value is 69.80%
CMYK:
(87,0,77,70)
C87M0Y77K70 
(87%,0%,77%,70%)
(0.87/0.00/0.77/0.70)	

CMYK percentages

%87.01
%0
%76.62
%69.8

Codes

Color #0A4D12 in popluar color models

0A4D12
RGB107718
HSL127°77.01%17.06%
HSB/HSV127°87.01%30.20%
CMYK87.01%0.00%76.62%
69.80%

Color #0A4D12 in popluar number systems.

HEX0A4D12
Decimal107718
Binary1010100110110010
Octal1211522

Shades and tints

Shades of #0A4D12

#0A4D12
(10,77,18)
#0A4611
(10,70,17)
#0A3F10
(10,63,16)
#0A380F
(10,56,15)
#0A310E
(10,49,14)
#0A2A0D
(10,42,13)
#0A230C
(10,35,12)
#0A1C0B
(10,28,11)
#0A150A
(10,21,10)
#0A0E09
(10,14,9)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #0A4D12

#0A4D12
(10,77,18)
#205D27
(32,93,39)
#366D3C
(54,109,60)
#4C7D51
(76,125,81)
#628D66
(98,141,102)
#789D7B
(120,157,123)
#8EAD90
(142,173,144)
#A4BDA5
(164,189,165)
#BACDBA
(186,205,186)
#D0DDCF
(208,221,207)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4D12 color. Also use rgb(10,77,18) instead hex code.

Text Font Color

.myTextColor { color: #0A4D12; }

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

This text font color is #0A4D12.


Background Color

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

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

This div background color is #0A4D12.


Border color

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

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

This div border color is #0A4D12.


Opacity

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

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

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

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

This text has shadow with #0A4D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4D12 on black background.


Color preview on white background

This text has color #0A4D12 on white background.



Black color preview on #0A4D12 background

This text has black color on #0A4D12 background.


White color preview on #0A4D12 background

This text has white color on #0A4D12 background.