COLOR #583D48

HEX: #583D48
RGB: (88,61,72)

Color info

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

RGB color model

#583D48 color RGB value is (88,61,72).

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

RGB channels and saturation

R 88 of 255 = 35%
G 61 of 255 = 24%
B 72 of 255 = 28%

88
61
72

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

Portions of RGB colors in percentages

R + G + B =
88 + 61 + 72 = 221 (100%)
R 88 of 221 ~ 39.82%
G 61 of 221 ~ 27.6%
B 72 of 221 ~ 32.58%

%39.82
%27.6
%32.58

CMYK color model

#583D48 color CMYK value is (0,31,18,65).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(0,31,18,65)
C0M31Y18K65 
(0%,31%,18%,65%)
(0.00/0.31/0.18/0.65)	

CMYK percentages

%0
%30.68
%18.18
%65.49

Codes

Color #583D48 in popluar color models

583D48
RGB886172
HSL336°18.12%29.22%
HSB/HSV336°30.68%34.51%
CMYK0.00%30.68%18.18%
65.49%

Color #583D48 in popluar number systems.

HEX583D48
Decimal886172
Binary10110001111011001000
Octal13075110

Shades and tints

Shades of #583D48

#583D48
(88,61,72)
#503842
(80,56,66)
#48333C
(72,51,60)
#402E36
(64,46,54)
#382930
(56,41,48)
#30242A
(48,36,42)
#281F24
(40,31,36)
#201A1E
(32,26,30)
#181518
(24,21,24)
#101012
(16,16,18)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #583D48

#583D48
(88,61,72)
#674E58
(103,78,88)
#765F68
(118,95,104)
#857078
(133,112,120)
#948188
(148,129,136)
#A39298
(163,146,152)
#B2A3A8
(178,163,168)
#C1B4B8
(193,180,184)
#D0C5C8
(208,197,200)
#DFD6D8
(223,214,216)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583D48; }

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

This text font color is #583D48.


Background Color

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

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

This div background color is #583D48.


Border color

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

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

This div border color is #583D48.


Opacity

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

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

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

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

This text has shadow with #583D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583D48 on black background.


Color preview on white background

This text has color #583D48 on white background.



Black color preview on #583D48 background

This text has black color on #583D48 background.


White color preview on #583D48 background

This text has white color on #583D48 background.