COLOR #0A4C08

HEX: #0A4C08
RGB: (10,76,8)

Color info

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

RGB color model

#0A4C08 color RGB value is (10,76,8).

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

RGB channels and saturation

R 10 of 255 = 4%
G 76 of 255 = 30%
B 8 of 255 = 3%

10
76
8

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

Portions of RGB colors in percentages

R + G + B =
10 + 76 + 8 = 94 (100%)
R 10 of 94 ~ 10.64%
G 76 of 94 ~ 80.85%
B 8 of 94 ~ 8.51%

%10.64
%80.85

CMYK color model

#0A4C08 color CMYK value is (87,0,89,70).

  • cyan value is 86.84%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 70.20%
CMYK:
(87,0,89,70)
C87M0Y89K70 
(87%,0%,89%,70%)
(0.87/0.00/0.89/0.70)	

CMYK percentages

%86.84
%0
%89.47
%70.2

Codes

Color #0A4C08 in popluar color models

0A4C08
RGB10768
HSL118°80.95%16.47%
HSB/HSV118°89.47%29.80%
CMYK86.84%0.00%89.47%
70.20%

Color #0A4C08 in popluar number systems.

HEX0A4C08
Decimal10768
Binary101010011001000
Octal1211410

Shades and tints

Shades of #0A4C08

#0A4C08
(10,76,8)
#0A4608
(10,70,8)
#0A4008
(10,64,8)
#0A3A08
(10,58,8)
#0A3408
(10,52,8)
#0A2E08
(10,46,8)
#0A2808
(10,40,8)
#0A2208
(10,34,8)
#0A1C08
(10,28,8)
#0A1608
(10,22,8)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #0A4C08

#0A4C08
(10,76,8)
#205C1E
(32,92,30)
#366C34
(54,108,52)
#4C7C4A
(76,124,74)
#628C60
(98,140,96)
#789C76
(120,156,118)
#8EAC8C
(142,172,140)
#A4BCA2
(164,188,162)
#BACCB8
(186,204,184)
#D0DCCE
(208,220,206)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4C08; }

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

This text font color is #0A4C08.


Background Color

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

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

This div background color is #0A4C08.


Border color

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

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

This div border color is #0A4C08.


Opacity

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

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

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

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

This text has shadow with #0A4C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4C08 on black background.


Color preview on white background

This text has color #0A4C08 on white background.



Black color preview on #0A4C08 background

This text has black color on #0A4C08 background.


White color preview on #0A4C08 background

This text has white color on #0A4C08 background.