COLOR #185F59

HEX: #185F59 RGB: (24,95,89)

Color info

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

RGB color model

#185F59 color RGB value is (24,95,89).

RGB: (24,95,89) (9%, 37%, 35%)

RGB channels and saturation

R 24 of 255 = 9%
G 95 of 255 = 37%
B 89 of 255 = 35%

24
95
89

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

Portions of RGB colors in percentages

R + G + B = 24 + 95 + 89 = 208 (100%)
R 24 of 208 ~ 11.54%
G 95 of 208 ~ 45.67%
B 89 of 208 ~ 42.79'%

%11.54
%45.67
%42.79

CMYK color model

#185F59 color CMYK value is (75,0,6,63).

  • cyan value is 74.74%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 62.75%

CMYK: (75,0,6,63)
C75M0Y6K63 (75%, 0%, 6%, 63%)
(0.75 / 0.00 / 0.06 / 0.63)

CMYK percentages

%74.74
%0
%6.32
%62.75

Codes

Color #185F59 in popluar color models

18 5F 59
RGB 24 95 89
HSL 175° 59.66% 23.33%
HSB/HSV 175° 74.74% 37.25%
CMYK 74.74% 0.00% 6.32%
62.75%

Color #185F59 in popluar number systems.

HEX 18 5F 59
Decimal 24 95 89
Binary 11000 1011111 1011001
Octal 30 137 131

Shades and tints

Shades of #185F59

#185F59
(24,95,89)
#165751
(22,87,81)
#144F49
(20,79,73)
#124741
(18,71,65)
#103F39
(16,63,57)
#0E3731
(14,55,49)
#0C2F29
(12,47,41)
#0A2721
(10,39,33)
#081F19
(8,31,25)
#061711
(6,23,17)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #185F59

#185F59
(24,95,89)
#2D6D68
(45,109,104)
#427B77
(66,123,119)
#578986
(87,137,134)
#6C9795
(108,151,149)
#81A5A4
(129,165,164)
#96B3B3
(150,179,179)
#ABC1C2
(171,193,194)
#C0CFD1
(192,207,209)
#D5DDE0
(213,221,224)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #185F59; }

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

This text font color is #185F59.

Background Color

.myBgColor { background-color: #185F59; }

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

This div background color is #185F59.

Border color

.myBorderColor { border: 1px solid #185F59; }

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

This div border color is #185F59.

Opacity

.myOpacity80 { color: #185F59; opacity: 0.8; }

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

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

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

This text has shadow with #185F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #185F59.

Preview

Color preview on black background

This text has color #185F59 on black background.


Color preview on white background

This text has color #185F59 on white background.


Black color preview on #185F59 background

This text has black color on #185F59 background.


White color preview on #185F59 background

This text has white color on #185F59 background.


Related colors

Complementary color

Complementary color for #hex is #E7A0A6.


I love getcolorcode.com

Triadic colors

1 #59185F and #5F5918 with #185F59 are triadic colors.

2 #595F18 and #5F1859 with #185F59 are triadic colors.