COLOR #584155

HEX: #584155
RGB: (88,65,85)

Color info

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

RGB color model

#584155 color RGB value is (88,65,85).

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

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 85 of 255 = 33%

88
65
85

R + G + B ~ 31%. #584155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 65 + 85 = 238 (100%)
R 88 of 238 ~ 36.97%
G 65 of 238 ~ 27.31%
B 85 of 238 ~ 35.71%

%36.97
%27.31
%35.71

CMYK color model

#584155 color CMYK value is (0,26,3,65).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(0,26,3,65)
C0M26Y3K65 
(0%,26%,3%,65%)
(0.00/0.26/0.03/0.65)	

CMYK percentages

%0
%26.14
%3.41
%65.49

Codes

Color #584155 in popluar color models

584155
RGB886585
HSL308°15.03%30.00%
HSB/HSV308°26.14%34.51%
CMYK0.00%26.14%3.41%
65.49%

Color #584155 in popluar number systems.

HEX584155
Decimal886585
Binary101100010000011010101
Octal130101125

Shades and tints

Shades of #584155

#584155
(88,65,85)
#503C4E
(80,60,78)
#483747
(72,55,71)
#403240
(64,50,64)
#382D39
(56,45,57)
#302832
(48,40,50)
#28232B
(40,35,43)
#201E24
(32,30,36)
#18191D
(24,25,29)
#101416
(16,20,22)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #584155

#584155
(88,65,85)
#675264
(103,82,100)
#766373
(118,99,115)
#857482
(133,116,130)
#948591
(148,133,145)
#A396A0
(163,150,160)
#B2A7AF
(178,167,175)
#C1B8BE
(193,184,190)
#D0C9CD
(208,201,205)
#DFDADC
(223,218,220)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584155; }

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

This text font color is #584155.


Background Color

.myBgColor { background-color: #584155; }

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

This div background color is #584155.


Border color

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

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

This div border color is #584155.


Opacity

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

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

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

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

This text has shadow with #584155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584155 on black background.


Color preview on white background

This text has color #584155 on white background.



Black color preview on #584155 background

This text has black color on #584155 background.


White color preview on #584155 background

This text has white color on #584155 background.