COLOR #583C42

HEX: #583C42
RGB: (88,60,66)

Color info

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

RGB color model

#583C42 color RGB value is (88,60,66).

  • red value is 88;
  • green value is 60;
  • blue value is 66.
RGB:
(88,60,66)
(35%,24%,26%)

RGB channels and saturation

R 88 of 255 = 35%
G 60 of 255 = 24%
B 66 of 255 = 26%

88
60
66

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

Portions of RGB colors in percentages

R + G + B =
88 + 60 + 66 = 214 (100%)
R 88 of 214 ~ 41.12%
G 60 of 214 ~ 28.04%
B 66 of 214 ~ 30.84%

%41.12
%28.04
%30.84

CMYK color model

#583C42 color CMYK value is (0,32,25,65).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(0,32,25,65)
C0M32Y25K65 
(0%,32%,25%,65%)
(0.00/0.32/0.25/0.65)	

CMYK percentages

%0
%31.82
%25
%65.49

Codes

Color #583C42 in popluar color models

583C42
RGB886066
HSL347°18.92%29.02%
HSB/HSV347°31.82%34.51%
CMYK0.00%31.82%25.00%
65.49%

Color #583C42 in popluar number systems.

HEX583C42
Decimal886066
Binary10110001111001000010
Octal13074102

Shades and tints

Shades of #583C42

#583C42
(88,60,66)
#50373C
(80,55,60)
#483236
(72,50,54)
#402D30
(64,45,48)
#38282A
(56,40,42)
#302324
(48,35,36)
#281E1E
(40,30,30)
#201918
(32,25,24)
#181412
(24,20,18)
#100F0C
(16,15,12)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #583C42

#583C42
(88,60,66)
#674D53
(103,77,83)
#765E64
(118,94,100)
#856F75
(133,111,117)
#948086
(148,128,134)
#A39197
(163,145,151)
#B2A2A8
(178,162,168)
#C1B3B9
(193,179,185)
#D0C4CA
(208,196,202)
#DFD5DB
(223,213,219)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583C42 color. Also use rgb(88,60,66) instead hex code.

Text Font Color

.myTextColor { color: #583C42; }

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

This text font color is #583C42.


Background Color

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

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

This div background color is #583C42.


Border color

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

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

This div border color is #583C42.


Opacity

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

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

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

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

This text has shadow with #583C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583C42 on black background.


Color preview on white background

This text has color #583C42 on white background.



Black color preview on #583C42 background

This text has black color on #583C42 background.


White color preview on #583C42 background

This text has white color on #583C42 background.