COLOR #584B66

HEX: #584B66
RGB: (88,75,102)

Color info

#584B66 contains red, green and blue colors in about the same proportion. Web safe color of #584B66 is #663366 (or #636).

RGB color model

#584B66 color RGB value is (88,75,102).

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

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 102 of 255 = 40%

88
75
102

R + G + B ~ 35%. #584B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 102 = 265 (100%)
R 88 of 265 ~ 33.21%
G 75 of 265 ~ 28.3%
B 102 of 265 ~ 38.49%

%33.21
%28.3
%38.49

CMYK color model

#584B66 color CMYK value is (14,26,0,60).

  • cyan value is 13.73%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(14,26,0,60)
C14M26Y0K60 
(14%,26%,0%,60%)
(0.14/0.26/0.00/0.60)	

CMYK percentages

%13.73
%26.47
%0
%60

Codes

Color #584B66 in popluar color models

584B66
RGB8875102
HSL269°15.25%34.71%
HSB/HSV269°26.47%40.00%
CMYK13.73%26.47%0.00%
60.00%

Color #584B66 in popluar number systems.

HEX584B66
Decimal8875102
Binary101100010010111100110
Octal130113146

Shades and tints

Shades of #584B66

#584B66
(88,75,102)
#50455D
(80,69,93)
#483F54
(72,63,84)
#40394B
(64,57,75)
#383342
(56,51,66)
#302D39
(48,45,57)
#282730
(40,39,48)
#202127
(32,33,39)
#181B1E
(24,27,30)
#101515
(16,21,21)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #584B66

#584B66
(88,75,102)
#675B73
(103,91,115)
#766B80
(118,107,128)
#857B8D
(133,123,141)
#948B9A
(148,139,154)
#A39BA7
(163,155,167)
#B2ABB4
(178,171,180)
#C1BBC1
(193,187,193)
#D0CBCE
(208,203,206)
#DFDBDB
(223,219,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584B66 color. Also use rgb(88,75,102) instead hex code.

Text Font Color

.myTextColor { color: #584B66; }

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

This text font color is #584B66.


Background Color

.myBgColor { background-color: #584B66; }

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

This div background color is #584B66.


Border color

.myBorderColor { border: 1px solid #584B66; }

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

This div border color is #584B66.


Opacity

.myOpacity80 { color: #584B66; opacity: 0.8; }

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

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

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

This text has shadow with #584B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B66 on black background.


Color preview on white background

This text has color #584B66 on white background.



Black color preview on #584B66 background

This text has black color on #584B66 background.


White color preview on #584B66 background

This text has white color on #584B66 background.