COLOR #58635F

HEX: #58635F
RGB: (88,99,95)

Color info

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

RGB color model

#58635F color RGB value is (88,99,95).

  • red value is 88;
  • green value is 99;
  • blue value is 95.
RGB:
(88,99,95)
(35%,39%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 95 of 255 = 37%

88
99
95

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 95 = 282 (100%)
R 88 of 282 ~ 31.21%
G 99 of 282 ~ 35.11%
B 95 of 282 ~ 33.69%

%31.21
%35.11
%33.69

CMYK color model

#58635F color CMYK value is (11,0,4,61).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK:
(11,0,4,61)
C11M0Y4K61 
(11%,0%,4%,61%)
(0.11/0.00/0.04/0.61)	

CMYK percentages

%11.11
%0
%4.04
%61.18

Codes

Color #58635F in popluar color models

58635F
RGB889995
HSL158°5.88%36.67%
HSB/HSV158°11.11%38.82%
CMYK11.11%0.00%4.04%
61.18%

Color #58635F in popluar number systems.

HEX58635F
Decimal889995
Binary101100011000111011111
Octal130143137

Shades and tints

Shades of #58635F

#58635F
(88,99,95)
#505A57
(80,90,87)
#48514F
(72,81,79)
#404847
(64,72,71)
#383F3F
(56,63,63)
#303637
(48,54,55)
#282D2F
(40,45,47)
#202427
(32,36,39)
#181B1F
(24,27,31)
#101217
(16,18,23)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #58635F

#58635F
(88,99,95)
#67716D
(103,113,109)
#767F7B
(118,127,123)
#858D89
(133,141,137)
#949B97
(148,155,151)
#A3A9A5
(163,169,165)
#B2B7B3
(178,183,179)
#C1C5C1
(193,197,193)
#D0D3CF
(208,211,207)
#DFE1DD
(223,225,221)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58635F; }

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

This text font color is #58635F.


Background Color

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

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

This div background color is #58635F.


Border color

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

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

This div border color is #58635F.


Opacity

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

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

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

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

This text has shadow with #58635F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58635F on black background.


Color preview on white background

This text has color #58635F on white background.



Black color preview on #58635F background

This text has black color on #58635F background.


White color preview on #58635F background

This text has white color on #58635F background.