COLOR #18737D

HEX: #18737D
RGB: (24,115,125)

Color info

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

RGB color model

#18737D color RGB value is (24,115,125).

  • red value is 24;
  • green value is 115;
  • blue value is 125.
RGB:
(24,115,125)
(9%,45%,49%)

RGB channels and saturation

R 24 of 255 = 9%
G 115 of 255 = 45%
B 125 of 255 = 49%

24
115
125

R + G + B ~ 34%. #18737D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 115 + 125 = 264 (100%)
R 24 of 264 ~ 9.09%
G 115 of 264 ~ 43.56%
B 125 of 264 ~ 47.35%

%43.56
%47.35

CMYK color model

#18737D color CMYK value is (81,8,0,51).

  • cyan value is 80.80%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(81,8,0,51)
C81M8Y0K51 
(81%,8%,0%,51%)
(0.81/0.08/0.00/0.51)	

CMYK percentages

%80.8
%8
%0
%50.98

Codes

Color #18737D in popluar color models

18737D
RGB24115125
HSL186°67.79%29.22%
HSB/HSV186°80.80%49.02%
CMYK80.80%8.00%0.00%
50.98%

Color #18737D in popluar number systems.

HEX18737D
Decimal24115125
Binary1100011100111111101
Octal30163175

Shades and tints

Shades of #18737D

#18737D
(24,115,125)
#166972
(22,105,114)
#145F67
(20,95,103)
#12555C
(18,85,92)
#104B51
(16,75,81)
#0E4146
(14,65,70)
#0C373B
(12,55,59)
#0A2D30
(10,45,48)
#082325
(8,35,37)
#06191A
(6,25,26)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #18737D

#18737D
(24,115,125)
#2D7F88
(45,127,136)
#428B93
(66,139,147)
#57979E
(87,151,158)
#6CA3A9
(108,163,169)
#81AFB4
(129,175,180)
#96BBBF
(150,187,191)
#ABC7CA
(171,199,202)
#C0D3D5
(192,211,213)
#D5DFE0
(213,223,224)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18737D color. Also use rgb(24,115,125) instead hex code.

Text Font Color

.myTextColor { color: #18737D; }

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

This text font color is #18737D.


Background Color

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

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

This div background color is #18737D.


Border color

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

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

This div border color is #18737D.


Opacity

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

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

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

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

This text has shadow with #18737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18737D on black background.


Color preview on white background

This text has color #18737D on white background.



Black color preview on #18737D background

This text has black color on #18737D background.


White color preview on #18737D background

This text has white color on #18737D background.