COLOR #12492B

HEX: #12492B
RGB: (18,73,43)

Color info

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

RGB color model

#12492B color RGB value is (18,73,43).

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

RGB channels and saturation

R 18 of 255 = 7%
G 73 of 255 = 29%
B 43 of 255 = 17%

18
73
43

R + G + B ~ 18%. #12492B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 73 + 43 = 134 (100%)
R 18 of 134 ~ 13.43%
G 73 of 134 ~ 54.48%
B 43 of 134 ~ 32.09%

%13.43
%54.48
%32.09

CMYK color model

#12492B color CMYK value is (75,0,41,71).

  • cyan value is 75.34%
  • magenta value is 0.00%
  • yellow value is 41.10%
  • key color value is 71.37%
CMYK:
(75,0,41,71)
C75M0Y41K71 
(75%,0%,41%,71%)
(0.75/0.00/0.41/0.71)	

CMYK percentages

%75.34
%0
%41.1
%71.37

Codes

Color #12492B in popluar color models

12492B
RGB187343
HSL147°60.44%17.84%
HSB/HSV147°75.34%28.63%
CMYK75.34%0.00%41.10%
71.37%

Color #12492B in popluar number systems.

HEX12492B
Decimal187343
Binary100101001001101011
Octal2211153

Shades and tints

Shades of #12492B

#12492B
(18,73,43)
#114328
(17,67,40)
#103D25
(16,61,37)
#0F3722
(15,55,34)
#0E311F
(14,49,31)
#0D2B1C
(13,43,28)
#0C2519
(12,37,25)
#0B1F16
(11,31,22)
#0A1913
(10,25,19)
#091310
(9,19,16)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #12492B

#12492B
(18,73,43)
#27593E
(39,89,62)
#3C6951
(60,105,81)
#517964
(81,121,100)
#668977
(102,137,119)
#7B998A
(123,153,138)
#90A99D
(144,169,157)
#A5B9B0
(165,185,176)
#BAC9C3
(186,201,195)
#CFD9D6
(207,217,214)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12492B; }

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

This text font color is #12492B.


Background Color

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

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

This div background color is #12492B.


Border color

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

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

This div border color is #12492B.


Opacity

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

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

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

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

This text has shadow with #12492B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12492B on black background.


Color preview on white background

This text has color #12492B on white background.



Black color preview on #12492B background

This text has black color on #12492B background.


White color preview on #12492B background

This text has white color on #12492B background.