COLOR #7D597D

HEX: #7D597D
RGB: (125,89,125)

Color info

#7D597D contains red, green and blue colors in about the same proportion. Web safe color of #7D597D is #666666 (or #666).

RGB color model

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

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

RGB channels and saturation

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

125
89
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 89 + 125 = 339 (100%)
R 125 of 339 ~ 36.87%
G 89 of 339 ~ 26.25%
B 125 of 339 ~ 36.87%

%36.87
%26.25
%36.87

CMYK color model

#7D597D color CMYK value is (0,29,0,51).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(0,29,0,51)
C0M29Y0K51 
(0%,29%,0%,51%)
(0.00/0.29/0.00/0.51)	

CMYK percentages

%0
%28.8
%0
%50.98

Codes

Color #7D597D in popluar color models

7D597D
RGB12589125
HSL300°16.82%41.96%
HSB/HSV300°28.80%49.02%
CMYK0.00%28.80%0.00%
50.98%

Color #7D597D in popluar number systems.

HEX7D597D
Decimal12589125
Binary111110110110011111101
Octal175131175

Shades and tints

Shades of #7D597D

#7D597D
(125,89,125)
#725172
(114,81,114)
#674967
(103,73,103)
#5C415C
(92,65,92)
#513951
(81,57,81)
#463146
(70,49,70)
#3B293B
(59,41,59)
#302130
(48,33,48)
#251925
(37,25,37)
#1A111A
(26,17,26)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #7D597D

#7D597D
(125,89,125)
#886888
(136,104,136)
#937793
(147,119,147)
#9E869E
(158,134,158)
#A995A9
(169,149,169)
#B4A4B4
(180,164,180)
#BFB3BF
(191,179,191)
#CAC2CA
(202,194,202)
#D5D1D5
(213,209,213)
#E0E0E0
(224,224,224)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D597D; }

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

This text font color is #7D597D.


Background Color

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

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

This div background color is #7D597D.


Border color

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

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

This div border color is #7D597D.


Opacity

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

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

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

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

This text has shadow with #7D597D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D597D on black background.


Color preview on white background

This text has color #7D597D on white background.



Black color preview on #7D597D background

This text has black color on #7D597D background.


White color preview on #7D597D background

This text has white color on #7D597D background.