COLOR #12421F

HEX: #12421F
RGB: (18,66,31)

Color info

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

RGB color model

#12421F color RGB value is (18,66,31).

  • red value is 18;
  • green value is 66;
  • blue value is 31.
RGB:
(18,66,31)
(7%,26%,12%)

RGB channels and saturation

R 18 of 255 = 7%
G 66 of 255 = 26%
B 31 of 255 = 12%

18
66
31

R + G + B ~ 15%. #12421F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 66 + 31 = 115 (100%)
R 18 of 115 ~ 15.65%
G 66 of 115 ~ 57.39%
B 31 of 115 ~ 26.96%

%15.65
%57.39
%26.96

CMYK color model

#12421F color CMYK value is (73,0,53,74).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 53.03%
  • key color value is 74.12%
CMYK:
(73,0,53,74)
C73M0Y53K74 
(73%,0%,53%,74%)
(0.73/0.00/0.53/0.74)	

CMYK percentages

%72.73
%0
%53.03
%74.12

Codes

Color #12421F in popluar color models

12421F
RGB186631
HSL136°57.14%16.47%
HSB/HSV136°72.73%25.88%
CMYK72.73%0.00%53.03%
74.12%

Color #12421F in popluar number systems.

HEX12421F
Decimal186631
Binary10010100001011111
Octal2210237

Shades and tints

Shades of #12421F

#12421F
(18,66,31)
#113C1D
(17,60,29)
#10361B
(16,54,27)
#0F3019
(15,48,25)
#0E2A17
(14,42,23)
#0D2415
(13,36,21)
#0C1E13
(12,30,19)
#0B1811
(11,24,17)
#0A120F
(10,18,15)
#090C0D
(9,12,13)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #12421F

#12421F
(18,66,31)
#275333
(39,83,51)
#3C6447
(60,100,71)
#51755B
(81,117,91)
#66866F
(102,134,111)
#7B9783
(123,151,131)
#90A897
(144,168,151)
#A5B9AB
(165,185,171)
#BACABF
(186,202,191)
#CFDBD3
(207,219,211)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12421F color. Also use rgb(18,66,31) instead hex code.

Text Font Color

.myTextColor { color: #12421F; }

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

This text font color is #12421F.


Background Color

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

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

This div background color is #12421F.


Border color

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

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

This div border color is #12421F.


Opacity

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

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

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

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

This text has shadow with #12421F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12421F on black background.


Color preview on white background

This text has color #12421F on white background.



Black color preview on #12421F background

This text has black color on #12421F background.


White color preview on #12421F background

This text has white color on #12421F background.