COLOR #0A3612

HEX: #0A3612
RGB: (10,54,18)

Color info

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

RGB color model

#0A3612 color RGB value is (10,54,18).

  • red value is 10;
  • green value is 54;
  • blue value is 18.
RGB:
(10,54,18)
(4%,21%,7%)

RGB channels and saturation

R 10 of 255 = 4%
G 54 of 255 = 21%
B 18 of 255 = 7%

10
54
18

R + G + B ~ 11%. #0A3612 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 54 + 18 = 82 (100%)
R 10 of 82 ~ 12.2%
G 54 of 82 ~ 65.85%
B 18 of 82 ~ 21.95%

%12.2
%65.85
%21.95

CMYK color model

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

  • cyan value is 81.48%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 78.82%
CMYK:
(81,0,67,79)
C81M0Y67K79 
(81%,0%,67%,79%)
(0.81/0.00/0.67/0.79)	

CMYK percentages

%81.48
%0
%66.67
%78.82

Codes

Color #0A3612 in popluar color models

0A3612
RGB105418
HSL131°68.75%12.55%
HSB/HSV131°81.48%21.18%
CMYK81.48%0.00%66.67%
78.82%

Color #0A3612 in popluar number systems.

HEX0A3612
Decimal105418
Binary101011011010010
Octal126622

Shades and tints

Shades of #0A3612

#0A3612
(10,54,18)
#0A3211
(10,50,17)
#0A2E10
(10,46,16)
#0A2A0F
(10,42,15)
#0A260E
(10,38,14)
#0A220D
(10,34,13)
#0A1E0C
(10,30,12)
#0A1A0B
(10,26,11)
#0A160A
(10,22,10)
#0A1209
(10,18,9)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #0A3612

#0A3612
(10,54,18)
#204827
(32,72,39)
#365A3C
(54,90,60)
#4C6C51
(76,108,81)
#627E66
(98,126,102)
#78907B
(120,144,123)
#8EA290
(142,162,144)
#A4B4A5
(164,180,165)
#BAC6BA
(186,198,186)
#D0D8CF
(208,216,207)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3612 color. Also use rgb(10,54,18) instead hex code.

Text Font Color

.myTextColor { color: #0A3612; }

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

This text font color is #0A3612.


Background Color

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

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

This div background color is #0A3612.


Border color

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

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

This div border color is #0A3612.


Opacity

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

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

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

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

This text has shadow with #0A3612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3612 on black background.


Color preview on white background

This text has color #0A3612 on white background.



Black color preview on #0A3612 background

This text has black color on #0A3612 background.


White color preview on #0A3612 background

This text has white color on #0A3612 background.