COLOR #0A2912

HEX: #0A2912
RGB: (10,41,18)

Color info

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

RGB color model

#0A2912 color RGB value is (10,41,18).

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

RGB channels and saturation

R 10 of 255 = 4%
G 41 of 255 = 16%
B 18 of 255 = 7%

10
41
18

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

Portions of RGB colors in percentages

R + G + B =
10 + 41 + 18 = 69 (100%)
R 10 of 69 ~ 14.49%
G 41 of 69 ~ 59.42%
B 18 of 69 ~ 26.09%

%14.49
%59.42
%26.09

CMYK color model

#0A2912 color CMYK value is (76,0,56,84).

  • cyan value is 75.61%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 83.92%
CMYK:
(76,0,56,84)
C76M0Y56K84 
(76%,0%,56%,84%)
(0.76/0.00/0.56/0.84)	

CMYK percentages

%75.61
%0
%56.1
%83.92

Codes

Color #0A2912 in popluar color models

0A2912
RGB104118
HSL135°60.78%10.00%
HSB/HSV135°75.61%16.08%
CMYK75.61%0.00%56.10%
83.92%

Color #0A2912 in popluar number systems.

HEX0A2912
Decimal104118
Binary101010100110010
Octal125122

Shades and tints

Shades of #0A2912

#0A2912
(10,41,18)
#0A2611
(10,38,17)
#0A2310
(10,35,16)
#0A200F
(10,32,15)
#0A1D0E
(10,29,14)
#0A1A0D
(10,26,13)
#0A170C
(10,23,12)
#0A140B
(10,20,11)
#0A110A
(10,17,10)
#0A0E09
(10,14,9)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #0A2912

#0A2912
(10,41,18)
#203C27
(32,60,39)
#364F3C
(54,79,60)
#4C6251
(76,98,81)
#627566
(98,117,102)
#78887B
(120,136,123)
#8E9B90
(142,155,144)
#A4AEA5
(164,174,165)
#BAC1BA
(186,193,186)
#D0D4CF
(208,212,207)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2912; }

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

This text font color is #0A2912.


Background Color

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

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

This div background color is #0A2912.


Border color

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

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

This div border color is #0A2912.


Opacity

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

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

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

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

This text has shadow with #0A2912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2912 on black background.


Color preview on white background

This text has color #0A2912 on white background.



Black color preview on #0A2912 background

This text has black color on #0A2912 background.


White color preview on #0A2912 background

This text has white color on #0A2912 background.