COLOR #584161

HEX: #584161
RGB: (88,65,97)

Color info

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

RGB color model

#584161 color RGB value is (88,65,97).

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

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 97 of 255 = 38%

88
65
97

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

Portions of RGB colors in percentages

R + G + B =
88 + 65 + 97 = 250 (100%)
R 88 of 250 ~ 35.2%
G 65 of 250 ~ 26%
B 97 of 250 ~ 38.8%

%35.2
%26
%38.8

CMYK color model

#584161 color CMYK value is (9,33,0,62).

  • cyan value is 9.28%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(9,33,0,62)
C9M33Y0K62 
(9%,33%,0%,62%)
(0.09/0.33/0.00/0.62)	

CMYK percentages

%9.28
%32.99
%0
%61.96

Codes

Color #584161 in popluar color models

584161
RGB886597
HSL283°19.75%31.76%
HSB/HSV283°32.99%38.04%
CMYK9.28%32.99%0.00%
61.96%

Color #584161 in popluar number systems.

HEX584161
Decimal886597
Binary101100010000011100001
Octal130101141

Shades and tints

Shades of #584161

#584161
(88,65,97)
#503C59
(80,60,89)
#483751
(72,55,81)
#403249
(64,50,73)
#382D41
(56,45,65)
#302839
(48,40,57)
#282331
(40,35,49)
#201E29
(32,30,41)
#181921
(24,25,33)
#101419
(16,20,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #584161

#584161
(88,65,97)
#67526F
(103,82,111)
#76637D
(118,99,125)
#85748B
(133,116,139)
#948599
(148,133,153)
#A396A7
(163,150,167)
#B2A7B5
(178,167,181)
#C1B8C3
(193,184,195)
#D0C9D1
(208,201,209)
#DFDADF
(223,218,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584161; }

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

This text font color is #584161.


Background Color

.myBgColor { background-color: #584161; }

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

This div background color is #584161.


Border color

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

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

This div border color is #584161.


Opacity

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

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

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

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

This text has shadow with #584161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584161 on black background.


Color preview on white background

This text has color #584161 on white background.



Black color preview on #584161 background

This text has black color on #584161 background.


White color preview on #584161 background

This text has white color on #584161 background.