COLOR #583340

HEX: #583340
RGB: (88,51,64)

Color info

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

RGB color model

#583340 color RGB value is (88,51,64).

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

RGB channels and saturation

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

88
51
64

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

Portions of RGB colors in percentages

R + G + B =
88 + 51 + 64 = 203 (100%)
R 88 of 203 ~ 43.35%
G 51 of 203 ~ 25.12%
B 64 of 203 ~ 31.53%

%43.35
%25.12
%31.53

CMYK color model

#583340 color CMYK value is (0,42,27,65).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 27.27%
  • key color value is 65.49%
CMYK:
(0,42,27,65)
C0M42Y27K65 
(0%,42%,27%,65%)
(0.00/0.42/0.27/0.65)	

CMYK percentages

%0
%42.05
%27.27
%65.49

Codes

Color #583340 in popluar color models

583340
RGB885164
HSL339°26.62%27.25%
HSB/HSV339°42.05%34.51%
CMYK0.00%42.05%27.27%
65.49%

Color #583340 in popluar number systems.

HEX583340
Decimal885164
Binary10110001100111000000
Octal13063100

Shades and tints

Shades of #583340

#583340
(88,51,64)
#502F3B
(80,47,59)
#482B36
(72,43,54)
#402731
(64,39,49)
#38232C
(56,35,44)
#301F27
(48,31,39)
#281B22
(40,27,34)
#20171D
(32,23,29)
#181318
(24,19,24)
#100F13
(16,15,19)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #583340

#583340
(88,51,64)
#674551
(103,69,81)
#765762
(118,87,98)
#856973
(133,105,115)
#947B84
(148,123,132)
#A38D95
(163,141,149)
#B29FA6
(178,159,166)
#C1B1B7
(193,177,183)
#D0C3C8
(208,195,200)
#DFD5D9
(223,213,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583340; }

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

This text font color is #583340.


Background Color

.myBgColor { background-color: #583340; }

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

This div background color is #583340.


Border color

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

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

This div border color is #583340.


Opacity

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

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

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

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

This text has shadow with #583340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583340 on black background.


Color preview on white background

This text has color #583340 on white background.



Black color preview on #583340 background

This text has black color on #583340 background.


White color preview on #583340 background

This text has white color on #583340 background.