COLOR #12480F

HEX: #12480F
RGB: (18,72,15)

Color info

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

RGB color model

#12480F color RGB value is (18,72,15).

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

RGB channels and saturation

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

18
72
15

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

Portions of RGB colors in percentages

R + G + B =
18 + 72 + 15 = 105 (100%)
R 18 of 105 ~ 17.14%
G 72 of 105 ~ 68.57%
B 15 of 105 ~ 14.29%

%17.14
%68.57
%14.29

CMYK color model

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

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

CMYK percentages

%75
%0
%79.17
%71.76

Codes

Color #12480F in popluar color models

12480F
RGB187215
HSL117°65.52%17.06%
HSB/HSV117°79.17%28.24%
CMYK75.00%0.00%79.17%
71.76%

Color #12480F in popluar number systems.

HEX12480F
Decimal187215
Binary1001010010001111
Octal2211017

Shades and tints

Shades of #12480F

#12480F
(18,72,15)
#11420E
(17,66,14)
#103C0D
(16,60,13)
#0F360C
(15,54,12)
#0E300B
(14,48,11)
#0D2A0A
(13,42,10)
#0C2409
(12,36,9)
#0B1E08
(11,30,8)
#0A1807
(10,24,7)
#091206
(9,18,6)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #12480F

#12480F
(18,72,15)
#275824
(39,88,36)
#3C6839
(60,104,57)
#51784E
(81,120,78)
#668863
(102,136,99)
#7B9878
(123,152,120)
#90A88D
(144,168,141)
#A5B8A2
(165,184,162)
#BAC8B7
(186,200,183)
#CFD8CC
(207,216,204)
#E4E8E1
(228,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12480F; }

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

This text font color is #12480F.


Background Color

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

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

This div background color is #12480F.


Border color

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

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

This div border color is #12480F.


Opacity

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

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

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

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

This text has shadow with #12480F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12480F on black background.


Color preview on white background

This text has color #12480F on white background.



Black color preview on #12480F background

This text has black color on #12480F background.


White color preview on #12480F background

This text has white color on #12480F background.