COLOR #0A4C04

HEX: #0A4C04
RGB: (10,76,4)

Color info

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

RGB color model

#0A4C04 color RGB value is (10,76,4).

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

RGB channels and saturation

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

10
76
4

R + G + B ~ 12%. #0A4C04 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 76 + 4 = 90 (100%)
R 10 of 90 ~ 11.11%
G 76 of 90 ~ 84.44%
B 4 of 90 ~ 4.44%

%11.11
%84.44

CMYK color model

#0A4C04 color CMYK value is (87,0,95,70).

  • cyan value is 86.84%
  • magenta value is 0.00%
  • yellow value is 94.74%
  • key color value is 70.20%
CMYK:
(87,0,95,70)
C87M0Y95K70 
(87%,0%,95%,70%)
(0.87/0.00/0.95/0.70)	

CMYK percentages

%86.84
%0
%94.74
%70.2

Codes

Color #0A4C04 in popluar color models

0A4C04
RGB10764
HSL115°90.00%15.69%
HSB/HSV115°94.74%29.80%
CMYK86.84%0.00%94.74%
70.20%

Color #0A4C04 in popluar number systems.

HEX0A4C04
Decimal10764
Binary10101001100100
Octal121144

Shades and tints

Shades of #0A4C04

#0A4C04
(10,76,4)
#0A4604
(10,70,4)
#0A4004
(10,64,4)
#0A3A04
(10,58,4)
#0A3404
(10,52,4)
#0A2E04
(10,46,4)
#0A2804
(10,40,4)
#0A2204
(10,34,4)
#0A1C04
(10,28,4)
#0A1604
(10,22,4)
#0A1004
(10,16,4)
#000000
(0,0,0)

Tints of #0A4C04

#0A4C04
(10,76,4)
#205C1A
(32,92,26)
#366C30
(54,108,48)
#4C7C46
(76,124,70)
#628C5C
(98,140,92)
#789C72
(120,156,114)
#8EAC88
(142,172,136)
#A4BC9E
(164,188,158)
#BACCB4
(186,204,180)
#D0DCCA
(208,220,202)
#E6ECE0
(230,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4C04; }

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

This text font color is #0A4C04.


Background Color

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

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

This div background color is #0A4C04.


Border color

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

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

This div border color is #0A4C04.


Opacity

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

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

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

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

This text has shadow with #0A4C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4C04 on black background.


Color preview on white background

This text has color #0A4C04 on white background.



Black color preview on #0A4C04 background

This text has black color on #0A4C04 background.


White color preview on #0A4C04 background

This text has white color on #0A4C04 background.