COLOR #12474A

HEX: #12474A
RGB: (18,71,74)

Color info

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

RGB color model

#12474A color RGB value is (18,71,74).

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

RGB channels and saturation

R 18 of 255 = 7%
G 71 of 255 = 28%
B 74 of 255 = 29%

18
71
74

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

Portions of RGB colors in percentages

R + G + B =
18 + 71 + 74 = 163 (100%)
R 18 of 163 ~ 11.04%
G 71 of 163 ~ 43.56%
B 74 of 163 ~ 45.4%

%11.04
%43.56
%45.4

CMYK color model

#12474A color CMYK value is (76,4,0,71).

  • cyan value is 75.68%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(76,4,0,71)
C76M4Y0K71 
(76%,4%,0%,71%)
(0.76/0.04/0.00/0.71)	

CMYK percentages

%75.68
%4.05
%0
%70.98

Codes

Color #12474A in popluar color models

12474A
RGB187174
HSL183°60.87%18.04%
HSB/HSV183°75.68%29.02%
CMYK75.68%4.05%0.00%
70.98%

Color #12474A in popluar number systems.

HEX12474A
Decimal187174
Binary1001010001111001010
Octal22107112

Shades and tints

Shades of #12474A

#12474A
(18,71,74)
#114144
(17,65,68)
#103B3E
(16,59,62)
#0F3538
(15,53,56)
#0E2F32
(14,47,50)
#0D292C
(13,41,44)
#0C2326
(12,35,38)
#0B1D20
(11,29,32)
#0A171A
(10,23,26)
#091114
(9,17,20)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #12474A

#12474A
(18,71,74)
#27575A
(39,87,90)
#3C676A
(60,103,106)
#51777A
(81,119,122)
#66878A
(102,135,138)
#7B979A
(123,151,154)
#90A7AA
(144,167,170)
#A5B7BA
(165,183,186)
#BAC7CA
(186,199,202)
#CFD7DA
(207,215,218)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12474A; }

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

This text font color is #12474A.


Background Color

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

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

This div background color is #12474A.


Border color

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

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

This div border color is #12474A.


Opacity

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

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

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

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

This text has shadow with #12474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12474A on black background.


Color preview on white background

This text has color #12474A on white background.



Black color preview on #12474A background

This text has black color on #12474A background.


White color preview on #12474A background

This text has white color on #12474A background.