COLOR #583250

HEX: #583250
RGB: (88,50,80)

Color info

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

RGB color model

#583250 color RGB value is (88,50,80).

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

RGB channels and saturation

R 88 of 255 = 35%
G 50 of 255 = 20%
B 80 of 255 = 31%

88
50
80

R + G + B ~ 29%. #583250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 50 + 80 = 218 (100%)
R 88 of 218 ~ 40.37%
G 50 of 218 ~ 22.94%
B 80 of 218 ~ 36.7%

%40.37
%22.94
%36.7

CMYK color model

#583250 color CMYK value is (0,43,9,65).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(0,43,9,65)
C0M43Y9K65 
(0%,43%,9%,65%)
(0.00/0.43/0.09/0.65)	

CMYK percentages

%0
%43.18
%9.09
%65.49

Codes

Color #583250 in popluar color models

583250
RGB885080
HSL313°27.54%27.06%
HSB/HSV313°43.18%34.51%
CMYK0.00%43.18%9.09%
65.49%

Color #583250 in popluar number systems.

HEX583250
Decimal885080
Binary10110001100101010000
Octal13062120

Shades and tints

Shades of #583250

#583250
(88,50,80)
#502E49
(80,46,73)
#482A42
(72,42,66)
#40263B
(64,38,59)
#382234
(56,34,52)
#301E2D
(48,30,45)
#281A26
(40,26,38)
#20161F
(32,22,31)
#181218
(24,18,24)
#100E11
(16,14,17)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #583250

#583250
(88,50,80)
#67445F
(103,68,95)
#76566E
(118,86,110)
#85687D
(133,104,125)
#947A8C
(148,122,140)
#A38C9B
(163,140,155)
#B29EAA
(178,158,170)
#C1B0B9
(193,176,185)
#D0C2C8
(208,194,200)
#DFD4D7
(223,212,215)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583250; }

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

This text font color is #583250.


Background Color

.myBgColor { background-color: #583250; }

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

This div background color is #583250.


Border color

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

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

This div border color is #583250.


Opacity

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

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

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

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

This text has shadow with #583250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583250 on black background.


Color preview on white background

This text has color #583250 on white background.



Black color preview on #583250 background

This text has black color on #583250 background.


White color preview on #583250 background

This text has white color on #583250 background.