COLOR #12460D

HEX: #12460D
RGB: (18,70,13)

Color info

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

RGB color model

#12460D color RGB value is (18,70,13).

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

RGB channels and saturation

R 18 of 255 = 7%
G 70 of 255 = 27%
B 13 of 255 = 5%

18
70
13

R + G + B ~ 13%. #12460D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 70 + 13 = 101 (100%)
R 18 of 101 ~ 17.82%
G 70 of 101 ~ 69.31%
B 13 of 101 ~ 12.87%

%17.82
%69.31
%12.87

CMYK color model

#12460D color CMYK value is (74,0,81,73).

  • cyan value is 74.29%
  • magenta value is 0.00%
  • yellow value is 81.43%
  • key color value is 72.55%
CMYK:
(74,0,81,73)
C74M0Y81K73 
(74%,0%,81%,73%)
(0.74/0.00/0.81/0.73)	

CMYK percentages

%74.29
%0
%81.43
%72.55

Codes

Color #12460D in popluar color models

12460D
RGB187013
HSL115°68.67%16.27%
HSB/HSV115°81.43%27.45%
CMYK74.29%0.00%81.43%
72.55%

Color #12460D in popluar number systems.

HEX12460D
Decimal187013
Binary1001010001101101
Octal2210615

Shades and tints

Shades of #12460D

#12460D
(18,70,13)
#11400C
(17,64,12)
#103A0B
(16,58,11)
#0F340A
(15,52,10)
#0E2E09
(14,46,9)
#0D2808
(13,40,8)
#0C2207
(12,34,7)
#0B1C06
(11,28,6)
#0A1605
(10,22,5)
#091004
(9,16,4)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #12460D

#12460D
(18,70,13)
#275623
(39,86,35)
#3C6639
(60,102,57)
#51764F
(81,118,79)
#668665
(102,134,101)
#7B967B
(123,150,123)
#90A691
(144,166,145)
#A5B6A7
(165,182,167)
#BAC6BD
(186,198,189)
#CFD6D3
(207,214,211)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12460D; }

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

This text font color is #12460D.


Background Color

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

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

This div background color is #12460D.


Border color

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

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

This div border color is #12460D.


Opacity

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

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

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

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

This text has shadow with #12460D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12460D on black background.


Color preview on white background

This text has color #12460D on white background.



Black color preview on #12460D background

This text has black color on #12460D background.


White color preview on #12460D background

This text has white color on #12460D background.