COLOR #18425C

HEX: #18425C RGB: (24,66,92)

Color info

#18425C contains mainly green and blue colors. Web safe color of #18425C is #003366 (or #036).

RGB color model

#18425C color RGB value is (24,66,92).

RGB: (24,66,92) (9%, 26%, 36%)

RGB channels and saturation

R 24 of 255 = 9%
G 66 of 255 = 26%
B 92 of 255 = 36%

24
66
92

R + G + B ~ 24%. #18425C is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 66 + 92 = 182 (100%)
R 24 of 182 ~ 13.19%
G 66 of 182 ~ 36.26%
B 92 of 182 ~ 50.55'%

%13.19
%36.26
%50.55

CMYK color model

#18425C color CMYK value is (74,28,0,64).

  • cyan value is 73.91%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (74,28,0,64) C74M28Y0K64 (74%,28%,0%,64%) (0.74/0.28/0.00/0.64) 

CMYK percentages

%73.91
%28.26
%0
%63.92

Codes

Color #18425C in popluar color models

18 42 5C
RGB 24 66 92
HSL 203° 58.62% 22.75%
HSB/HSV 203° 73.91% 36.08%
CMYK 73.91% 28.26% 0.00%
63.92%

Color #18425C in popluar number systems.

HEX 18 42 5C
Decimal 24 66 92
Binary 11000 1000010 1011100
Octal 30 102 134

Shades and tints

Shades of #18425C

#18425C
(24,66,92)
#163C54
(22,60,84)
#14364C
(20,54,76)
#123044
(18,48,68)
#102A3C
(16,42,60)
#0E2434
(14,36,52)
#0C1E2C
(12,30,44)
#0A1824
(10,24,36)
#08121C
(8,18,28)
#060C14
(6,12,20)
#04060C
(4,6,12)
#000000
(0,0,0)

Tints of #18425C

#18425C
(24,66,92)
#2D536A
(45,83,106)
#426478
(66,100,120)
#577586
(87,117,134)
#6C8694
(108,134,148)
#8197A2
(129,151,162)
#96A8B0
(150,168,176)
#ABB9BE
(171,185,190)
#C0CACC
(192,202,204)
#D5DBDA
(213,219,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18425C color. Also use rgb(24,66,92) instead hex code.

Text Font Color

.myTextColor { color: #18425C; }

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

This text font color is #18425C.

Background Color

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

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

This div background color is #18425C.

Border color

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

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

This div border color is #18425C.

Opacity

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

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

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

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

This text has shadow with #18425C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18425C.

Preview

Color preview on black background

This text has color #18425C on black background.


Color preview on white background

This text has color #18425C on white background.


Black color preview on #18425C background

This text has black color on #18425C background.


White color preview on #18425C background

This text has white color on #18425C background.


Related colors

Complementary color

Complementary color for #hex is #E7BDA3.


I love getcolorcode.com

Triadic colors

1 #5C1842 and #425C18 with #18425C are triadic colors.

2 #5C4218 and #42185C with #18425C are triadic colors.