COLOR #18595B

HEX: #18595B
RGB: (24,89,91)

Color info

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

RGB color model

#18595B color RGB value is (24,89,91).

  • red value is 24;
  • green value is 89;
  • blue value is 91.
RGB:
(24,89,91)
(9%,35%,36%)

RGB channels and saturation

R 24 of 255 = 9%
G 89 of 255 = 35%
B 91 of 255 = 36%

24
89
91

R + G + B ~ 27%. #18595B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 89 + 91 = 204 (100%)
R 24 of 204 ~ 11.76%
G 89 of 204 ~ 43.63%
B 91 of 204 ~ 44.61%

%11.76
%43.63
%44.61

CMYK color model

#18595B color CMYK value is (74,2,0,64).

  • cyan value is 73.63%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(74,2,0,64)
C74M2Y0K64 
(74%,2%,0%,64%)
(0.74/0.02/0.00/0.64)	

CMYK percentages

%73.63
%2.2
%0
%64.31

Codes

Color #18595B in popluar color models

18595B
RGB248991
HSL182°58.26%22.55%
HSB/HSV182°73.63%35.69%
CMYK73.63%2.20%0.00%
64.31%

Color #18595B in popluar number systems.

HEX18595B
Decimal248991
Binary1100010110011011011
Octal30131133

Shades and tints

Shades of #18595B

#18595B
(24,89,91)
#165153
(22,81,83)
#14494B
(20,73,75)
#124143
(18,65,67)
#10393B
(16,57,59)
#0E3133
(14,49,51)
#0C292B
(12,41,43)
#0A2123
(10,33,35)
#08191B
(8,25,27)
#061113
(6,17,19)
#04090B
(4,9,11)
#000000
(0,0,0)

Tints of #18595B

#18595B
(24,89,91)
#2D6869
(45,104,105)
#427777
(66,119,119)
#578685
(87,134,133)
#6C9593
(108,149,147)
#81A4A1
(129,164,161)
#96B3AF
(150,179,175)
#ABC2BD
(171,194,189)
#C0D1CB
(192,209,203)
#D5E0D9
(213,224,217)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18595B color. Also use rgb(24,89,91) instead hex code.

Text Font Color

.myTextColor { color: #18595B; }

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

This text font color is #18595B.


Background Color

.myBgColor { background-color: #18595B; }

<div style="background-color:#18595B">Inner text</div>

This div background color is #18595B.


Border color

.myBorderColor { border: 1px solid #18595B; }

<div style="border:3px solid #18595B">Div</div>

This div border color is #18595B.


Opacity

.myOpacity80 { color: #18595B; opacity: 0.8; }

<p style="color:#18595B;opacity:0.8;">80%</p>

Text with #18595B 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 #18595B;}

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

This text has shadow with #18595B color.

.textShadow {text-shadow: 3px 3px 1px #18595B, 3px 3px 1px red;}

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

This text has shadow with #18595B primary color and red secondary color.


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

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

This text has shadow with #18595B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18595B on black background.


Color preview on white background

This text has color #18595B on white background.



Black color preview on #18595B background

This text has black color on #18595B background.


White color preview on #18595B background

This text has white color on #18595B background.