COLOR #185559

HEX: #185559 RGB: (24,85,89)

Color info

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

RGB color model

#185559 color RGB value is (24,85,89).

RGB: (24,85,89) (9%, 33%, 35%)

RGB channels and saturation

R 24 of 255 = 9%
G 85 of 255 = 33%
B 89 of 255 = 35%

24
85
89

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

Portions of RGB colors in percentages

R + G + B = 24 + 85 + 89 = 198 (100%)
R 24 of 198 ~ 12.12%
G 85 of 198 ~ 42.93%
B 89 of 198 ~ 44.95'%

%12.12
%42.93
%44.95

CMYK color model

#185559 color CMYK value is (73,4,0,65).

  • cyan value is 73.03%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (73,4,0,65)
C73M4Y0K65 (73%, 4%, 0%, 65%)
(0.73 / 0.04 / 0.00 / 0.65)

CMYK percentages

%73.03
%4.49
%0
%65.1

Codes

Color #185559 in popluar color models

18 55 59
RGB 24 85 89
HSL 184° 57.52% 22.16%
HSB/HSV 184° 73.03% 34.90%
CMYK 73.03% 4.49% 0.00%
65.10%

Color #185559 in popluar number systems.

HEX 18 55 59
Decimal 24 85 89
Binary 11000 1010101 1011001
Octal 30 125 131

Shades and tints

Shades of #185559

#185559
(24,85,89)
#164E51
(22,78,81)
#144749
(20,71,73)
#124041
(18,64,65)
#103939
(16,57,57)
#0E3231
(14,50,49)
#0C2B29
(12,43,41)
#0A2421
(10,36,33)
#081D19
(8,29,25)
#061611
(6,22,17)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #185559

#185559
(24,85,89)
#2D6468
(45,100,104)
#427377
(66,115,119)
#578286
(87,130,134)
#6C9195
(108,145,149)
#81A0A4
(129,160,164)
#96AFB3
(150,175,179)
#ABBEC2
(171,190,194)
#C0CDD1
(192,205,209)
#D5DCE0
(213,220,224)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185559; }

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

This text font color is #185559.

Background Color

.myBgColor { background-color: #185559; }

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

This div background color is #185559.

Border color

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

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

This div border color is #185559.

Opacity

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

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

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

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

This text has shadow with #185559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #185559.

Preview

Color preview on black background

This text has color #185559 on black background.


Color preview on white background

This text has color #185559 on white background.


Black color preview on #185559 background

This text has black color on #185559 background.


White color preview on #185559 background

This text has white color on #185559 background.


Related colors

Complementary color

Complementary color for #hex is #E7AAA6.


I love getcolorcode.com

Triadic colors

1 #591855 and #555918 with #185559 are triadic colors.

2 #595518 and #551859 with #185559 are triadic colors.