COLOR #12422B

HEX: #12422B
RGB: (18,66,43)

Color info

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

RGB color model

#12422B color RGB value is (18,66,43).

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

RGB channels and saturation

R 18 of 255 = 7%
G 66 of 255 = 26%
B 43 of 255 = 17%

18
66
43

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

Portions of RGB colors in percentages

R + G + B =
18 + 66 + 43 = 127 (100%)
R 18 of 127 ~ 14.17%
G 66 of 127 ~ 51.97%
B 43 of 127 ~ 33.86%

%14.17
%51.97
%33.86

CMYK color model

#12422B color CMYK value is (73,0,35,74).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 74.12%
CMYK:
(73,0,35,74)
C73M0Y35K74 
(73%,0%,35%,74%)
(0.73/0.00/0.35/0.74)	

CMYK percentages

%72.73
%0
%34.85
%74.12

Codes

Color #12422B in popluar color models

12422B
RGB186643
HSL151°57.14%16.47%
HSB/HSV151°72.73%25.88%
CMYK72.73%0.00%34.85%
74.12%

Color #12422B in popluar number systems.

HEX12422B
Decimal186643
Binary100101000010101011
Octal2210253

Shades and tints

Shades of #12422B

#12422B
(18,66,43)
#113C28
(17,60,40)
#103625
(16,54,37)
#0F3022
(15,48,34)
#0E2A1F
(14,42,31)
#0D241C
(13,36,28)
#0C1E19
(12,30,25)
#0B1816
(11,24,22)
#0A1213
(10,18,19)
#090C10
(9,12,16)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #12422B

#12422B
(18,66,43)
#27533E
(39,83,62)
#3C6451
(60,100,81)
#517564
(81,117,100)
#668677
(102,134,119)
#7B978A
(123,151,138)
#90A89D
(144,168,157)
#A5B9B0
(165,185,176)
#BACAC3
(186,202,195)
#CFDBD6
(207,219,214)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12422B color. Also use rgb(18,66,43) instead hex code.

Text Font Color

.myTextColor { color: #12422B; }

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

This text font color is #12422B.


Background Color

.myBgColor { background-color: #12422B; }

<div style="background-color:#12422B">Inner text</div>

This div background color is #12422B.


Border color

.myBorderColor { border: 1px solid #12422B; }

<div style="border:3px solid #12422B">Div</div>

This div border color is #12422B.


Opacity

.myOpacity80 { color: #12422B; opacity: 0.8; }

<p style="color:#12422B;opacity:0.8;">80%</p>

Text with #12422B 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 #12422B;}

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

This text has shadow with #12422B color.

.textShadow {text-shadow: 3px 3px 1px #12422B, 3px 3px 1px red;}

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

This text has shadow with #12422B primary color and red secondary color.


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

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

This text has shadow with #12422B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12422B on black background.


Color preview on white background

This text has color #12422B on white background.



Black color preview on #12422B background

This text has black color on #12422B background.


White color preview on #12422B background

This text has white color on #12422B background.