COLOR #83597C

HEX: #83597C RGB: (131,89,124)

Color info

#83597C contains red, green and blue colors in about the same proportion. Web safe color of #83597C is #996666 (or #966).

RGB color model

#83597C color RGB value is (131,89,124).

RGB: (131,89,124) (51%, 35%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 89 of 255 = 35%
B 124 of 255 = 49%

131
89
124

R + G + B ~ 45%. #83597C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 89 + 124 = 344 (100%)
R 131 of 344 ~ 38.08%
G 89 of 344 ~ 25.87%
B 124 of 344 ~ 36.05'%

%38.08
%25.87
%36.05

CMYK color model

#83597C color CMYK value is (0,32,5,49).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 5.34%
  • key color value is 48.63%

CMYK: (0,32,5,49)
C0M32Y5K49 (0%, 32%, 5%, 49%)
(0.00 / 0.32 / 0.05 / 0.49)

CMYK percentages

%0
%32.06
%5.34
%48.63

Codes

Color #83597C in popluar color models

83 59 7C
RGB 131 89 124
HSL 310° 19.09% 43.14%
HSB/HSV 310° 32.06% 51.37%
CMYK 0.00% 32.06% 5.34%
48.63%

Color #83597C in popluar number systems.

HEX 83 59 7C
Decimal 131 89 124
Binary 10000011 1011001 1111100
Octal 203 131 174

Shades and tints

Shades of #83597C

#83597C
(131,89,124)
#785171
(120,81,113)
#6D4966
(109,73,102)
#62415B
(98,65,91)
#573950
(87,57,80)
#4C3145
(76,49,69)
#41293A
(65,41,58)
#36212F
(54,33,47)
#2B1924
(43,25,36)
#201119
(32,17,25)
#15090E
(21,9,14)
#000000
(0,0,0)

Tints of #83597C

#83597C
(131,89,124)
#8E6887
(142,104,135)
#997792
(153,119,146)
#A4869D
(164,134,157)
#AF95A8
(175,149,168)
#BAA4B3
(186,164,179)
#C5B3BE
(197,179,190)
#D0C2C9
(208,194,201)
#DBD1D4
(219,209,212)
#E6E0DF
(230,224,223)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83597C color. Also use rgb(131,89,124) instead hex code.

Text Font Color

.myTextColor { color: #83597C; }

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

This text font color is #83597C.

Background Color

.myBgColor { background-color: #83597C; }

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

This div background color is #83597C.

Border color

.myBorderColor { border: 1px solid #83597C; }

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

This div border color is #83597C.

Opacity

.myOpacity80 { color: #83597C; opacity: 0.8; }

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

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

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

This text has shadow with #83597C color.


.textShadow {text-shadow: 3px 3px 1px #83597C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83597C; -webkit-box-shadow: 1px 1px 3px 2px #83597C; box-shadow:1px 1px 3px 2px #83597C;">
Div content here
</div>

This div box has shadow with color #83597C.

Preview

Color preview on black background

This text has color #83597C on black background.


Color preview on white background

This text has color #83597C on white background.


Black color preview on #83597C background

This text has black color on #83597C background.


White color preview on #83597C background

This text has white color on #83597C background.


Related colors

Complementary color

Complementary color for #hex is #7CA683.


I love getcolorcode.com

Triadic colors

1 #7C8359 and #597C83 with #83597C are triadic colors.

2 #7C5983 and #59837C with #83597C are triadic colors.