COLOR #58675A

HEX: #58675A
RGB: (88,103,90)

Color info

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

RGB color model

#58675A color RGB value is (88,103,90).

  • red value is 88;
  • green value is 103;
  • blue value is 90.
RGB:
(88,103,90)
(35%,40%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 103 of 255 = 40%
B 90 of 255 = 35%

88
103
90

R + G + B ~ 37%. #58675A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 103 + 90 = 281 (100%)
R 88 of 281 ~ 31.32%
G 103 of 281 ~ 36.65%
B 90 of 281 ~ 32.03%

%31.32
%36.65
%32.03

CMYK color model

#58675A color CMYK value is (15,0,13,60).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 59.61%
CMYK:
(15,0,13,60)
C15M0Y13K60 
(15%,0%,13%,60%)
(0.15/0.00/0.13/0.60)	

CMYK percentages

%14.56
%0
%12.62
%59.61

Codes

Color #58675A in popluar color models

58675A
RGB8810390
HSL128°7.85%37.45%
HSB/HSV128°14.56%40.39%
CMYK14.56%0.00%12.62%
59.61%

Color #58675A in popluar number systems.

HEX58675A
Decimal8810390
Binary101100011001111011010
Octal130147132

Shades and tints

Shades of #58675A

#58675A
(88,103,90)
#505E52
(80,94,82)
#48554A
(72,85,74)
#404C42
(64,76,66)
#38433A
(56,67,58)
#303A32
(48,58,50)
#28312A
(40,49,42)
#202822
(32,40,34)
#181F1A
(24,31,26)
#101612
(16,22,18)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #58675A

#58675A
(88,103,90)
#677469
(103,116,105)
#768178
(118,129,120)
#858E87
(133,142,135)
#949B96
(148,155,150)
#A3A8A5
(163,168,165)
#B2B5B4
(178,181,180)
#C1C2C3
(193,194,195)
#D0CFD2
(208,207,210)
#DFDCE1
(223,220,225)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58675A color. Also use rgb(88,103,90) instead hex code.

Text Font Color

.myTextColor { color: #58675A; }

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

This text font color is #58675A.


Background Color

.myBgColor { background-color: #58675A; }

<div style="background-color:#58675A">Inner text</div>

This div background color is #58675A.


Border color

.myBorderColor { border: 1px solid #58675A; }

<div style="border:3px solid #58675A">Div</div>

This div border color is #58675A.


Opacity

.myOpacity80 { color: #58675A; opacity: 0.8; }

<p style="color:#58675A;opacity:0.8;">80%</p>

Text with #58675A 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 #58675A;}

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

This text has shadow with #58675A color.

.textShadow {text-shadow: 3px 3px 1px #58675A, 3px 3px 1px red;}

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

This text has shadow with #58675A primary color and red secondary color.


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

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

This text has shadow with #58675A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58675A on black background.


Color preview on white background

This text has color #58675A on white background.



Black color preview on #58675A background

This text has black color on #58675A background.


White color preview on #58675A background

This text has white color on #58675A background.