COLOR #583240

HEX: #583240
RGB: (88,50,64)

Color info

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

RGB color model

#583240 color RGB value is (88,50,64).

  • red value is 88;
  • green value is 50;
  • blue value is 64.
RGB:
(88,50,64)
(35%,20%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 50 of 255 = 20%
B 64 of 255 = 25%

88
50
64

R + G + B ~ 27%. #583240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 50 + 64 = 202 (100%)
R 88 of 202 ~ 43.56%
G 50 of 202 ~ 24.75%
B 64 of 202 ~ 31.68%

%43.56
%24.75
%31.68

CMYK color model

#583240 color CMYK value is (0,43,27,65).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 27.27%
  • key color value is 65.49%
CMYK:
(0,43,27,65)
C0M43Y27K65 
(0%,43%,27%,65%)
(0.00/0.43/0.27/0.65)	

CMYK percentages

%0
%43.18
%27.27
%65.49

Codes

Color #583240 in popluar color models

583240
RGB885064
HSL338°27.54%27.06%
HSB/HSV338°43.18%34.51%
CMYK0.00%43.18%27.27%
65.49%

Color #583240 in popluar number systems.

HEX583240
Decimal885064
Binary10110001100101000000
Octal13062100

Shades and tints

Shades of #583240

#583240
(88,50,64)
#502E3B
(80,46,59)
#482A36
(72,42,54)
#402631
(64,38,49)
#38222C
(56,34,44)
#301E27
(48,30,39)
#281A22
(40,26,34)
#20161D
(32,22,29)
#181218
(24,18,24)
#100E13
(16,14,19)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #583240

#583240
(88,50,64)
#674451
(103,68,81)
#765662
(118,86,98)
#856873
(133,104,115)
#947A84
(148,122,132)
#A38C95
(163,140,149)
#B29EA6
(178,158,166)
#C1B0B7
(193,176,183)
#D0C2C8
(208,194,200)
#DFD4D9
(223,212,217)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583240 color. Also use rgb(88,50,64) instead hex code.

Text Font Color

.myTextColor { color: #583240; }

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

This text font color is #583240.


Background Color

.myBgColor { background-color: #583240; }

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

This div background color is #583240.


Border color

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

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

This div border color is #583240.


Opacity

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

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

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

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

This text has shadow with #583240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583240 on black background.


Color preview on white background

This text has color #583240 on white background.



Black color preview on #583240 background

This text has black color on #583240 background.


White color preview on #583240 background

This text has white color on #583240 background.