COLOR #58615C

HEX: #58615C
RGB: (88,97,92)

Color info

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

RGB color model

#58615C color RGB value is (88,97,92).

  • red value is 88;
  • green value is 97;
  • blue value is 92.
RGB:
(88,97,92)
(35%,38%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 92 of 255 = 36%

88
97
92

R + G + B ~ 36%. #58615C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 97 + 92 = 277 (100%)
R 88 of 277 ~ 31.77%
G 97 of 277 ~ 35.02%
B 92 of 277 ~ 33.21%

%31.77
%35.02
%33.21

CMYK color model

#58615C color CMYK value is (9,0,5,62).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 61.96%
CMYK:
(9,0,5,62)
C9M0Y5K62 
(9%,0%,5%,62%)
(0.09/0.00/0.05/0.62)	

CMYK percentages

%9.28
%0
%5.15
%61.96

Codes

Color #58615C in popluar color models

58615C
RGB889792
HSL147°4.86%36.27%
HSB/HSV147°9.28%38.04%
CMYK9.28%0.00%5.15%
61.96%

Color #58615C in popluar number systems.

HEX58615C
Decimal889792
Binary101100011000011011100
Octal130141134

Shades and tints

Shades of #58615C

#58615C
(88,97,92)
#505954
(80,89,84)
#48514C
(72,81,76)
#404944
(64,73,68)
#38413C
(56,65,60)
#303934
(48,57,52)
#28312C
(40,49,44)
#202924
(32,41,36)
#18211C
(24,33,28)
#101914
(16,25,20)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #58615C

#58615C
(88,97,92)
#676F6A
(103,111,106)
#767D78
(118,125,120)
#858B86
(133,139,134)
#949994
(148,153,148)
#A3A7A2
(163,167,162)
#B2B5B0
(178,181,176)
#C1C3BE
(193,195,190)
#D0D1CC
(208,209,204)
#DFDFDA
(223,223,218)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58615C; }

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

This text font color is #58615C.


Background Color

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

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

This div background color is #58615C.


Border color

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

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

This div border color is #58615C.


Opacity

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

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

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

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

This text has shadow with #58615C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58615C on black background.


Color preview on white background

This text has color #58615C on white background.



Black color preview on #58615C background

This text has black color on #58615C background.


White color preview on #58615C background

This text has white color on #58615C background.