COLOR #58665E

HEX: #58665E
RGB: (88,102,94)

Color info

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

RGB color model

#58665E color RGB value is (88,102,94).

  • red value is 88;
  • green value is 102;
  • blue value is 94.
RGB:
(88,102,94)
(35%,40%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 94 of 255 = 37%

88
102
94

R + G + B ~ 37%. #58665E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 94 = 284 (100%)
R 88 of 284 ~ 30.99%
G 102 of 284 ~ 35.92%
B 94 of 284 ~ 33.1%

%30.99
%35.92
%33.1

CMYK color model

#58665E color CMYK value is (14,0,8,60).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 60.00%
CMYK:
(14,0,8,60)
C14M0Y8K60 
(14%,0%,8%,60%)
(0.14/0.00/0.08/0.60)	

CMYK percentages

%13.73
%0
%7.84
%60

Codes

Color #58665E in popluar color models

58665E
RGB8810294
HSL146°7.37%37.25%
HSB/HSV146°13.73%40.00%
CMYK13.73%0.00%7.84%
60.00%

Color #58665E in popluar number systems.

HEX58665E
Decimal8810294
Binary101100011001101011110
Octal130146136

Shades and tints

Shades of #58665E

#58665E
(88,102,94)
#505D56
(80,93,86)
#48544E
(72,84,78)
#404B46
(64,75,70)
#38423E
(56,66,62)
#303936
(48,57,54)
#28302E
(40,48,46)
#202726
(32,39,38)
#181E1E
(24,30,30)
#101516
(16,21,22)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #58665E

#58665E
(88,102,94)
#67736C
(103,115,108)
#76807A
(118,128,122)
#858D88
(133,141,136)
#949A96
(148,154,150)
#A3A7A4
(163,167,164)
#B2B4B2
(178,180,178)
#C1C1C0
(193,193,192)
#D0CECE
(208,206,206)
#DFDBDC
(223,219,220)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58665E color. Also use rgb(88,102,94) instead hex code.

Text Font Color

.myTextColor { color: #58665E; }

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

This text font color is #58665E.


Background Color

.myBgColor { background-color: #58665E; }

<div style="background-color:#58665E">Inner text</div>

This div background color is #58665E.


Border color

.myBorderColor { border: 1px solid #58665E; }

<div style="border:3px solid #58665E">Div</div>

This div border color is #58665E.


Opacity

.myOpacity80 { color: #58665E; opacity: 0.8; }

<p style="color:#58665E;opacity:0.8;">80%</p>

Text with #58665E 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 #58665E;}

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

This text has shadow with #58665E color.

.textShadow {text-shadow: 3px 3px 1px #58665E, 3px 3px 1px red;}

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

This text has shadow with #58665E primary color and red secondary color.


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

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

This text has shadow with #58665E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58665E on black background.


Color preview on white background

This text has color #58665E on white background.



Black color preview on #58665E background

This text has black color on #58665E background.


White color preview on #58665E background

This text has white color on #58665E background.