COLOR #7D594F

HEX: #7D594F RGB: (125,89,79)

Color info

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

RGB color model

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

RGB: (125,89,79) (49%, 35%, 31%)

RGB channels and saturation

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

125
89
79

R + G + B ~ 38%. #7D594F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 89 + 79 = 293 (100%)
R 125 of 293 ~ 42.66%
G 89 of 293 ~ 30.38%
B 79 of 293 ~ 26.96'%

%42.66
%30.38
%26.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 36.80%
  • key color value is 50.98%

CMYK: (0,29,37,51)
C0M29Y37K51 (0%, 29%, 37%, 51%)
(0.00 / 0.29 / 0.37 / 0.51)

CMYK percentages

%0
%28.8
%36.8
%50.98

Codes

Color #7D594F in popluar color models

7D 59 4F
RGB 125 89 79
HSL 13° 22.55% 40.00%
HSB/HSV 13° 36.80% 49.02%
CMYK 0.00% 28.80% 36.80%
50.98%

Color #7D594F in popluar number systems.

HEX 7D 59 4F
Decimal 125 89 79
Binary 1111101 1011001 1001111
Octal 175 131 117

Shades and tints

Shades of #7D594F

#7D594F
(125,89,79)
#725148
(114,81,72)
#674941
(103,73,65)
#5C413A
(92,65,58)
#513933
(81,57,51)
#46312C
(70,49,44)
#3B2925
(59,41,37)
#30211E
(48,33,30)
#251917
(37,25,23)
#1A1110
(26,17,16)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #7D594F

#7D594F
(125,89,79)
#88685F
(136,104,95)
#93776F
(147,119,111)
#9E867F
(158,134,127)
#A9958F
(169,149,143)
#B4A49F
(180,164,159)
#BFB3AF
(191,179,175)
#CAC2BF
(202,194,191)
#D5D1CF
(213,209,207)
#E0E0DF
(224,224,223)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D594F; }

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

This text font color is #7D594F.

Background Color

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

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

This div background color is #7D594F.

Border color

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

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

This div border color is #7D594F.

Opacity

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

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

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

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

This text has shadow with #7D594F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D594F.

Preview

Color preview on black background

This text has color #7D594F on black background.


Color preview on white background

This text has color #7D594F on white background.


Black color preview on #7D594F background

This text has black color on #7D594F background.


White color preview on #7D594F background

This text has white color on #7D594F background.


Related colors

Complementary color

Complementary color for #hex is #82A6B0.


I love getcolorcode.com

Triadic colors

1 #4F7D59 and #594F7D with #7D594F are triadic colors.

2 #4F597D and #597D4F with #7D594F are triadic colors.