COLOR #583954

HEX: #583954
RGB: (88,57,84)

Color info

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

RGB color model

#583954 color RGB value is (88,57,84).

  • red value is 88;
  • green value is 57;
  • blue value is 84.
RGB:
(88,57,84)
(35%,22%,33%)

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 84 of 255 = 33%

88
57
84

R + G + B ~ 30%. #583954 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 57 + 84 = 229 (100%)
R 88 of 229 ~ 38.43%
G 57 of 229 ~ 24.89%
B 84 of 229 ~ 36.68%

%38.43
%24.89
%36.68

CMYK color model

#583954 color CMYK value is (0,35,5,65).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 4.55%
  • key color value is 65.49%
CMYK:
(0,35,5,65)
C0M35Y5K65 
(0%,35%,5%,65%)
(0.00/0.35/0.05/0.65)	

CMYK percentages

%0
%35.23
%4.55
%65.49

Codes

Color #583954 in popluar color models

583954
RGB885784
HSL308°21.38%28.43%
HSB/HSV308°35.23%34.51%
CMYK0.00%35.23%4.55%
65.49%

Color #583954 in popluar number systems.

HEX583954
Decimal885784
Binary10110001110011010100
Octal13071124

Shades and tints

Shades of #583954

#583954
(88,57,84)
#50344D
(80,52,77)
#482F46
(72,47,70)
#402A3F
(64,42,63)
#382538
(56,37,56)
#302031
(48,32,49)
#281B2A
(40,27,42)
#201623
(32,22,35)
#18111C
(24,17,28)
#100C15
(16,12,21)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #583954

#583954
(88,57,84)
#674B63
(103,75,99)
#765D72
(118,93,114)
#856F81
(133,111,129)
#948190
(148,129,144)
#A3939F
(163,147,159)
#B2A5AE
(178,165,174)
#C1B7BD
(193,183,189)
#D0C9CC
(208,201,204)
#DFDBDB
(223,219,219)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583954 color. Also use rgb(88,57,84) instead hex code.

Text Font Color

.myTextColor { color: #583954; }

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

This text font color is #583954.


Background Color

.myBgColor { background-color: #583954; }

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

This div background color is #583954.


Border color

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

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

This div border color is #583954.


Opacity

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

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

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

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

This text has shadow with #583954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583954 on black background.


Color preview on white background

This text has color #583954 on white background.



Black color preview on #583954 background

This text has black color on #583954 background.


White color preview on #583954 background

This text has white color on #583954 background.