COLOR #585158

HEX: #585158
RGB: (88,81,88)

Color info

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

RGB color model

#585158 color RGB value is (88,81,88).

  • red value is 88;
  • green value is 81;
  • blue value is 88.
RGB:
(88,81,88)
(35%,32%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 88 of 255 = 35%

88
81
88

R + G + B ~ 34%. #585158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 88 = 257 (100%)
R 88 of 257 ~ 34.24%
G 81 of 257 ~ 31.52%
B 88 of 257 ~ 34.24%

%34.24
%31.52
%34.24

CMYK color model

#585158 color CMYK value is (0,8,0,65).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(0,8,0,65)
C0M8Y0K65 
(0%,8%,0%,65%)
(0.00/0.08/0.00/0.65)	

CMYK percentages

%0
%7.95
%0
%65.49

Codes

Color #585158 in popluar color models

585158
RGB888188
HSL300°4.14%33.14%
HSB/HSV300°7.95%34.51%
CMYK0.00%7.95%0.00%
65.49%

Color #585158 in popluar number systems.

HEX585158
Decimal888188
Binary101100010100011011000
Octal130121130

Shades and tints

Shades of #585158

#585158
(88,81,88)
#504A50
(80,74,80)
#484348
(72,67,72)
#403C40
(64,60,64)
#383538
(56,53,56)
#302E30
(48,46,48)
#282728
(40,39,40)
#202020
(32,32,32)
#181918
(24,25,24)
#101210
(16,18,16)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #585158

#585158
(88,81,88)
#676067
(103,96,103)
#766F76
(118,111,118)
#857E85
(133,126,133)
#948D94
(148,141,148)
#A39CA3
(163,156,163)
#B2ABB2
(178,171,178)
#C1BAC1
(193,186,193)
#D0C9D0
(208,201,208)
#DFD8DF
(223,216,223)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585158 color. Also use rgb(88,81,88) instead hex code.

Text Font Color

.myTextColor { color: #585158; }

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

This text font color is #585158.


Background Color

.myBgColor { background-color: #585158; }

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

This div background color is #585158.


Border color

.myBorderColor { border: 1px solid #585158; }

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

This div border color is #585158.


Opacity

.myOpacity80 { color: #585158; opacity: 0.8; }

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

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

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

This text has shadow with #585158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585158 on black background.


Color preview on white background

This text has color #585158 on white background.



Black color preview on #585158 background

This text has black color on #585158 background.


White color preview on #585158 background

This text has white color on #585158 background.