COLOR #7D5F56

HEX: #7D5F56
RGB: (125,95,86)

Color info

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

RGB color model

#7D5F56 color RGB value is (125,95,86).

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

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 86 of 255 = 34%

125
95
86

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

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 86 = 306 (100%)
R 125 of 306 ~ 40.85%
G 95 of 306 ~ 31.05%
B 86 of 306 ~ 28.1%

%40.85
%31.05
%28.1

CMYK color model

#7D5F56 color CMYK value is (0,24,31,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(0,24,31,51)
C0M24Y31K51 
(0%,24%,31%,51%)
(0.00/0.24/0.31/0.51)	

CMYK percentages

%0
%24
%31.2
%50.98

Codes

Color #7D5F56 in popluar color models

7D5F56
RGB1259586
HSL14°18.48%41.37%
HSB/HSV14°31.20%49.02%
CMYK0.00%24.00%31.20%
50.98%

Color #7D5F56 in popluar number systems.

HEX7D5F56
Decimal1259586
Binary111110110111111010110
Octal175137126

Shades and tints

Shades of #7D5F56

#7D5F56
(125,95,86)
#72574F
(114,87,79)
#674F48
(103,79,72)
#5C4741
(92,71,65)
#513F3A
(81,63,58)
#463733
(70,55,51)
#3B2F2C
(59,47,44)
#302725
(48,39,37)
#251F1E
(37,31,30)
#1A1717
(26,23,23)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D5F56

#7D5F56
(125,95,86)
#886D65
(136,109,101)
#937B74
(147,123,116)
#9E8983
(158,137,131)
#A99792
(169,151,146)
#B4A5A1
(180,165,161)
#BFB3B0
(191,179,176)
#CAC1BF
(202,193,191)
#D5CFCE
(213,207,206)
#E0DDDD
(224,221,221)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5F56; }

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

This text font color is #7D5F56.


Background Color

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

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

This div background color is #7D5F56.


Border color

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

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

This div border color is #7D5F56.


Opacity

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

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

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

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

This text has shadow with #7D5F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F56 on black background.


Color preview on white background

This text has color #7D5F56 on white background.



Black color preview on #7D5F56 background

This text has black color on #7D5F56 background.


White color preview on #7D5F56 background

This text has white color on #7D5F56 background.