COLOR #12470F

HEX: #12470F
RGB: (18,71,15)

Color info

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

RGB color model

#12470F color RGB value is (18,71,15).

  • red value is 18;
  • green value is 71;
  • blue value is 15.
RGB:
(18,71,15)
(7%,28%,6%)

RGB channels and saturation

R 18 of 255 = 7%
G 71 of 255 = 28%
B 15 of 255 = 6%

18
71
15

R + G + B ~ 14%. #12470F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 71 + 15 = 104 (100%)
R 18 of 104 ~ 17.31%
G 71 of 104 ~ 68.27%
B 15 of 104 ~ 14.42%

%17.31
%68.27
%14.42

CMYK color model

#12470F color CMYK value is (75,0,79,72).

  • cyan value is 74.65%
  • magenta value is 0.00%
  • yellow value is 78.87%
  • key color value is 72.16%
CMYK:
(75,0,79,72)
C75M0Y79K72 
(75%,0%,79%,72%)
(0.75/0.00/0.79/0.72)	

CMYK percentages

%74.65
%0
%78.87
%72.16

Codes

Color #12470F in popluar color models

12470F
RGB187115
HSL117°65.12%16.86%
HSB/HSV117°78.87%27.84%
CMYK74.65%0.00%78.87%
72.16%

Color #12470F in popluar number systems.

HEX12470F
Decimal187115
Binary1001010001111111
Octal2210717

Shades and tints

Shades of #12470F

#12470F
(18,71,15)
#11410E
(17,65,14)
#103B0D
(16,59,13)
#0F350C
(15,53,12)
#0E2F0B
(14,47,11)
#0D290A
(13,41,10)
#0C2309
(12,35,9)
#0B1D08
(11,29,8)
#0A1707
(10,23,7)
#091106
(9,17,6)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #12470F

#12470F
(18,71,15)
#275724
(39,87,36)
#3C6739
(60,103,57)
#51774E
(81,119,78)
#668763
(102,135,99)
#7B9778
(123,151,120)
#90A78D
(144,167,141)
#A5B7A2
(165,183,162)
#BAC7B7
(186,199,183)
#CFD7CC
(207,215,204)
#E4E7E1
(228,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12470F color. Also use rgb(18,71,15) instead hex code.

Text Font Color

.myTextColor { color: #12470F; }

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

This text font color is #12470F.


Background Color

.myBgColor { background-color: #12470F; }

<div style="background-color:#12470F">Inner text</div>

This div background color is #12470F.


Border color

.myBorderColor { border: 1px solid #12470F; }

<div style="border:3px solid #12470F">Div</div>

This div border color is #12470F.


Opacity

.myOpacity80 { color: #12470F; opacity: 0.8; }

<p style="color:#12470F;opacity:0.8;">80%</p>

Text with #12470F 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 #12470F;}

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

This text has shadow with #12470F color.

.textShadow {text-shadow: 3px 3px 1px #12470F, 3px 3px 1px red;}

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

This text has shadow with #12470F primary color and red secondary color.


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

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

This text has shadow with #12470F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12470F on black background.


Color preview on white background

This text has color #12470F on white background.



Black color preview on #12470F background

This text has black color on #12470F background.


White color preview on #12470F background

This text has white color on #12470F background.