COLOR #583B4D

HEX: #583B4D
RGB: (88,59,77)

Color info

#583B4D contains red, green and blue colors in about the same proportion. Web safe color of #583B4D is #663333 (or #633).

RGB color model

#583B4D color RGB value is (88,59,77).

  • red value is 88;
  • green value is 59;
  • blue value is 77.
RGB:
(88,59,77)
(35%,23%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 59 of 255 = 23%
B 77 of 255 = 30%

88
59
77

R + G + B ~ 29%. #583B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 59 + 77 = 224 (100%)
R 88 of 224 ~ 39.29%
G 59 of 224 ~ 26.34%
B 77 of 224 ~ 34.38%

%39.29
%26.34
%34.38

CMYK color model

#583B4D color CMYK value is (0,33,13,65).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,33,13,65)
C0M33Y13K65 
(0%,33%,13%,65%)
(0.00/0.33/0.13/0.65)	

CMYK percentages

%0
%32.95
%12.5
%65.49

Codes

Color #583B4D in popluar color models

583B4D
RGB885977
HSL323°19.73%28.82%
HSB/HSV323°32.95%34.51%
CMYK0.00%32.95%12.50%
65.49%

Color #583B4D in popluar number systems.

HEX583B4D
Decimal885977
Binary10110001110111001101
Octal13073115

Shades and tints

Shades of #583B4D

#583B4D
(88,59,77)
#503646
(80,54,70)
#48313F
(72,49,63)
#402C38
(64,44,56)
#382731
(56,39,49)
#30222A
(48,34,42)
#281D23
(40,29,35)
#20181C
(32,24,28)
#181315
(24,19,21)
#100E0E
(16,14,14)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #583B4D

#583B4D
(88,59,77)
#674C5D
(103,76,93)
#765D6D
(118,93,109)
#856E7D
(133,110,125)
#947F8D
(148,127,141)
#A3909D
(163,144,157)
#B2A1AD
(178,161,173)
#C1B2BD
(193,178,189)
#D0C3CD
(208,195,205)
#DFD4DD
(223,212,221)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583B4D color. Also use rgb(88,59,77) instead hex code.

Text Font Color

.myTextColor { color: #583B4D; }

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

This text font color is #583B4D.


Background Color

.myBgColor { background-color: #583B4D; }

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

This div background color is #583B4D.


Border color

.myBorderColor { border: 1px solid #583B4D; }

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

This div border color is #583B4D.


Opacity

.myOpacity80 { color: #583B4D; opacity: 0.8; }

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

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

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

This text has shadow with #583B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B4D on black background.


Color preview on white background

This text has color #583B4D on white background.



Black color preview on #583B4D background

This text has black color on #583B4D background.


White color preview on #583B4D background

This text has white color on #583B4D background.