COLOR #58635C

HEX: #58635C
RGB: (88,99,92)

Color info

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

RGB color model

#58635C color RGB value is (88,99,92).

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

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 92 of 255 = 36%

88
99
92

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 92 = 279 (100%)
R 88 of 279 ~ 31.54%
G 99 of 279 ~ 35.48%
B 92 of 279 ~ 32.97%

%31.54
%35.48
%32.97

CMYK color model

#58635C color CMYK value is (11,0,7,61).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(11,0,7,61)
C11M0Y7K61 
(11%,0%,7%,61%)
(0.11/0.00/0.07/0.61)	

CMYK percentages

%11.11
%0
%7.07
%61.18

Codes

Color #58635C in popluar color models

58635C
RGB889992
HSL142°5.88%36.67%
HSB/HSV142°11.11%38.82%
CMYK11.11%0.00%7.07%
61.18%

Color #58635C in popluar number systems.

HEX58635C
Decimal889992
Binary101100011000111011100
Octal130143134

Shades and tints

Shades of #58635C

#58635C
(88,99,92)
#505A54
(80,90,84)
#48514C
(72,81,76)
#404844
(64,72,68)
#383F3C
(56,63,60)
#303634
(48,54,52)
#282D2C
(40,45,44)
#202424
(32,36,36)
#181B1C
(24,27,28)
#101214
(16,18,20)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #58635C

#58635C
(88,99,92)
#67716A
(103,113,106)
#767F78
(118,127,120)
#858D86
(133,141,134)
#949B94
(148,155,148)
#A3A9A2
(163,169,162)
#B2B7B0
(178,183,176)
#C1C5BE
(193,197,190)
#D0D3CC
(208,211,204)
#DFE1DA
(223,225,218)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58635C; }

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

This text font color is #58635C.


Background Color

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

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

This div background color is #58635C.


Border color

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

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

This div border color is #58635C.


Opacity

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

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

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

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

This text has shadow with #58635C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58635C on black background.


Color preview on white background

This text has color #58635C on white background.



Black color preview on #58635C background

This text has black color on #58635C background.


White color preview on #58635C background

This text has white color on #58635C background.