COLOR #0A3709

HEX: #0A3709
RGB: (10,55,9)

Color info

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

RGB color model

#0A3709 color RGB value is (10,55,9).

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

RGB channels and saturation

R 10 of 255 = 4%
G 55 of 255 = 22%
B 9 of 255 = 4%

10
55
9

R + G + B ~ 10%. #0A3709 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 55 + 9 = 74 (100%)
R 10 of 74 ~ 13.51%
G 55 of 74 ~ 74.32%
B 9 of 74 ~ 12.16%

%13.51
%74.32
%12.16

CMYK color model

#0A3709 color CMYK value is (82,0,84,78).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 83.64%
  • key color value is 78.43%
CMYK:
(82,0,84,78)
C82M0Y84K78 
(82%,0%,84%,78%)
(0.82/0.00/0.84/0.78)	

CMYK percentages

%81.82
%0
%83.64
%78.43

Codes

Color #0A3709 in popluar color models

0A3709
RGB10559
HSL119°71.88%12.55%
HSB/HSV119°83.64%21.57%
CMYK81.82%0.00%83.64%
78.43%

Color #0A3709 in popluar number systems.

HEX0A3709
Decimal10559
Binary10101101111001
Octal126711

Shades and tints

Shades of #0A3709

#0A3709
(10,55,9)
#0A3209
(10,50,9)
#0A2D09
(10,45,9)
#0A2809
(10,40,9)
#0A2309
(10,35,9)
#0A1E09
(10,30,9)
#0A1909
(10,25,9)
#0A1409
(10,20,9)
#0A0F09
(10,15,9)
#0A0A09
(10,10,9)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #0A3709

#0A3709
(10,55,9)
#20491F
(32,73,31)
#365B35
(54,91,53)
#4C6D4B
(76,109,75)
#627F61
(98,127,97)
#789177
(120,145,119)
#8EA38D
(142,163,141)
#A4B5A3
(164,181,163)
#BAC7B9
(186,199,185)
#D0D9CF
(208,217,207)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3709; }

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

This text font color is #0A3709.


Background Color

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

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

This div background color is #0A3709.


Border color

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

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

This div border color is #0A3709.


Opacity

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

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

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

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

This text has shadow with #0A3709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3709 on black background.


Color preview on white background

This text has color #0A3709 on white background.



Black color preview on #0A3709 background

This text has black color on #0A3709 background.


White color preview on #0A3709 background

This text has white color on #0A3709 background.