COLOR #584B55

HEX: #584B55
RGB: (88,75,85)

Color info

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

RGB color model

#584B55 color RGB value is (88,75,85).

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

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 85 of 255 = 33%

88
75
85

R + G + B ~ 32%. #584B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 85 = 248 (100%)
R 88 of 248 ~ 35.48%
G 75 of 248 ~ 30.24%
B 85 of 248 ~ 34.27%

%35.48
%30.24
%34.27

CMYK color model

#584B55 color CMYK value is (0,15,3,65).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(0,15,3,65)
C0M15Y3K65 
(0%,15%,3%,65%)
(0.00/0.15/0.03/0.65)	

CMYK percentages

%0
%14.77
%3.41
%65.49

Codes

Color #584B55 in popluar color models

584B55
RGB887585
HSL314°7.98%31.96%
HSB/HSV314°14.77%34.51%
CMYK0.00%14.77%3.41%
65.49%

Color #584B55 in popluar number systems.

HEX584B55
Decimal887585
Binary101100010010111010101
Octal130113125

Shades and tints

Shades of #584B55

#584B55
(88,75,85)
#50454E
(80,69,78)
#483F47
(72,63,71)
#403940
(64,57,64)
#383339
(56,51,57)
#302D32
(48,45,50)
#28272B
(40,39,43)
#202124
(32,33,36)
#181B1D
(24,27,29)
#101516
(16,21,22)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #584B55

#584B55
(88,75,85)
#675B64
(103,91,100)
#766B73
(118,107,115)
#857B82
(133,123,130)
#948B91
(148,139,145)
#A39BA0
(163,155,160)
#B2ABAF
(178,171,175)
#C1BBBE
(193,187,190)
#D0CBCD
(208,203,205)
#DFDBDC
(223,219,220)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B55; }

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

This text font color is #584B55.


Background Color

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

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

This div background color is #584B55.


Border color

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

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

This div border color is #584B55.


Opacity

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

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

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

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

This text has shadow with #584B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B55 on black background.


Color preview on white background

This text has color #584B55 on white background.



Black color preview on #584B55 background

This text has black color on #584B55 background.


White color preview on #584B55 background

This text has white color on #584B55 background.