COLOR #7D5B57

HEX: #7D5B57
RGB: (125,91,87)

Color info

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

RGB color model

#7D5B57 color RGB value is (125,91,87).

  • red value is 125;
  • green value is 91;
  • blue value is 87.
RGB:
(125,91,87)
(49%,36%,34%)

RGB channels and saturation

R 125 of 255 = 49%
G 91 of 255 = 36%
B 87 of 255 = 34%

125
91
87

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

Portions of RGB colors in percentages

R + G + B =
125 + 91 + 87 = 303 (100%)
R 125 of 303 ~ 41.25%
G 91 of 303 ~ 30.03%
B 87 of 303 ~ 28.71%

%41.25
%30.03
%28.71

CMYK color model

#7D5B57 color CMYK value is (0,27,30,51).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 30.40%
  • key color value is 50.98%
CMYK:
(0,27,30,51)
C0M27Y30K51 
(0%,27%,30%,51%)
(0.00/0.27/0.30/0.51)	

CMYK percentages

%0
%27.2
%30.4
%50.98

Codes

Color #7D5B57 in popluar color models

7D5B57
RGB1259187
HSL17.92%41.57%
HSB/HSV30.40%49.02%
CMYK0.00%27.20%30.40%
50.98%

Color #7D5B57 in popluar number systems.

HEX7D5B57
Decimal1259187
Binary111110110110111010111
Octal175133127

Shades and tints

Shades of #7D5B57

#7D5B57
(125,91,87)
#725350
(114,83,80)
#674B49
(103,75,73)
#5C4342
(92,67,66)
#513B3B
(81,59,59)
#463334
(70,51,52)
#3B2B2D
(59,43,45)
#302326
(48,35,38)
#251B1F
(37,27,31)
#1A1318
(26,19,24)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #7D5B57

#7D5B57
(125,91,87)
#886966
(136,105,102)
#937775
(147,119,117)
#9E8584
(158,133,132)
#A99393
(169,147,147)
#B4A1A2
(180,161,162)
#BFAFB1
(191,175,177)
#CABDC0
(202,189,192)
#D5CBCF
(213,203,207)
#E0D9DE
(224,217,222)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5B57; }

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

This text font color is #7D5B57.


Background Color

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

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

This div background color is #7D5B57.


Border color

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

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

This div border color is #7D5B57.


Opacity

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

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

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

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

This text has shadow with #7D5B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5B57 on black background.


Color preview on white background

This text has color #7D5B57 on white background.



Black color preview on #7D5B57 background

This text has black color on #7D5B57 background.


White color preview on #7D5B57 background

This text has white color on #7D5B57 background.