COLOR #12412F

HEX: #12412F
RGB: (18,65,47)

Color info

#12412F contains red, green and blue colors in about the same proportion. Web safe color of #12412F is #003333 (or #033).

RGB color model

#12412F color RGB value is (18,65,47).

  • red value is 18;
  • green value is 65;
  • blue value is 47.
RGB:
(18,65,47)
(7%,25%,18%)

RGB channels and saturation

R 18 of 255 = 7%
G 65 of 255 = 25%
B 47 of 255 = 18%

18
65
47

R + G + B ~ 17%. #12412F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 65 + 47 = 130 (100%)
R 18 of 130 ~ 13.85%
G 65 of 130 ~ 50%
B 47 of 130 ~ 36.15%

%13.85
%50
%36.15

CMYK color model

#12412F color CMYK value is (72,0,28,75).

  • cyan value is 72.31%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 74.51%
CMYK:
(72,0,28,75)
C72M0Y28K75 
(72%,0%,28%,75%)
(0.72/0.00/0.28/0.75)	

CMYK percentages

%72.31
%0
%27.69
%74.51

Codes

Color #12412F in popluar color models

12412F
RGB186547
HSL157°56.63%16.27%
HSB/HSV157°72.31%25.49%
CMYK72.31%0.00%27.69%
74.51%

Color #12412F in popluar number systems.

HEX12412F
Decimal186547
Binary100101000001101111
Octal2210157

Shades and tints

Shades of #12412F

#12412F
(18,65,47)
#113C2B
(17,60,43)
#103727
(16,55,39)
#0F3223
(15,50,35)
#0E2D1F
(14,45,31)
#0D281B
(13,40,27)
#0C2317
(12,35,23)
#0B1E13
(11,30,19)
#0A190F
(10,25,15)
#09140B
(9,20,11)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #12412F

#12412F
(18,65,47)
#275241
(39,82,65)
#3C6353
(60,99,83)
#517465
(81,116,101)
#668577
(102,133,119)
#7B9689
(123,150,137)
#90A79B
(144,167,155)
#A5B8AD
(165,184,173)
#BAC9BF
(186,201,191)
#CFDAD1
(207,218,209)
#E4EBE3
(228,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12412F color. Also use rgb(18,65,47) instead hex code.

Text Font Color

.myTextColor { color: #12412F; }

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

This text font color is #12412F.


Background Color

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

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

This div background color is #12412F.


Border color

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

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

This div border color is #12412F.


Opacity

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

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

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

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

This text has shadow with #12412F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12412F on black background.


Color preview on white background

This text has color #12412F on white background.



Black color preview on #12412F background

This text has black color on #12412F background.


White color preview on #12412F background

This text has white color on #12412F background.