COLOR #59615F

HEX: #59615F RGB: (89,97,95)

Color info

#59615F contains red, green and blue colors in about the same proportion. Web safe color of #59615F is #666666 (or #666).

RGB color model

#59615F color RGB value is (89,97,95).

RGB: (89,97,95) (35%, 38%, 37%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 95 of 255 = 37%

89
97
95

R + G + B ~ 37%. #59615F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 97 + 95 = 281 (100%)
R 89 of 281 ~ 31.67%
G 97 of 281 ~ 34.52%
B 95 of 281 ~ 33.81'%

%31.67
%34.52
%33.81

CMYK color model

#59615F color CMYK value is (8,0,2,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 61.96%

CMYK: (8,0,2,62)
C8M0Y2K62 (8%, 0%, 2%, 62%)
(0.08 / 0.00 / 0.02 / 0.62)

CMYK percentages

%8.25
%0
%2.06
%61.96

Codes

Color #59615F in popluar color models

59 61 5F
RGB 89 97 95
HSL 165° 4.30% 36.47%
HSB/HSV 165° 8.25% 38.04%
CMYK 8.25% 0.00% 2.06%
61.96%

Color #59615F in popluar number systems.

HEX 59 61 5F
Decimal 89 97 95
Binary 1011001 1100001 1011111
Octal 131 141 137

Shades and tints

Shades of #59615F

#59615F
(89,97,95)
#515957
(81,89,87)
#49514F
(73,81,79)
#414947
(65,73,71)
#39413F
(57,65,63)
#313937
(49,57,55)
#29312F
(41,49,47)
#212927
(33,41,39)
#19211F
(25,33,31)
#111917
(17,25,23)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #59615F

#59615F
(89,97,95)
#686F6D
(104,111,109)
#777D7B
(119,125,123)
#868B89
(134,139,137)
#959997
(149,153,151)
#A4A7A5
(164,167,165)
#B3B5B3
(179,181,179)
#C2C3C1
(194,195,193)
#D1D1CF
(209,209,207)
#E0DFDD
(224,223,221)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59615F color. Also use rgb(89,97,95) instead hex code.

Text Font Color

.myTextColor { color: #59615F; }

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

This text font color is #59615F.

Background Color

.myBgColor { background-color: #59615F; }

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

This div background color is #59615F.

Border color

.myBorderColor { border: 1px solid #59615F; }

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

This div border color is #59615F.

Opacity

.myOpacity80 { color: #59615F; opacity: 0.8; }

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

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

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

This text has shadow with #59615F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59615F.

Preview

Color preview on black background

This text has color #59615F on black background.


Color preview on white background

This text has color #59615F on white background.


Black color preview on #59615F background

This text has black color on #59615F background.


White color preview on #59615F background

This text has white color on #59615F background.


Related colors

Complementary color

Complementary color for #hex is #A69EA0.


I love getcolorcode.com

Triadic colors

1 #5F5961 and #615F59 with #59615F are triadic colors.

2 #5F6159 and #61595F with #59615F are triadic colors.