COLOR #58645F

HEX: #58645F
RGB: (88,100,95)

Color info

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

RGB color model

#58645F color RGB value is (88,100,95).

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

RGB channels and saturation

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

88
100
95

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 95 = 283 (100%)
R 88 of 283 ~ 31.1%
G 100 of 283 ~ 35.34%
B 95 of 283 ~ 33.57%

%31.1
%35.34
%33.57

CMYK color model

#58645F color CMYK value is (12,0,5,61).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 60.78%
CMYK:
(12,0,5,61)
C12M0Y5K61 
(12%,0%,5%,61%)
(0.12/0.00/0.05/0.61)	

CMYK percentages

%12
%0
%5
%60.78

Codes

Color #58645F in popluar color models

58645F
RGB8810095
HSL155°6.38%36.86%
HSB/HSV155°12.00%39.22%
CMYK12.00%0.00%5.00%
60.78%

Color #58645F in popluar number systems.

HEX58645F
Decimal8810095
Binary101100011001001011111
Octal130144137

Shades and tints

Shades of #58645F

#58645F
(88,100,95)
#505B57
(80,91,87)
#48524F
(72,82,79)
#404947
(64,73,71)
#38403F
(56,64,63)
#303737
(48,55,55)
#282E2F
(40,46,47)
#202527
(32,37,39)
#181C1F
(24,28,31)
#101317
(16,19,23)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #58645F

#58645F
(88,100,95)
#67726D
(103,114,109)
#76807B
(118,128,123)
#858E89
(133,142,137)
#949C97
(148,156,151)
#A3AAA5
(163,170,165)
#B2B8B3
(178,184,179)
#C1C6C1
(193,198,193)
#D0D4CF
(208,212,207)
#DFE2DD
(223,226,221)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58645F; }

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

This text font color is #58645F.


Background Color

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

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

This div background color is #58645F.


Border color

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

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

This div border color is #58645F.


Opacity

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

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

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

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

This text has shadow with #58645F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58645F on black background.


Color preview on white background

This text has color #58645F on white background.



Black color preview on #58645F background

This text has black color on #58645F background.


White color preview on #58645F background

This text has white color on #58645F background.