COLOR #583B64

HEX: #583B64
RGB: (88,59,100)

Color info

#583B64 contains red, green and blue colors in about the same proportion. Web safe color of #583B64 is #663366 (or #636).

RGB color model

#583B64 color RGB value is (88,59,100).

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

RGB channels and saturation

R 88 of 255 = 35%
G 59 of 255 = 23%
B 100 of 255 = 39%

88
59
100

R + G + B ~ 32%. #583B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 59 + 100 = 247 (100%)
R 88 of 247 ~ 35.63%
G 59 of 247 ~ 23.89%
B 100 of 247 ~ 40.49%

%35.63
%23.89
%40.49

CMYK color model

#583B64 color CMYK value is (12,41,0,61).

  • cyan value is 12.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(12,41,0,61)
C12M41Y0K61 
(12%,41%,0%,61%)
(0.12/0.41/0.00/0.61)	

CMYK percentages

%12
%41
%0
%60.78

Codes

Color #583B64 in popluar color models

583B64
RGB8859100
HSL282°25.79%31.18%
HSB/HSV282°41.00%39.22%
CMYK12.00%41.00%0.00%
60.78%

Color #583B64 in popluar number systems.

HEX583B64
Decimal8859100
Binary10110001110111100100
Octal13073144

Shades and tints

Shades of #583B64

#583B64
(88,59,100)
#50365B
(80,54,91)
#483152
(72,49,82)
#402C49
(64,44,73)
#382740
(56,39,64)
#302237
(48,34,55)
#281D2E
(40,29,46)
#201825
(32,24,37)
#18131C
(24,19,28)
#100E13
(16,14,19)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #583B64

#583B64
(88,59,100)
#674C72
(103,76,114)
#765D80
(118,93,128)
#856E8E
(133,110,142)
#947F9C
(148,127,156)
#A390AA
(163,144,170)
#B2A1B8
(178,161,184)
#C1B2C6
(193,178,198)
#D0C3D4
(208,195,212)
#DFD4E2
(223,212,226)
#EEE5F0
(238,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583B64; }

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

This text font color is #583B64.


Background Color

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

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

This div background color is #583B64.


Border color

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

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

This div border color is #583B64.


Opacity

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

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

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

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

This text has shadow with #583B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B64 on black background.


Color preview on white background

This text has color #583B64 on white background.



Black color preview on #583B64 background

This text has black color on #583B64 background.


White color preview on #583B64 background

This text has white color on #583B64 background.