COLOR #0A3009

HEX: #0A3009
RGB: (10,48,9)

Color info

#0A3009 contains red, green and blue colors in about the same proportion. Web safe color of #0A3009 is #003300 (or #030).

RGB color model

#0A3009 color RGB value is (10,48,9).

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

RGB channels and saturation

R 10 of 255 = 4%
G 48 of 255 = 19%
B 9 of 255 = 4%

10
48
9

R + G + B ~ 9%. #0A3009 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 48 + 9 = 67 (100%)
R 10 of 67 ~ 14.93%
G 48 of 67 ~ 71.64%
B 9 of 67 ~ 13.43%

%14.93
%71.64
%13.43

CMYK color model

#0A3009 color CMYK value is (79,0,81,81).

  • cyan value is 79.17%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 81.18%
CMYK:
(79,0,81,81)
C79M0Y81K81 
(79%,0%,81%,81%)
(0.79/0.00/0.81/0.81)	

CMYK percentages

%79.17
%0
%81.25
%81.18

Codes

Color #0A3009 in popluar color models

0A3009
RGB10489
HSL118°68.42%11.18%
HSB/HSV118°81.25%18.82%
CMYK79.17%0.00%81.25%
81.18%

Color #0A3009 in popluar number systems.

HEX0A3009
Decimal10489
Binary10101100001001
Octal126011

Shades and tints

Shades of #0A3009

#0A3009
(10,48,9)
#0A2C09
(10,44,9)
#0A2809
(10,40,9)
#0A2409
(10,36,9)
#0A2009
(10,32,9)
#0A1C09
(10,28,9)
#0A1809
(10,24,9)
#0A1409
(10,20,9)
#0A1009
(10,16,9)
#0A0C09
(10,12,9)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #0A3009

#0A3009
(10,48,9)
#20421F
(32,66,31)
#365435
(54,84,53)
#4C664B
(76,102,75)
#627861
(98,120,97)
#788A77
(120,138,119)
#8E9C8D
(142,156,141)
#A4AEA3
(164,174,163)
#BAC0B9
(186,192,185)
#D0D2CF
(208,210,207)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3009; }

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

This text font color is #0A3009.


Background Color

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

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

This div background color is #0A3009.


Border color

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

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

This div border color is #0A3009.


Opacity

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

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

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

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

This text has shadow with #0A3009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3009 on black background.


Color preview on white background

This text has color #0A3009 on white background.



Black color preview on #0A3009 background

This text has black color on #0A3009 background.


White color preview on #0A3009 background

This text has white color on #0A3009 background.