COLOR #584C6A

HEX: #584C6A
RGB: (88,76,106)

Color info

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

RGB color model

#584C6A color RGB value is (88,76,106).

  • red value is 88;
  • green value is 76;
  • blue value is 106.
RGB:
(88,76,106)
(35%,30%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 76 of 255 = 30%
B 106 of 255 = 42%

88
76
106

R + G + B ~ 36%. #584C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 76 + 106 = 270 (100%)
R 88 of 270 ~ 32.59%
G 76 of 270 ~ 28.15%
B 106 of 270 ~ 39.26%

%32.59
%28.15
%39.26

CMYK color model

#584C6A color CMYK value is (17,28,0,58).

  • cyan value is 16.98%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(17,28,0,58)
C17M28Y0K58 
(17%,28%,0%,58%)
(0.17/0.28/0.00/0.58)	

CMYK percentages

%16.98
%28.3
%0
%58.43

Codes

Color #584C6A in popluar color models

584C6A
RGB8876106
HSL264°16.48%35.69%
HSB/HSV264°28.30%41.57%
CMYK16.98%28.30%0.00%
58.43%

Color #584C6A in popluar number systems.

HEX584C6A
Decimal8876106
Binary101100010011001101010
Octal130114152

Shades and tints

Shades of #584C6A

#584C6A
(88,76,106)
#504661
(80,70,97)
#484058
(72,64,88)
#403A4F
(64,58,79)
#383446
(56,52,70)
#302E3D
(48,46,61)
#282834
(40,40,52)
#20222B
(32,34,43)
#181C22
(24,28,34)
#101619
(16,22,25)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #584C6A

#584C6A
(88,76,106)
#675C77
(103,92,119)
#766C84
(118,108,132)
#857C91
(133,124,145)
#948C9E
(148,140,158)
#A39CAB
(163,156,171)
#B2ACB8
(178,172,184)
#C1BCC5
(193,188,197)
#D0CCD2
(208,204,210)
#DFDCDF
(223,220,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584C6A color. Also use rgb(88,76,106) instead hex code.

Text Font Color

.myTextColor { color: #584C6A; }

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

This text font color is #584C6A.


Background Color

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

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

This div background color is #584C6A.


Border color

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

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

This div border color is #584C6A.


Opacity

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

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

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

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

This text has shadow with #584C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C6A on black background.


Color preview on white background

This text has color #584C6A on white background.



Black color preview on #584C6A background

This text has black color on #584C6A background.


White color preview on #584C6A background

This text has white color on #584C6A background.