COLOR #12424C

HEX: #12424C RGB: (18,66,76)

Color info

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

RGB color model

#12424C color RGB value is (18,66,76).

RGB: (18,66,76) (7%, 26%, 30%)

RGB channels and saturation

R 18 of 255 = 7%
G 66 of 255 = 26%
B 76 of 255 = 30%

18
66
76

R + G + B ~ 21%. #12424C is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 66 + 76 = 160 (100%)
R 18 of 160 ~ 11.25%
G 66 of 160 ~ 41.25%
B 76 of 160 ~ 47.5'%

%11.25
%41.25
%47.5

CMYK color model

#12424C color CMYK value is (76,13,0,70).

  • cyan value is 76.32%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (76,13,0,70)
C76M13Y0K70 (76%, 13%, 0%, 70%)
(0.76 / 0.13 / 0.00 / 0.70)

CMYK percentages

%76.32
%13.16
%0
%70.2

Codes

Color #12424C in popluar color models

12 42 4C
RGB 18 66 76
HSL 190° 61.70% 18.43%
HSB/HSV 190° 76.32% 29.80%
CMYK 76.32% 13.16% 0.00%
70.20%

Color #12424C in popluar number systems.

HEX 12 42 4C
Decimal 18 66 76
Binary 10010 1000010 1001100
Octal 22 102 114

Shades and tints

Shades of #12424C

#12424C
(18,66,76)
#113C46
(17,60,70)
#103640
(16,54,64)
#0F303A
(15,48,58)
#0E2A34
(14,42,52)
#0D242E
(13,36,46)
#0C1E28
(12,30,40)
#0B1822
(11,24,34)
#0A121C
(10,18,28)
#090C16
(9,12,22)
#080610
(8,6,16)
#000000
(0,0,0)

Tints of #12424C

#12424C
(18,66,76)
#27535C
(39,83,92)
#3C646C
(60,100,108)
#51757C
(81,117,124)
#66868C
(102,134,140)
#7B979C
(123,151,156)
#90A8AC
(144,168,172)
#A5B9BC
(165,185,188)
#BACACC
(186,202,204)
#CFDBDC
(207,219,220)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12424C color. Also use rgb(18,66,76) instead hex code.

Text Font Color

.myTextColor { color: #12424C; }

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

This text font color is #12424C.

Background Color

.myBgColor { background-color: #12424C; }

<div style="background-color:#12424C">Inner text</div>

This div background color is #12424C.

Border color

.myBorderColor { border: 1px solid #12424C; }

<div style="border:3px solid #12424C">Div</div>

This div border color is #12424C.

Opacity

.myOpacity80 { color: #12424C; opacity: 0.8; }

<p style="color:#12424C;opacity:0.8;">80%</p>

Text with #12424C 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 #12424C;}

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

This text has shadow with #12424C color.


.textShadow {text-shadow: 3px 3px 1px #12424C', 3px 3px 1px red;}

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

This text has shadow with #12424C primary color and red secondary color.


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

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

This text has shadow with #12424C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12424C; -webkit-box-shadow: 1px 1px 3px 2px #12424C; box-shadow:1px 1px 3px 2px #12424C;">
Div content here
</div>

This div box has shadow with color #12424C.

Preview

Color preview on black background

This text has color #12424C on black background.


Color preview on white background

This text has color #12424C on white background.


Black color preview on #12424C background

This text has black color on #12424C background.


White color preview on #12424C background

This text has white color on #12424C background.


Related colors

Complementary color

Complementary color for #hex is #EDBDB3.


I love getcolorcode.com

Triadic colors

1 #4C1242 and #424C12 with #12424C are triadic colors.

2 #4C4212 and #42124C with #12424C are triadic colors.