COLOR #0A4D0C

HEX: #0A4D0C RGB: (10,77,12)

Color info

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

RGB color model

#0A4D0C color RGB value is (10,77,12).

RGB: (10,77,12) (4%, 30%, 5%)

RGB channels and saturation

R 10 of 255 = 4%
G 77 of 255 = 30%
B 12 of 255 = 5%

10
77
12

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

Portions of RGB colors in percentages

R + G + B = 10 + 77 + 12 = 99 (100%)
R 10 of 99 ~ 10.1%
G 77 of 99 ~ 77.78%
B 12 of 99 ~ 12.12'%

%77.78
%12.12

CMYK color model

#0A4D0C color CMYK value is (87,0,84,70).

  • cyan value is 87.01%
  • magenta value is 0.00%
  • yellow value is 84.42%
  • key color value is 69.80%

CMYK: (87,0,84,70)
C87M0Y84K70 (87%, 0%, 84%, 70%)
(0.87 / 0.00 / 0.84 / 0.70)

CMYK percentages

%87.01
%0
%84.42
%69.8

Codes

Color #0A4D0C in popluar color models

0A 4D 0C
RGB 10 77 12
HSL 122° 77.01% 17.06%
HSB/HSV 122° 87.01% 30.20%
CMYK 87.01% 0.00% 84.42%
69.80%

Color #0A4D0C in popluar number systems.

HEX 0A 4D 0C
Decimal 10 77 12
Binary 1010 1001101 1100
Octal 12 115 14

Shades and tints

Shades of #0A4D0C

#0A4D0C
(10,77,12)
#0A460B
(10,70,11)
#0A3F0A
(10,63,10)
#0A3809
(10,56,9)
#0A3108
(10,49,8)
#0A2A07
(10,42,7)
#0A2306
(10,35,6)
#0A1C05
(10,28,5)
#0A1504
(10,21,4)
#0A0E03
(10,14,3)
#0A0702
(10,7,2)
#000000
(0,0,0)

Tints of #0A4D0C

#0A4D0C
(10,77,12)
#205D22
(32,93,34)
#366D38
(54,109,56)
#4C7D4E
(76,125,78)
#628D64
(98,141,100)
#789D7A
(120,157,122)
#8EAD90
(142,173,144)
#A4BDA6
(164,189,166)
#BACDBC
(186,205,188)
#D0DDD2
(208,221,210)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4D0C; }

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

This text font color is #0A4D0C.

Background Color

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

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

This div background color is #0A4D0C.

Border color

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

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

This div border color is #0A4D0C.

Opacity

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

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

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

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

This text has shadow with #0A4D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A4D0C.

Preview

Color preview on black background

This text has color #0A4D0C on black background.


Color preview on white background

This text has color #0A4D0C on white background.


Black color preview on #0A4D0C background

This text has black color on #0A4D0C background.


White color preview on #0A4D0C background

This text has white color on #0A4D0C background.


Related colors

Complementary color

Complementary color for #hex is #F5B2F3.


I love getcolorcode.com

Triadic colors

1 #0C0A4D and #4D0C0A with #0A4D0C are triadic colors.

2 #0C4D0A and #4D0A0C with #0A4D0C are triadic colors.