COLOR #18576D

HEX: #18576D
RGB: (24,87,109)

Color info

#18576D contains mainly green and blue colors. Web safe color of #18576D is #006666 (or #066).

RGB color model

#18576D color RGB value is (24,87,109).

  • red value is 24;
  • green value is 87;
  • blue value is 109.
RGB:
(24,87,109)
(9%,34%,43%)

RGB channels and saturation

R 24 of 255 = 9%
G 87 of 255 = 34%
B 109 of 255 = 43%

24
87
109

R + G + B ~ 29%. #18576D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 87 + 109 = 220 (100%)
R 24 of 220 ~ 10.91%
G 87 of 220 ~ 39.55%
B 109 of 220 ~ 49.55%

%10.91
%39.55
%49.55

CMYK color model

#18576D color CMYK value is (78,20,0,57).

  • cyan value is 77.98%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(78,20,0,57)
C78M20Y0K57 
(78%,20%,0%,57%)
(0.78/0.20/0.00/0.57)	

CMYK percentages

%77.98
%20.18
%0
%57.25

Codes

Color #18576D in popluar color models

18576D
RGB2487109
HSL196°63.91%26.08%
HSB/HSV196°77.98%42.75%
CMYK77.98%20.18%0.00%
57.25%

Color #18576D in popluar number systems.

HEX18576D
Decimal2487109
Binary1100010101111101101
Octal30127155

Shades and tints

Shades of #18576D

#18576D
(24,87,109)
#165064
(22,80,100)
#14495B
(20,73,91)
#124252
(18,66,82)
#103B49
(16,59,73)
#0E3440
(14,52,64)
#0C2D37
(12,45,55)
#0A262E
(10,38,46)
#081F25
(8,31,37)
#06181C
(6,24,28)
#041113
(4,17,19)
#000000
(0,0,0)

Tints of #18576D

#18576D
(24,87,109)
#2D667A
(45,102,122)
#427587
(66,117,135)
#578494
(87,132,148)
#6C93A1
(108,147,161)
#81A2AE
(129,162,174)
#96B1BB
(150,177,187)
#ABC0C8
(171,192,200)
#C0CFD5
(192,207,213)
#D5DEE2
(213,222,226)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18576D color. Also use rgb(24,87,109) instead hex code.

Text Font Color

.myTextColor { color: #18576D; }

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

This text font color is #18576D.


Background Color

.myBgColor { background-color: #18576D; }

<div style="background-color:#18576D">Inner text</div>

This div background color is #18576D.


Border color

.myBorderColor { border: 1px solid #18576D; }

<div style="border:3px solid #18576D">Div</div>

This div border color is #18576D.


Opacity

.myOpacity80 { color: #18576D; opacity: 0.8; }

<p style="color:#18576D;opacity:0.8;">80%</p>

Text with #18576D 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 #18576D;}

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

This text has shadow with #18576D color.

.textShadow {text-shadow: 3px 3px 1px #18576D, 3px 3px 1px red;}

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

This text has shadow with #18576D primary color and red secondary color.


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

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

This text has shadow with #18576D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18576D on black background.


Color preview on white background

This text has color #18576D on white background.



Black color preview on #18576D background

This text has black color on #18576D background.


White color preview on #18576D background

This text has white color on #18576D background.