COLOR #12510D

HEX: #12510D
RGB: (18,81,13)

Color info

#12510D contains mainly green color. Web safe color of #12510D is #006600 (or #060).

RGB color model

#12510D color RGB value is (18,81,13).

  • red value is 18;
  • green value is 81;
  • blue value is 13.
RGB:
(18,81,13)
(7%,32%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 81 of 255 = 32%
B 13 of 255 = 5%

18
81
13

R + G + B ~ 15%. #12510D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 81 + 13 = 112 (100%)
R 18 of 112 ~ 16.07%
G 81 of 112 ~ 72.32%
B 13 of 112 ~ 11.61%

%16.07
%72.32
%11.61

CMYK color model

#12510D color CMYK value is (78,0,84,68).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 83.95%
  • key color value is 68.24%
CMYK:
(78,0,84,68)
C78M0Y84K68 
(78%,0%,84%,68%)
(0.78/0.00/0.84/0.68)	

CMYK percentages

%77.78
%0
%83.95
%68.24

Codes

Color #12510D in popluar color models

12510D
RGB188113
HSL116°72.34%18.43%
HSB/HSV116°83.95%31.76%
CMYK77.78%0.00%83.95%
68.24%

Color #12510D in popluar number systems.

HEX12510D
Decimal188113
Binary1001010100011101
Octal2212115

Shades and tints

Shades of #12510D

#12510D
(18,81,13)
#114A0C
(17,74,12)
#10430B
(16,67,11)
#0F3C0A
(15,60,10)
#0E3509
(14,53,9)
#0D2E08
(13,46,8)
#0C2707
(12,39,7)
#0B2006
(11,32,6)
#0A1905
(10,25,5)
#091204
(9,18,4)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #12510D

#12510D
(18,81,13)
#276023
(39,96,35)
#3C6F39
(60,111,57)
#517E4F
(81,126,79)
#668D65
(102,141,101)
#7B9C7B
(123,156,123)
#90AB91
(144,171,145)
#A5BAA7
(165,186,167)
#BAC9BD
(186,201,189)
#CFD8D3
(207,216,211)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12510D color. Also use rgb(18,81,13) instead hex code.

Text Font Color

.myTextColor { color: #12510D; }

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

This text font color is #12510D.


Background Color

.myBgColor { background-color: #12510D; }

<div style="background-color:#12510D">Inner text</div>

This div background color is #12510D.


Border color

.myBorderColor { border: 1px solid #12510D; }

<div style="border:3px solid #12510D">Div</div>

This div border color is #12510D.


Opacity

.myOpacity80 { color: #12510D; opacity: 0.8; }

<p style="color:#12510D;opacity:0.8;">80%</p>

Text with #12510D 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 #12510D;}

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

This text has shadow with #12510D color.

.textShadow {text-shadow: 3px 3px 1px #12510D, 3px 3px 1px red;}

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

This text has shadow with #12510D primary color and red secondary color.


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

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

This text has shadow with #12510D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12510D on black background.


Color preview on white background

This text has color #12510D on white background.



Black color preview on #12510D background

This text has black color on #12510D background.


White color preview on #12510D background

This text has white color on #12510D background.