COLOR #7D5B56

HEX: #7D5B56
RGB: (125,91,86)

Color info

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

RGB color model

#7D5B56 color RGB value is (125,91,86).

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

RGB channels and saturation

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

125
91
86

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

Portions of RGB colors in percentages

R + G + B =
125 + 91 + 86 = 302 (100%)
R 125 of 302 ~ 41.39%
G 91 of 302 ~ 30.13%
B 86 of 302 ~ 28.48%

%41.39
%30.13
%28.48

CMYK color model

#7D5B56 color CMYK value is (0,27,31,51).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(0,27,31,51)
C0M27Y31K51 
(0%,27%,31%,51%)
(0.00/0.27/0.31/0.51)	

CMYK percentages

%0
%27.2
%31.2
%50.98

Codes

Color #7D5B56 in popluar color models

7D5B56
RGB1259186
HSL18.48%41.37%
HSB/HSV31.20%49.02%
CMYK0.00%27.20%31.20%
50.98%

Color #7D5B56 in popluar number systems.

HEX7D5B56
Decimal1259186
Binary111110110110111010110
Octal175133126

Shades and tints

Shades of #7D5B56

#7D5B56
(125,91,86)
#72534F
(114,83,79)
#674B48
(103,75,72)
#5C4341
(92,67,65)
#513B3A
(81,59,58)
#463333
(70,51,51)
#3B2B2C
(59,43,44)
#302325
(48,35,37)
#251B1E
(37,27,30)
#1A1317
(26,19,23)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #7D5B56

#7D5B56
(125,91,86)
#886965
(136,105,101)
#937774
(147,119,116)
#9E8583
(158,133,131)
#A99392
(169,147,146)
#B4A1A1
(180,161,161)
#BFAFB0
(191,175,176)
#CABDBF
(202,189,191)
#D5CBCE
(213,203,206)
#E0D9DD
(224,217,221)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5B56; }

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

This text font color is #7D5B56.


Background Color

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

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

This div background color is #7D5B56.


Border color

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

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

This div border color is #7D5B56.


Opacity

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

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

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

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

This text has shadow with #7D5B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5B56 on black background.


Color preview on white background

This text has color #7D5B56 on white background.



Black color preview on #7D5B56 background

This text has black color on #7D5B56 background.


White color preview on #7D5B56 background

This text has white color on #7D5B56 background.