COLOR #7D5983

HEX: #7D5983
RGB: (125,89,131)

Color info

#7D5983 contains red, green and blue colors in about the same proportion. Web safe color of #7D5983 is #666699 (or #669).

RGB color model

#7D5983 color RGB value is (125,89,131).

  • red value is 125;
  • green value is 89;
  • blue value is 131.
RGB: (125,89,131) (49%,35%,51%)

RGB channels and saturation

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

125
89
131

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

Portions of RGB colors in percentages

R + G + B =
125 + 89 + 131 = 345 (100%)
R 125 of 345 ~ 36.23%
G 89 of 345 ~ 25.8%
B 131 of 345 ~ 37.97%

%36.23
%25.8
%37.97

CMYK color model

#7D5983 color CMYK value is (5,32,0,49).

  • cyan value is 4.58%
  • magenta value is 32.06%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (5,32,0,49) C5M32Y0K49 (5%,32%,0%,49%) (0.05/0.32/0.00/0.49)

CMYK percentages

%4.58
%32.06
%0
%48.63

Codes

Color #7D5983 in popluar color models

7D5983
RGB12589131
HSL291°19.09%43.14%
HSB/HSV291°32.06%51.37%
CMYK4.58%32.06%0.00%
48.63%

Color #7D5983 in popluar number systems.

HEX7D5983
Decimal12589131
Binary1111101101100110000011
Octal175131203

Shades and tints

Shades of #7D5983

#7D5983
(125,89,131)
#725178
(114,81,120)
#67496D
(103,73,109)
#5C4162
(92,65,98)
#513957
(81,57,87)
#46314C
(70,49,76)
#3B2941
(59,41,65)
#302136
(48,33,54)
#25192B
(37,25,43)
#1A1120
(26,17,32)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #7D5983

#7D5983
(125,89,131)
#88688E
(136,104,142)
#937799
(147,119,153)
#9E86A4
(158,134,164)
#A995AF
(169,149,175)
#B4A4BA
(180,164,186)
#BFB3C5
(191,179,197)
#CAC2D0
(202,194,208)
#D5D1DB
(213,209,219)
#E0E0E6
(224,224,230)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5983 color. Also use rgb(125,89,131) instead hex code.

Text Font Color

.myTextColor { color: #7D5983; }

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

This text font color is #7D5983.


Background Color

.myBgColor { background-color: #7D5983; }

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

This div background color is #7D5983.


Border color

.myBorderColor { border: 1px solid #7D5983; }

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

This div border color is #7D5983.


Opacity

.myOpacity80 { color: #7D5983; opacity: 0.8; }

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

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

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

This text has shadow with #7D5983 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D5983 on black background.


Color preview on white background

This text has color #7D5983 on white background.



Black color preview on #7D5983 background

This text has black color on #7D5983 background.


White color preview on #7D5983 background

This text has white color on #7D5983 background.