COLOR #585867

HEX: #585867
RGB: (88,88,103)

Color info

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

RGB color model

#585867 color RGB value is (88,88,103).

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

RGB channels and saturation

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

88
88
103

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

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 103 = 279 (100%)
R 88 of 279 ~ 31.54%
G 88 of 279 ~ 31.54%
B 103 of 279 ~ 36.92%

%31.54
%31.54
%36.92

CMYK color model

#585867 color CMYK value is (15,15,0,60).

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

CMYK percentages

%14.56
%14.56
%0
%59.61

Codes

Color #585867 in popluar color models

585867
RGB8888103
HSL240°7.85%37.45%
HSB/HSV240°14.56%40.39%
CMYK14.56%14.56%0.00%
59.61%

Color #585867 in popluar number systems.

HEX585867
Decimal8888103
Binary101100010110001100111
Octal130130147

Shades and tints

Shades of #585867

#585867
(88,88,103)
#50505E
(80,80,94)
#484855
(72,72,85)
#40404C
(64,64,76)
#383843
(56,56,67)
#30303A
(48,48,58)
#282831
(40,40,49)
#202028
(32,32,40)
#18181F
(24,24,31)
#101016
(16,16,22)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #585867

#585867
(88,88,103)
#676774
(103,103,116)
#767681
(118,118,129)
#85858E
(133,133,142)
#94949B
(148,148,155)
#A3A3A8
(163,163,168)
#B2B2B5
(178,178,181)
#C1C1C2
(193,193,194)
#D0D0CF
(208,208,207)
#DFDFDC
(223,223,220)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585867; }

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

This text font color is #585867.


Background Color

.myBgColor { background-color: #585867; }

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

This div background color is #585867.


Border color

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

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

This div border color is #585867.


Opacity

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

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

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

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

This text has shadow with #585867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585867 on black background.


Color preview on white background

This text has color #585867 on white background.



Black color preview on #585867 background

This text has black color on #585867 background.


White color preview on #585867 background

This text has white color on #585867 background.