COLOR #12464A

HEX: #12464A
RGB: (18,70,74)

Color info

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

RGB color model

#12464A color RGB value is (18,70,74).

  • red value is 18;
  • green value is 70;
  • blue value is 74.
RGB:
(18,70,74)
(7%,27%,29%)

RGB channels and saturation

R 18 of 255 = 7%
G 70 of 255 = 27%
B 74 of 255 = 29%

18
70
74

R + G + B ~ 21%. #12464A is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 70 + 74 = 162 (100%)
R 18 of 162 ~ 11.11%
G 70 of 162 ~ 43.21%
B 74 of 162 ~ 45.68%

%11.11
%43.21
%45.68

CMYK color model

#12464A color CMYK value is (76,5,0,71).

  • cyan value is 75.68%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(76,5,0,71)
C76M5Y0K71 
(76%,5%,0%,71%)
(0.76/0.05/0.00/0.71)	

CMYK percentages

%75.68
%5.41
%0
%70.98

Codes

Color #12464A in popluar color models

12464A
RGB187074
HSL184°60.87%18.04%
HSB/HSV184°75.68%29.02%
CMYK75.68%5.41%0.00%
70.98%

Color #12464A in popluar number systems.

HEX12464A
Decimal187074
Binary1001010001101001010
Octal22106112

Shades and tints

Shades of #12464A

#12464A
(18,70,74)
#114044
(17,64,68)
#103A3E
(16,58,62)
#0F3438
(15,52,56)
#0E2E32
(14,46,50)
#0D282C
(13,40,44)
#0C2226
(12,34,38)
#0B1C20
(11,28,32)
#0A161A
(10,22,26)
#091014
(9,16,20)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #12464A

#12464A
(18,70,74)
#27565A
(39,86,90)
#3C666A
(60,102,106)
#51767A
(81,118,122)
#66868A
(102,134,138)
#7B969A
(123,150,154)
#90A6AA
(144,166,170)
#A5B6BA
(165,182,186)
#BAC6CA
(186,198,202)
#CFD6DA
(207,214,218)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12464A color. Also use rgb(18,70,74) instead hex code.

Text Font Color

.myTextColor { color: #12464A; }

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

This text font color is #12464A.


Background Color

.myBgColor { background-color: #12464A; }

<div style="background-color:#12464A">Inner text</div>

This div background color is #12464A.


Border color

.myBorderColor { border: 1px solid #12464A; }

<div style="border:3px solid #12464A">Div</div>

This div border color is #12464A.


Opacity

.myOpacity80 { color: #12464A; opacity: 0.8; }

<p style="color:#12464A;opacity:0.8;">80%</p>

Text with #12464A 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 #12464A;}

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

This text has shadow with #12464A color.

.textShadow {text-shadow: 3px 3px 1px #12464A, 3px 3px 1px red;}

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

This text has shadow with #12464A primary color and red secondary color.


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

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

This text has shadow with #12464A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12464A on black background.


Color preview on white background

This text has color #12464A on white background.



Black color preview on #12464A background

This text has black color on #12464A background.


White color preview on #12464A background

This text has white color on #12464A background.