COLOR #58615F

HEX: #58615F RGB: (88,97,95)

Color info

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

RGB color model

#58615F color RGB value is (88,97,95).

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

RGB channels and saturation

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

88
97
95

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

Portions of RGB colors in percentages

R + G + B = 88 + 97 + 95 = 280 (100%)
R 88 of 280 ~ 31.43%
G 97 of 280 ~ 34.64%
B 95 of 280 ~ 33.93'%

%31.43
%34.64
%33.93

CMYK color model

#58615F color CMYK value is (9,0,2,62).

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

CMYK: (9,0,2,62)
C9M0Y2K62 (9%, 0%, 2%, 62%)
(0.09 / 0.00 / 0.02 / 0.62)

CMYK percentages

%9.28
%0
%2.06
%61.96

Codes

Color #58615F in popluar color models

58 61 5F
RGB 88 97 95
HSL 167° 4.86% 36.27%
HSB/HSV 167° 9.28% 38.04%
CMYK 9.28% 0.00% 2.06%
61.96%

Color #58615F in popluar number systems.

HEX 58 61 5F
Decimal 88 97 95
Binary 1011000 1100001 1011111
Octal 130 141 137

Shades and tints

Shades of #58615F

#58615F
(88,97,95)
#505957
(80,89,87)
#48514F
(72,81,79)
#404947
(64,73,71)
#38413F
(56,65,63)
#303937
(48,57,55)
#28312F
(40,49,47)
#202927
(32,41,39)
#18211F
(24,33,31)
#101917
(16,25,23)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #58615F

#58615F
(88,97,95)
#676F6D
(103,111,109)
#767D7B
(118,125,123)
#858B89
(133,139,137)
#949997
(148,153,151)
#A3A7A5
(163,167,165)
#B2B5B3
(178,181,179)
#C1C3C1
(193,195,193)
#D0D1CF
(208,209,207)
#DFDFDD
(223,223,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58615F; }

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

This text font color is #58615F.

Background Color

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

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

This div background color is #58615F.

Border color

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

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

This div border color is #58615F.

Opacity

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

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

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

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

This text has shadow with #58615F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58615F.

Preview

Color preview on black background

This text has color #58615F on black background.


Color preview on white background

This text has color #58615F on white background.


Black color preview on #58615F background

This text has black color on #58615F background.


White color preview on #58615F background

This text has white color on #58615F background.


Related colors

Complementary color

Complementary color for #hex is #A79EA0.


I love getcolorcode.com

Triadic colors

1 #5F5861 and #615F58 with #58615F are triadic colors.

2 #5F6158 and #61585F with #58615F are triadic colors.