COLOR #185759

HEX: #185759
RGB: (24,87,89)

Color info

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

RGB color model

#185759 color RGB value is (24,87,89).

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

RGB channels and saturation

R 24 of 255 = 9%
G 87 of 255 = 34%
B 89 of 255 = 35%

24
87
89

R + G + B ~ 26%. #185759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 87 + 89 = 200 (100%)
R 24 of 200 ~ 12%
G 87 of 200 ~ 43.5%
B 89 of 200 ~ 44.5%

%12
%43.5
%44.5

CMYK color model

#185759 color CMYK value is (73,2,0,65).

  • cyan value is 73.03%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(73,2,0,65)
C73M2Y0K65 
(73%,2%,0%,65%)
(0.73/0.02/0.00/0.65)	

CMYK percentages

%73.03
%2.25
%0
%65.1

Codes

Color #185759 in popluar color models

185759
RGB248789
HSL182°57.52%22.16%
HSB/HSV182°73.03%34.90%
CMYK73.03%2.25%0.00%
65.10%

Color #185759 in popluar number systems.

HEX185759
Decimal248789
Binary1100010101111011001
Octal30127131

Shades and tints

Shades of #185759

#185759
(24,87,89)
#165051
(22,80,81)
#144949
(20,73,73)
#124241
(18,66,65)
#103B39
(16,59,57)
#0E3431
(14,52,49)
#0C2D29
(12,45,41)
#0A2621
(10,38,33)
#081F19
(8,31,25)
#061811
(6,24,17)
#041109
(4,17,9)
#000000
(0,0,0)

Tints of #185759

#185759
(24,87,89)
#2D6668
(45,102,104)
#427577
(66,117,119)
#578486
(87,132,134)
#6C9395
(108,147,149)
#81A2A4
(129,162,164)
#96B1B3
(150,177,179)
#ABC0C2
(171,192,194)
#C0CFD1
(192,207,209)
#D5DEE0
(213,222,224)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185759; }

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

This text font color is #185759.


Background Color

.myBgColor { background-color: #185759; }

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

This div background color is #185759.


Border color

.myBorderColor { border: 1px solid #185759; }

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

This div border color is #185759.


Opacity

.myOpacity80 { color: #185759; opacity: 0.8; }

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

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

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

This text has shadow with #185759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185759 on black background.


Color preview on white background

This text has color #185759 on white background.



Black color preview on #185759 background

This text has black color on #185759 background.


White color preview on #185759 background

This text has white color on #185759 background.