COLOR #583948

HEX: #583948
RGB: (88,57,72)

Color info

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

RGB color model

#583948 color RGB value is (88,57,72).

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

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 72 of 255 = 28%

88
57
72

R + G + B ~ 28%. #583948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 57 + 72 = 217 (100%)
R 88 of 217 ~ 40.55%
G 57 of 217 ~ 26.27%
B 72 of 217 ~ 33.18%

%40.55
%26.27
%33.18

CMYK color model

#583948 color CMYK value is (0,35,18,65).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(0,35,18,65)
C0M35Y18K65 
(0%,35%,18%,65%)
(0.00/0.35/0.18/0.65)	

CMYK percentages

%0
%35.23
%18.18
%65.49

Codes

Color #583948 in popluar color models

583948
RGB885772
HSL331°21.38%28.43%
HSB/HSV331°35.23%34.51%
CMYK0.00%35.23%18.18%
65.49%

Color #583948 in popluar number systems.

HEX583948
Decimal885772
Binary10110001110011001000
Octal13071110

Shades and tints

Shades of #583948

#583948
(88,57,72)
#503442
(80,52,66)
#482F3C
(72,47,60)
#402A36
(64,42,54)
#382530
(56,37,48)
#30202A
(48,32,42)
#281B24
(40,27,36)
#20161E
(32,22,30)
#181118
(24,17,24)
#100C12
(16,12,18)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #583948

#583948
(88,57,72)
#674B58
(103,75,88)
#765D68
(118,93,104)
#856F78
(133,111,120)
#948188
(148,129,136)
#A39398
(163,147,152)
#B2A5A8
(178,165,168)
#C1B7B8
(193,183,184)
#D0C9C8
(208,201,200)
#DFDBD8
(223,219,216)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583948; }

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

This text font color is #583948.


Background Color

.myBgColor { background-color: #583948; }

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

This div background color is #583948.


Border color

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

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

This div border color is #583948.


Opacity

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

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

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

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

This text has shadow with #583948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583948 on black background.


Color preview on white background

This text has color #583948 on white background.



Black color preview on #583948 background

This text has black color on #583948 background.


White color preview on #583948 background

This text has white color on #583948 background.