COLOR #0A4C09

HEX: #0A4C09
RGB: (10,76,9)

Color info

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

RGB color model

#0A4C09 color RGB value is (10,76,9).

  • red value is 10;
  • green value is 76;
  • blue value is 9.
RGB:
(10,76,9)
(4%,30%,4%)

RGB channels and saturation

R 10 of 255 = 4%
G 76 of 255 = 30%
B 9 of 255 = 4%

10
76
9

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

Portions of RGB colors in percentages

R + G + B =
10 + 76 + 9 = 95 (100%)
R 10 of 95 ~ 10.53%
G 76 of 95 ~ 80%
B 9 of 95 ~ 9.47%

%10.53
%80

CMYK color model

#0A4C09 color CMYK value is (87,0,88,70).

  • cyan value is 86.84%
  • magenta value is 0.00%
  • yellow value is 88.16%
  • key color value is 70.20%
CMYK:
(87,0,88,70)
C87M0Y88K70 
(87%,0%,88%,70%)
(0.87/0.00/0.88/0.70)	

CMYK percentages

%86.84
%0
%88.16
%70.2

Codes

Color #0A4C09 in popluar color models

0A4C09
RGB10769
HSL119°78.82%16.67%
HSB/HSV119°88.16%29.80%
CMYK86.84%0.00%88.16%
70.20%

Color #0A4C09 in popluar number systems.

HEX0A4C09
Decimal10769
Binary101010011001001
Octal1211411

Shades and tints

Shades of #0A4C09

#0A4C09
(10,76,9)
#0A4609
(10,70,9)
#0A4009
(10,64,9)
#0A3A09
(10,58,9)
#0A3409
(10,52,9)
#0A2E09
(10,46,9)
#0A2809
(10,40,9)
#0A2209
(10,34,9)
#0A1C09
(10,28,9)
#0A1609
(10,22,9)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #0A4C09

#0A4C09
(10,76,9)
#205C1F
(32,92,31)
#366C35
(54,108,53)
#4C7C4B
(76,124,75)
#628C61
(98,140,97)
#789C77
(120,156,119)
#8EAC8D
(142,172,141)
#A4BCA3
(164,188,163)
#BACCB9
(186,204,185)
#D0DCCF
(208,220,207)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4C09 color. Also use rgb(10,76,9) instead hex code.

Text Font Color

.myTextColor { color: #0A4C09; }

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

This text font color is #0A4C09.


Background Color

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

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

This div background color is #0A4C09.


Border color

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

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

This div border color is #0A4C09.


Opacity

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

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

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

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

This text has shadow with #0A4C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4C09 on black background.


Color preview on white background

This text has color #0A4C09 on white background.



Black color preview on #0A4C09 background

This text has black color on #0A4C09 background.


White color preview on #0A4C09 background

This text has white color on #0A4C09 background.