COLOR #583D46

HEX: #583D46
RGB: (88,61,70)

Color info

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

RGB color model

#583D46 color RGB value is (88,61,70).

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

RGB channels and saturation

R 88 of 255 = 35%
G 61 of 255 = 24%
B 70 of 255 = 27%

88
61
70

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

Portions of RGB colors in percentages

R + G + B =
88 + 61 + 70 = 219 (100%)
R 88 of 219 ~ 40.18%
G 61 of 219 ~ 27.85%
B 70 of 219 ~ 31.96%

%40.18
%27.85
%31.96

CMYK color model

#583D46 color CMYK value is (0,31,20,65).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 20.45%
  • key color value is 65.49%
CMYK:
(0,31,20,65)
C0M31Y20K65 
(0%,31%,20%,65%)
(0.00/0.31/0.20/0.65)	

CMYK percentages

%0
%30.68
%20.45
%65.49

Codes

Color #583D46 in popluar color models

583D46
RGB886170
HSL340°18.12%29.22%
HSB/HSV340°30.68%34.51%
CMYK0.00%30.68%20.45%
65.49%

Color #583D46 in popluar number systems.

HEX583D46
Decimal886170
Binary10110001111011000110
Octal13075106

Shades and tints

Shades of #583D46

#583D46
(88,61,70)
#503840
(80,56,64)
#48333A
(72,51,58)
#402E34
(64,46,52)
#38292E
(56,41,46)
#302428
(48,36,40)
#281F22
(40,31,34)
#201A1C
(32,26,28)
#181516
(24,21,22)
#101010
(16,16,16)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #583D46

#583D46
(88,61,70)
#674E56
(103,78,86)
#765F66
(118,95,102)
#857076
(133,112,118)
#948186
(148,129,134)
#A39296
(163,146,150)
#B2A3A6
(178,163,166)
#C1B4B6
(193,180,182)
#D0C5C6
(208,197,198)
#DFD6D6
(223,214,214)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583D46; }

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

This text font color is #583D46.


Background Color

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

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

This div background color is #583D46.


Border color

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

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

This div border color is #583D46.


Opacity

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

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

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

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

This text has shadow with #583D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583D46 on black background.


Color preview on white background

This text has color #583D46 on white background.



Black color preview on #583D46 background

This text has black color on #583D46 background.


White color preview on #583D46 background

This text has white color on #583D46 background.