COLOR #58654D

HEX: #58654D
RGB: (88,101,77)

Color info

#58654D contains red, green and blue colors in about the same proportion. Web safe color of #58654D is #666633 (or #663).

RGB color model

#58654D color RGB value is (88,101,77).

  • red value is 88;
  • green value is 101;
  • blue value is 77.
RGB:
(88,101,77)
(35%,40%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 77 of 255 = 30%

88
101
77

R + G + B ~ 35%. #58654D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 77 = 266 (100%)
R 88 of 266 ~ 33.08%
G 101 of 266 ~ 37.97%
B 77 of 266 ~ 28.95%

%33.08
%37.97
%28.95

CMYK color model

#58654D color CMYK value is (13,0,24,60).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 60.39%
CMYK:
(13,0,24,60)
C13M0Y24K60 
(13%,0%,24%,60%)
(0.13/0.00/0.24/0.60)	

CMYK percentages

%12.87
%0
%23.76
%60.39

Codes

Color #58654D in popluar color models

58654D
RGB8810177
HSL93°13.48%34.90%
HSB/HSV93°23.76%39.61%
CMYK12.87%0.00%23.76%
60.39%

Color #58654D in popluar number systems.

HEX58654D
Decimal8810177
Binary101100011001011001101
Octal130145115

Shades and tints

Shades of #58654D

#58654D
(88,101,77)
#505C46
(80,92,70)
#48533F
(72,83,63)
#404A38
(64,74,56)
#384131
(56,65,49)
#30382A
(48,56,42)
#282F23
(40,47,35)
#20261C
(32,38,28)
#181D15
(24,29,21)
#10140E
(16,20,14)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #58654D

#58654D
(88,101,77)
#67735D
(103,115,93)
#76816D
(118,129,109)
#858F7D
(133,143,125)
#949D8D
(148,157,141)
#A3AB9D
(163,171,157)
#B2B9AD
(178,185,173)
#C1C7BD
(193,199,189)
#D0D5CD
(208,213,205)
#DFE3DD
(223,227,221)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58654D color. Also use rgb(88,101,77) instead hex code.

Text Font Color

.myTextColor { color: #58654D; }

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

This text font color is #58654D.


Background Color

.myBgColor { background-color: #58654D; }

<div style="background-color:#58654D">Inner text</div>

This div background color is #58654D.


Border color

.myBorderColor { border: 1px solid #58654D; }

<div style="border:3px solid #58654D">Div</div>

This div border color is #58654D.


Opacity

.myOpacity80 { color: #58654D; opacity: 0.8; }

<p style="color:#58654D;opacity:0.8;">80%</p>

Text with #58654D 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 #58654D;}

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

This text has shadow with #58654D color.

.textShadow {text-shadow: 3px 3px 1px #58654D, 3px 3px 1px red;}

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

This text has shadow with #58654D primary color and red secondary color.


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

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

This text has shadow with #58654D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58654D on black background.


Color preview on white background

This text has color #58654D on white background.



Black color preview on #58654D background

This text has black color on #58654D background.


White color preview on #58654D background

This text has white color on #58654D background.