COLOR #12401D

HEX: #12401D
RGB: (18,64,29)

Color info

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

RGB color model

#12401D color RGB value is (18,64,29).

  • red value is 18;
  • green value is 64;
  • blue value is 29.
RGB:
(18,64,29)
(7%,25%,11%)

RGB channels and saturation

R 18 of 255 = 7%
G 64 of 255 = 25%
B 29 of 255 = 11%

18
64
29

R + G + B ~ 14%. #12401D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 64 + 29 = 111 (100%)
R 18 of 111 ~ 16.22%
G 64 of 111 ~ 57.66%
B 29 of 111 ~ 26.13%

%16.22
%57.66
%26.13

CMYK color model

#12401D color CMYK value is (72,0,55,75).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 74.90%
CMYK:
(72,0,55,75)
C72M0Y55K75 
(72%,0%,55%,75%)
(0.72/0.00/0.55/0.75)	

CMYK percentages

%71.88
%0
%54.69
%74.9

Codes

Color #12401D in popluar color models

12401D
RGB186429
HSL134°56.10%16.08%
HSB/HSV134°71.88%25.10%
CMYK71.88%0.00%54.69%
74.90%

Color #12401D in popluar number systems.

HEX12401D
Decimal186429
Binary10010100000011101
Octal2210035

Shades and tints

Shades of #12401D

#12401D
(18,64,29)
#113B1B
(17,59,27)
#103619
(16,54,25)
#0F3117
(15,49,23)
#0E2C15
(14,44,21)
#0D2713
(13,39,19)
#0C2211
(12,34,17)
#0B1D0F
(11,29,15)
#0A180D
(10,24,13)
#09130B
(9,19,11)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #12401D

#12401D
(18,64,29)
#275131
(39,81,49)
#3C6245
(60,98,69)
#517359
(81,115,89)
#66846D
(102,132,109)
#7B9581
(123,149,129)
#90A695
(144,166,149)
#A5B7A9
(165,183,169)
#BAC8BD
(186,200,189)
#CFD9D1
(207,217,209)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12401D color. Also use rgb(18,64,29) instead hex code.

Text Font Color

.myTextColor { color: #12401D; }

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

This text font color is #12401D.


Background Color

.myBgColor { background-color: #12401D; }

<div style="background-color:#12401D">Inner text</div>

This div background color is #12401D.


Border color

.myBorderColor { border: 1px solid #12401D; }

<div style="border:3px solid #12401D">Div</div>

This div border color is #12401D.


Opacity

.myOpacity80 { color: #12401D; opacity: 0.8; }

<p style="color:#12401D;opacity:0.8;">80%</p>

Text with #12401D 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 #12401D;}

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

This text has shadow with #12401D color.

.textShadow {text-shadow: 3px 3px 1px #12401D, 3px 3px 1px red;}

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

This text has shadow with #12401D primary color and red secondary color.


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

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

This text has shadow with #12401D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12401D on black background.


Color preview on white background

This text has color #12401D on white background.



Black color preview on #12401D background

This text has black color on #12401D background.


White color preview on #12401D background

This text has white color on #12401D background.