COLOR #12490C

HEX: #12490C
RGB: (18,73,12)

Color info

#12490C contains mainly red and green colors. Web safe color of #12490C is #003300 (or #030).

RGB color model

#12490C color RGB value is (18,73,12).

  • red value is 18;
  • green value is 73;
  • blue value is 12.
RGB:
(18,73,12)
(7%,29%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 73 of 255 = 29%
B 12 of 255 = 5%

18
73
12

R + G + B ~ 14%. #12490C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 73 + 12 = 103 (100%)
R 18 of 103 ~ 17.48%
G 73 of 103 ~ 70.87%
B 12 of 103 ~ 11.65%

%17.48
%70.87
%11.65

CMYK color model

#12490C color CMYK value is (75,0,84,71).

  • cyan value is 75.34%
  • magenta value is 0.00%
  • yellow value is 83.56%
  • key color value is 71.37%
CMYK:
(75,0,84,71)
C75M0Y84K71 
(75%,0%,84%,71%)
(0.75/0.00/0.84/0.71)	

CMYK percentages

%75.34
%0
%83.56
%71.37

Codes

Color #12490C in popluar color models

12490C
RGB187312
HSL114°71.76%16.67%
HSB/HSV114°83.56%28.63%
CMYK75.34%0.00%83.56%
71.37%

Color #12490C in popluar number systems.

HEX12490C
Decimal187312
Binary1001010010011100
Octal2211114

Shades and tints

Shades of #12490C

#12490C
(18,73,12)
#11430B
(17,67,11)
#103D0A
(16,61,10)
#0F3709
(15,55,9)
#0E3108
(14,49,8)
#0D2B07
(13,43,7)
#0C2506
(12,37,6)
#0B1F05
(11,31,5)
#0A1904
(10,25,4)
#091303
(9,19,3)
#080D02
(8,13,2)
#000000
(0,0,0)

Tints of #12490C

#12490C
(18,73,12)
#275922
(39,89,34)
#3C6938
(60,105,56)
#51794E
(81,121,78)
#668964
(102,137,100)
#7B997A
(123,153,122)
#90A990
(144,169,144)
#A5B9A6
(165,185,166)
#BAC9BC
(186,201,188)
#CFD9D2
(207,217,210)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12490C color. Also use rgb(18,73,12) instead hex code.

Text Font Color

.myTextColor { color: #12490C; }

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

This text font color is #12490C.


Background Color

.myBgColor { background-color: #12490C; }

<div style="background-color:#12490C">Inner text</div>

This div background color is #12490C.


Border color

.myBorderColor { border: 1px solid #12490C; }

<div style="border:3px solid #12490C">Div</div>

This div border color is #12490C.


Opacity

.myOpacity80 { color: #12490C; opacity: 0.8; }

<p style="color:#12490C;opacity:0.8;">80%</p>

Text with #12490C 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 #12490C;}

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

This text has shadow with #12490C color.

.textShadow {text-shadow: 3px 3px 1px #12490C, 3px 3px 1px red;}

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

This text has shadow with #12490C primary color and red secondary color.


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

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

This text has shadow with #12490C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12490C on black background.


Color preview on white background

This text has color #12490C on white background.



Black color preview on #12490C background

This text has black color on #12490C background.


White color preview on #12490C background

This text has white color on #12490C background.