COLOR #7D594B

HEX: #7D594B
RGB: (125,89,75)

Color info

#7D594B contains red, green and blue colors in about the same proportion. Web safe color of #7D594B is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

125
89
75

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

Portions of RGB colors in percentages

R + G + B =
125 + 89 + 75 = 289 (100%)
R 125 of 289 ~ 43.25%
G 89 of 289 ~ 30.8%
B 75 of 289 ~ 25.95%

%43.25
%30.8
%25.95

CMYK color model

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

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

CMYK percentages

%0
%28.8
%40
%50.98

Codes

Color #7D594B in popluar color models

7D594B
RGB1258975
HSL17°25.00%39.22%
HSB/HSV17°40.00%49.02%
CMYK0.00%28.80%40.00%
50.98%

Color #7D594B in popluar number systems.

HEX7D594B
Decimal1258975
Binary111110110110011001011
Octal175131113

Shades and tints

Shades of #7D594B

#7D594B
(125,89,75)
#725145
(114,81,69)
#67493F
(103,73,63)
#5C4139
(92,65,57)
#513933
(81,57,51)
#46312D
(70,49,45)
#3B2927
(59,41,39)
#302121
(48,33,33)
#25191B
(37,25,27)
#1A1115
(26,17,21)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #7D594B

#7D594B
(125,89,75)
#88685B
(136,104,91)
#93776B
(147,119,107)
#9E867B
(158,134,123)
#A9958B
(169,149,139)
#B4A49B
(180,164,155)
#BFB3AB
(191,179,171)
#CAC2BB
(202,194,187)
#D5D1CB
(213,209,203)
#E0E0DB
(224,224,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D594B; }

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

This text font color is #7D594B.


Background Color

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

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

This div background color is #7D594B.


Border color

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

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

This div border color is #7D594B.


Opacity

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

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

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

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

This text has shadow with #7D594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D594B on black background.


Color preview on white background

This text has color #7D594B on white background.



Black color preview on #7D594B background

This text has black color on #7D594B background.


White color preview on #7D594B background

This text has white color on #7D594B background.