COLOR #585150

HEX: #585150
RGB: (88,81,80)

Color info

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

RGB color model

#585150 color RGB value is (88,81,80).

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

RGB channels and saturation

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

88
81
80

R + G + B ~ 33%. #585150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 80 = 249 (100%)
R 88 of 249 ~ 35.34%
G 81 of 249 ~ 32.53%
B 80 of 249 ~ 32.13%

%35.34
%32.53
%32.13

CMYK color model

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

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

CMYK percentages

%0
%7.95
%9.09
%65.49

Codes

Color #585150 in popluar color models

585150
RGB888180
HSL4.76%32.94%
HSB/HSV9.09%34.51%
CMYK0.00%7.95%9.09%
65.49%

Color #585150 in popluar number systems.

HEX585150
Decimal888180
Binary101100010100011010000
Octal130121120

Shades and tints

Shades of #585150

#585150
(88,81,80)
#504A49
(80,74,73)
#484342
(72,67,66)
#403C3B
(64,60,59)
#383534
(56,53,52)
#302E2D
(48,46,45)
#282726
(40,39,38)
#20201F
(32,32,31)
#181918
(24,25,24)
#101211
(16,18,17)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #585150

#585150
(88,81,80)
#67605F
(103,96,95)
#766F6E
(118,111,110)
#857E7D
(133,126,125)
#948D8C
(148,141,140)
#A39C9B
(163,156,155)
#B2ABAA
(178,171,170)
#C1BAB9
(193,186,185)
#D0C9C8
(208,201,200)
#DFD8D7
(223,216,215)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585150; }

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

This text font color is #585150.


Background Color

.myBgColor { background-color: #585150; }

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

This div background color is #585150.


Border color

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

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

This div border color is #585150.


Opacity

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

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

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

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

This text has shadow with #585150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585150 on black background.


Color preview on white background

This text has color #585150 on white background.



Black color preview on #585150 background

This text has black color on #585150 background.


White color preview on #585150 background

This text has white color on #585150 background.