COLOR #584165

HEX: #584165
RGB: (88,65,101)

Color info

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

RGB color model

#584165 color RGB value is (88,65,101).

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

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 101 of 255 = 40%

88
65
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 65 + 101 = 254 (100%)
R 88 of 254 ~ 34.65%
G 65 of 254 ~ 25.59%
B 101 of 254 ~ 39.76%

%34.65
%25.59
%39.76

CMYK color model

#584165 color CMYK value is (13,36,0,60).

  • cyan value is 12.87%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(13,36,0,60)
C13M36Y0K60 
(13%,36%,0%,60%)
(0.13/0.36/0.00/0.60)	

CMYK percentages

%12.87
%35.64
%0
%60.39

Codes

Color #584165 in popluar color models

584165
RGB8865101
HSL278°21.69%32.55%
HSB/HSV278°35.64%39.61%
CMYK12.87%35.64%0.00%
60.39%

Color #584165 in popluar number systems.

HEX584165
Decimal8865101
Binary101100010000011100101
Octal130101145

Shades and tints

Shades of #584165

#584165
(88,65,101)
#503C5C
(80,60,92)
#483753
(72,55,83)
#40324A
(64,50,74)
#382D41
(56,45,65)
#302838
(48,40,56)
#28232F
(40,35,47)
#201E26
(32,30,38)
#18191D
(24,25,29)
#101414
(16,20,20)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #584165

#584165
(88,65,101)
#675273
(103,82,115)
#766381
(118,99,129)
#85748F
(133,116,143)
#94859D
(148,133,157)
#A396AB
(163,150,171)
#B2A7B9
(178,167,185)
#C1B8C7
(193,184,199)
#D0C9D5
(208,201,213)
#DFDAE3
(223,218,227)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584165; }

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

This text font color is #584165.


Background Color

.myBgColor { background-color: #584165; }

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

This div background color is #584165.


Border color

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

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

This div border color is #584165.


Opacity

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

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

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

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

This text has shadow with #584165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584165 on black background.


Color preview on white background

This text has color #584165 on white background.



Black color preview on #584165 background

This text has black color on #584165 background.


White color preview on #584165 background

This text has white color on #584165 background.