COLOR #583D4C

HEX: #583D4C
RGB: (88,61,76)

Color info

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

RGB color model

#583D4C color RGB value is (88,61,76).

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

RGB channels and saturation

R 88 of 255 = 35%
G 61 of 255 = 24%
B 76 of 255 = 30%

88
61
76

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

Portions of RGB colors in percentages

R + G + B =
88 + 61 + 76 = 225 (100%)
R 88 of 225 ~ 39.11%
G 61 of 225 ~ 27.11%
B 76 of 225 ~ 33.78%

%39.11
%27.11
%33.78

CMYK color model

#583D4C color CMYK value is (0,31,14,65).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 13.64%
  • key color value is 65.49%
CMYK:
(0,31,14,65)
C0M31Y14K65 
(0%,31%,14%,65%)
(0.00/0.31/0.14/0.65)	

CMYK percentages

%0
%30.68
%13.64
%65.49

Codes

Color #583D4C in popluar color models

583D4C
RGB886176
HSL327°18.12%29.22%
HSB/HSV327°30.68%34.51%
CMYK0.00%30.68%13.64%
65.49%

Color #583D4C in popluar number systems.

HEX583D4C
Decimal886176
Binary10110001111011001100
Octal13075114

Shades and tints

Shades of #583D4C

#583D4C
(88,61,76)
#503846
(80,56,70)
#483340
(72,51,64)
#402E3A
(64,46,58)
#382934
(56,41,52)
#30242E
(48,36,46)
#281F28
(40,31,40)
#201A22
(32,26,34)
#18151C
(24,21,28)
#101016
(16,16,22)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #583D4C

#583D4C
(88,61,76)
#674E5C
(103,78,92)
#765F6C
(118,95,108)
#85707C
(133,112,124)
#94818C
(148,129,140)
#A3929C
(163,146,156)
#B2A3AC
(178,163,172)
#C1B4BC
(193,180,188)
#D0C5CC
(208,197,204)
#DFD6DC
(223,214,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583D4C color. Also use rgb(88,61,76) instead hex code.

Text Font Color

.myTextColor { color: #583D4C; }

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

This text font color is #583D4C.


Background Color

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

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

This div background color is #583D4C.


Border color

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

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

This div border color is #583D4C.


Opacity

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

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

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

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

This text has shadow with #583D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583D4C on black background.


Color preview on white background

This text has color #583D4C on white background.



Black color preview on #583D4C background

This text has black color on #583D4C background.


White color preview on #583D4C background

This text has white color on #583D4C background.