COLOR #7D525F

HEX: #7D525F RGB: (125,82,95)

Color info

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

RGB color model

#7D525F color RGB value is (125,82,95).

RGB: (125,82,95) (49%, 32%, 37%)

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 95 of 255 = 37%

125
82
95

R + G + B ~ 39%. #7D525F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 82 + 95 = 302 (100%)
R 125 of 302 ~ 41.39%
G 82 of 302 ~ 27.15%
B 95 of 302 ~ 31.46'%

%41.39
%27.15
%31.46

CMYK color model

#7D525F color CMYK value is (0,34,24,51).

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 24.00%
  • key color value is 50.98%

CMYK: (0,34,24,51)
C0M34Y24K51 (0%, 34%, 24%, 51%)
(0.00 / 0.34 / 0.24 / 0.51)

CMYK percentages

%0
%34.4
%24
%50.98

Codes

Color #7D525F in popluar color models

7D 52 5F
RGB 125 82 95
HSL 342° 20.77% 40.59%
HSB/HSV 342° 34.40% 49.02%
CMYK 0.00% 34.40% 24.00%
50.98%

Color #7D525F in popluar number systems.

HEX 7D 52 5F
Decimal 125 82 95
Binary 1111101 1010010 1011111
Octal 175 122 137

Shades and tints

Shades of #7D525F

#7D525F
(125,82,95)
#724B57
(114,75,87)
#67444F
(103,68,79)
#5C3D47
(92,61,71)
#51363F
(81,54,63)
#462F37
(70,47,55)
#3B282F
(59,40,47)
#302127
(48,33,39)
#251A1F
(37,26,31)
#1A1317
(26,19,23)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #7D525F

#7D525F
(125,82,95)
#88616D
(136,97,109)
#93707B
(147,112,123)
#9E7F89
(158,127,137)
#A98E97
(169,142,151)
#B49DA5
(180,157,165)
#BFACB3
(191,172,179)
#CABBC1
(202,187,193)
#D5CACF
(213,202,207)
#E0D9DD
(224,217,221)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D525F; }

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

This text font color is #7D525F.

Background Color

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

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

This div background color is #7D525F.

Border color

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

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

This div border color is #7D525F.

Opacity

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

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

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

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

This text has shadow with #7D525F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D525F.

Preview

Color preview on black background

This text has color #7D525F on black background.


Color preview on white background

This text has color #7D525F on white background.


Black color preview on #7D525F background

This text has black color on #7D525F background.


White color preview on #7D525F background

This text has white color on #7D525F background.


Related colors

Complementary color

Complementary color for #hex is #82ADA0.


I love getcolorcode.com

Triadic colors

1 #5F7D52 and #525F7D with #7D525F are triadic colors.

2 #5F527D and #527D5F with #7D525F are triadic colors.