COLOR #7D585F

HEX: #7D585F
RGB: (125,88,95)

Color info

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

RGB color model

#7D585F color RGB value is (125,88,95).

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

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 95 of 255 = 37%

125
88
95

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

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 95 = 308 (100%)
R 125 of 308 ~ 40.58%
G 88 of 308 ~ 28.57%
B 95 of 308 ~ 30.84%

%40.58
%28.57
%30.84

CMYK color model

#7D585F color CMYK value is (0,30,24,51).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(0,30,24,51)
C0M30Y24K51 
(0%,30%,24%,51%)
(0.00/0.30/0.24/0.51)	

CMYK percentages

%0
%29.6
%24
%50.98

Codes

Color #7D585F in popluar color models

7D585F
RGB1258895
HSL349°17.37%41.76%
HSB/HSV349°29.60%49.02%
CMYK0.00%29.60%24.00%
50.98%

Color #7D585F in popluar number systems.

HEX7D585F
Decimal1258895
Binary111110110110001011111
Octal175130137

Shades and tints

Shades of #7D585F

#7D585F
(125,88,95)
#725057
(114,80,87)
#67484F
(103,72,79)
#5C4047
(92,64,71)
#51383F
(81,56,63)
#463037
(70,48,55)
#3B282F
(59,40,47)
#302027
(48,32,39)
#25181F
(37,24,31)
#1A1017
(26,16,23)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #7D585F

#7D585F
(125,88,95)
#88676D
(136,103,109)
#93767B
(147,118,123)
#9E8589
(158,133,137)
#A99497
(169,148,151)
#B4A3A5
(180,163,165)
#BFB2B3
(191,178,179)
#CAC1C1
(202,193,193)
#D5D0CF
(213,208,207)
#E0DFDD
(224,223,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D585F; }

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

This text font color is #7D585F.


Background Color

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

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

This div background color is #7D585F.


Border color

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

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

This div border color is #7D585F.


Opacity

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

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

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

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

This text has shadow with #7D585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D585F on black background.


Color preview on white background

This text has color #7D585F on white background.



Black color preview on #7D585F background

This text has black color on #7D585F background.


White color preview on #7D585F background

This text has white color on #7D585F background.