COLOR #12473B

HEX: #12473B
RGB: (18,71,59)

Color info

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

RGB color model

#12473B color RGB value is (18,71,59).

  • red value is 18;
  • green value is 71;
  • blue value is 59.
RGB:
(18,71,59)
(7%,28%,23%)

RGB channels and saturation

R 18 of 255 = 7%
G 71 of 255 = 28%
B 59 of 255 = 23%

18
71
59

R + G + B ~ 19%. #12473B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 71 + 59 = 148 (100%)
R 18 of 148 ~ 12.16%
G 71 of 148 ~ 47.97%
B 59 of 148 ~ 39.86%

%12.16
%47.97
%39.86

CMYK color model

#12473B color CMYK value is (75,0,17,72).

  • cyan value is 74.65%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(75,0,17,72)
C75M0Y17K72 
(75%,0%,17%,72%)
(0.75/0.00/0.17/0.72)	

CMYK percentages

%74.65
%0
%16.9
%72.16

Codes

Color #12473B in popluar color models

12473B
RGB187159
HSL166°59.55%17.45%
HSB/HSV166°74.65%27.84%
CMYK74.65%0.00%16.90%
72.16%

Color #12473B in popluar number systems.

HEX12473B
Decimal187159
Binary100101000111111011
Octal2210773

Shades and tints

Shades of #12473B

#12473B
(18,71,59)
#114136
(17,65,54)
#103B31
(16,59,49)
#0F352C
(15,53,44)
#0E2F27
(14,47,39)
#0D2922
(13,41,34)
#0C231D
(12,35,29)
#0B1D18
(11,29,24)
#0A1713
(10,23,19)
#09110E
(9,17,14)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #12473B

#12473B
(18,71,59)
#27574C
(39,87,76)
#3C675D
(60,103,93)
#51776E
(81,119,110)
#66877F
(102,135,127)
#7B9790
(123,151,144)
#90A7A1
(144,167,161)
#A5B7B2
(165,183,178)
#BAC7C3
(186,199,195)
#CFD7D4
(207,215,212)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12473B color. Also use rgb(18,71,59) instead hex code.

Text Font Color

.myTextColor { color: #12473B; }

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

This text font color is #12473B.


Background Color

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

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

This div background color is #12473B.


Border color

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

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

This div border color is #12473B.


Opacity

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

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

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

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

This text has shadow with #12473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12473B on black background.


Color preview on white background

This text has color #12473B on white background.



Black color preview on #12473B background

This text has black color on #12473B background.


White color preview on #12473B background

This text has white color on #12473B background.