COLOR #583B41

HEX: #583B41
RGB: (88,59,65)

Color info

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

RGB color model

#583B41 color RGB value is (88,59,65).

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

RGB channels and saturation

R 88 of 255 = 35%
G 59 of 255 = 23%
B 65 of 255 = 25%

88
59
65

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

Portions of RGB colors in percentages

R + G + B =
88 + 59 + 65 = 212 (100%)
R 88 of 212 ~ 41.51%
G 59 of 212 ~ 27.83%
B 65 of 212 ~ 30.66%

%41.51
%27.83
%30.66

CMYK color model

#583B41 color CMYK value is (0,33,26,65).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(0,33,26,65)
C0M33Y26K65 
(0%,33%,26%,65%)
(0.00/0.33/0.26/0.65)	

CMYK percentages

%0
%32.95
%26.14
%65.49

Codes

Color #583B41 in popluar color models

583B41
RGB885965
HSL348°19.73%28.82%
HSB/HSV348°32.95%34.51%
CMYK0.00%32.95%26.14%
65.49%

Color #583B41 in popluar number systems.

HEX583B41
Decimal885965
Binary10110001110111000001
Octal13073101

Shades and tints

Shades of #583B41

#583B41
(88,59,65)
#50363C
(80,54,60)
#483137
(72,49,55)
#402C32
(64,44,50)
#38272D
(56,39,45)
#302228
(48,34,40)
#281D23
(40,29,35)
#20181E
(32,24,30)
#181319
(24,19,25)
#100E14
(16,14,20)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #583B41

#583B41
(88,59,65)
#674C52
(103,76,82)
#765D63
(118,93,99)
#856E74
(133,110,116)
#947F85
(148,127,133)
#A39096
(163,144,150)
#B2A1A7
(178,161,167)
#C1B2B8
(193,178,184)
#D0C3C9
(208,195,201)
#DFD4DA
(223,212,218)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583B41; }

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

This text font color is #583B41.


Background Color

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

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

This div background color is #583B41.


Border color

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

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

This div border color is #583B41.


Opacity

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

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

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

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

This text has shadow with #583B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B41 on black background.


Color preview on white background

This text has color #583B41 on white background.



Black color preview on #583B41 background

This text has black color on #583B41 background.


White color preview on #583B41 background

This text has white color on #583B41 background.