COLOR #583C65

HEX: #583C65
RGB: (88,60,101)

Color info

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

RGB color model

#583C65 color RGB value is (88,60,101).

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

RGB channels and saturation

R 88 of 255 = 35%
G 60 of 255 = 24%
B 101 of 255 = 40%

88
60
101

R + G + B ~ 33%. #583C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 60 + 101 = 249 (100%)
R 88 of 249 ~ 35.34%
G 60 of 249 ~ 24.1%
B 101 of 249 ~ 40.56%

%35.34
%24.1
%40.56

CMYK color model

#583C65 color CMYK value is (13,41,0,60).

  • cyan value is 12.87%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(13,41,0,60)
C13M41Y0K60 
(13%,41%,0%,60%)
(0.13/0.41/0.00/0.60)	

CMYK percentages

%12.87
%40.59
%0
%60.39

Codes

Color #583C65 in popluar color models

583C65
RGB8860101
HSL281°25.47%31.57%
HSB/HSV281°40.59%39.61%
CMYK12.87%40.59%0.00%
60.39%

Color #583C65 in popluar number systems.

HEX583C65
Decimal8860101
Binary10110001111001100101
Octal13074145

Shades and tints

Shades of #583C65

#583C65
(88,60,101)
#50375C
(80,55,92)
#483253
(72,50,83)
#402D4A
(64,45,74)
#382841
(56,40,65)
#302338
(48,35,56)
#281E2F
(40,30,47)
#201926
(32,25,38)
#18141D
(24,20,29)
#100F14
(16,15,20)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #583C65

#583C65
(88,60,101)
#674D73
(103,77,115)
#765E81
(118,94,129)
#856F8F
(133,111,143)
#94809D
(148,128,157)
#A391AB
(163,145,171)
#B2A2B9
(178,162,185)
#C1B3C7
(193,179,199)
#D0C4D5
(208,196,213)
#DFD5E3
(223,213,227)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583C65; }

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

This text font color is #583C65.


Background Color

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

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

This div background color is #583C65.


Border color

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

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

This div border color is #583C65.


Opacity

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

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

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

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

This text has shadow with #583C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583C65 on black background.


Color preview on white background

This text has color #583C65 on white background.



Black color preview on #583C65 background

This text has black color on #583C65 background.


White color preview on #583C65 background

This text has white color on #583C65 background.