COLOR #12403E

HEX: #12403E
RGB: (18,64,62)

Color info

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

RGB color model

#12403E color RGB value is (18,64,62).

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

RGB channels and saturation

R 18 of 255 = 7%
G 64 of 255 = 25%
B 62 of 255 = 24%

18
64
62

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

Portions of RGB colors in percentages

R + G + B =
18 + 64 + 62 = 144 (100%)
R 18 of 144 ~ 12.5%
G 64 of 144 ~ 44.44%
B 62 of 144 ~ 43.06%

%12.5
%44.44
%43.06

CMYK color model

#12403E color CMYK value is (72,0,3,75).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 74.90%
CMYK:
(72,0,3,75)
C72M0Y3K75 
(72%,0%,3%,75%)
(0.72/0.00/0.03/0.75)	

CMYK percentages

%71.88
%0
%3.12
%74.9

Codes

Color #12403E in popluar color models

12403E
RGB186462
HSL177°56.10%16.08%
HSB/HSV177°71.88%25.10%
CMYK71.88%0.00%3.12%
74.90%

Color #12403E in popluar number systems.

HEX12403E
Decimal186462
Binary100101000000111110
Octal2210076

Shades and tints

Shades of #12403E

#12403E
(18,64,62)
#113B39
(17,59,57)
#103634
(16,54,52)
#0F312F
(15,49,47)
#0E2C2A
(14,44,42)
#0D2725
(13,39,37)
#0C2220
(12,34,32)
#0B1D1B
(11,29,27)
#0A1816
(10,24,22)
#091311
(9,19,17)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #12403E

#12403E
(18,64,62)
#27514F
(39,81,79)
#3C6260
(60,98,96)
#517371
(81,115,113)
#668482
(102,132,130)
#7B9593
(123,149,147)
#90A6A4
(144,166,164)
#A5B7B5
(165,183,181)
#BAC8C6
(186,200,198)
#CFD9D7
(207,217,215)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12403E color. Also use rgb(18,64,62) instead hex code.

Text Font Color

.myTextColor { color: #12403E; }

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

This text font color is #12403E.


Background Color

.myBgColor { background-color: #12403E; }

<div style="background-color:#12403E">Inner text</div>

This div background color is #12403E.


Border color

.myBorderColor { border: 1px solid #12403E; }

<div style="border:3px solid #12403E">Div</div>

This div border color is #12403E.


Opacity

.myOpacity80 { color: #12403E; opacity: 0.8; }

<p style="color:#12403E;opacity:0.8;">80%</p>

Text with #12403E 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 #12403E;}

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

This text has shadow with #12403E color.

.textShadow {text-shadow: 3px 3px 1px #12403E, 3px 3px 1px red;}

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

This text has shadow with #12403E primary color and red secondary color.


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

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

This text has shadow with #12403E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12403E on black background.


Color preview on white background

This text has color #12403E on white background.



Black color preview on #12403E background

This text has black color on #12403E background.


White color preview on #12403E background

This text has white color on #12403E background.