COLOR #12412A

HEX: #12412A
RGB: (18,65,42)

Color info

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

RGB color model

#12412A color RGB value is (18,65,42).

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

RGB channels and saturation

R 18 of 255 = 7%
G 65 of 255 = 25%
B 42 of 255 = 16%

18
65
42

R + G + B ~ 16%. #12412A is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 65 + 42 = 125 (100%)
R 18 of 125 ~ 14.4%
G 65 of 125 ~ 52%
B 42 of 125 ~ 33.6%

%14.4
%52
%33.6

CMYK color model

#12412A color CMYK value is (72,0,35,75).

  • cyan value is 72.31%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 74.51%
CMYK:
(72,0,35,75)
C72M0Y35K75 
(72%,0%,35%,75%)
(0.72/0.00/0.35/0.75)	

CMYK percentages

%72.31
%0
%35.38
%74.51

Codes

Color #12412A in popluar color models

12412A
RGB186542
HSL151°56.63%16.27%
HSB/HSV151°72.31%25.49%
CMYK72.31%0.00%35.38%
74.51%

Color #12412A in popluar number systems.

HEX12412A
Decimal186542
Binary100101000001101010
Octal2210152

Shades and tints

Shades of #12412A

#12412A
(18,65,42)
#113C27
(17,60,39)
#103724
(16,55,36)
#0F3221
(15,50,33)
#0E2D1E
(14,45,30)
#0D281B
(13,40,27)
#0C2318
(12,35,24)
#0B1E15
(11,30,21)
#0A1912
(10,25,18)
#09140F
(9,20,15)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #12412A

#12412A
(18,65,42)
#27523D
(39,82,61)
#3C6350
(60,99,80)
#517463
(81,116,99)
#668576
(102,133,118)
#7B9689
(123,150,137)
#90A79C
(144,167,156)
#A5B8AF
(165,184,175)
#BAC9C2
(186,201,194)
#CFDAD5
(207,218,213)
#E4EBE8
(228,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12412A; }

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

This text font color is #12412A.


Background Color

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

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

This div background color is #12412A.


Border color

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

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

This div border color is #12412A.


Opacity

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

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

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

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

This text has shadow with #12412A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12412A on black background.


Color preview on white background

This text has color #12412A on white background.



Black color preview on #12412A background

This text has black color on #12412A background.


White color preview on #12412A background

This text has white color on #12412A background.