COLOR #7D5D4D

HEX: #7D5D4D
RGB: (125,93,77)

Color info

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

RGB color model

#7D5D4D color RGB value is (125,93,77).

  • red value is 125;
  • green value is 93;
  • blue value is 77.
RGB:
(125,93,77)
(49%,36%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 93 of 255 = 36%
B 77 of 255 = 30%

125
93
77

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

Portions of RGB colors in percentages

R + G + B =
125 + 93 + 77 = 295 (100%)
R 125 of 295 ~ 42.37%
G 93 of 295 ~ 31.53%
B 77 of 295 ~ 26.1%

%42.37
%31.53
%26.1

CMYK color model

#7D5D4D color CMYK value is (0,26,38,51).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 38.40%
  • key color value is 50.98%
CMYK:
(0,26,38,51)
C0M26Y38K51 
(0%,26%,38%,51%)
(0.00/0.26/0.38/0.51)	

CMYK percentages

%0
%25.6
%38.4
%50.98

Codes

Color #7D5D4D in popluar color models

7D5D4D
RGB1259377
HSL20°23.76%39.61%
HSB/HSV20°38.40%49.02%
CMYK0.00%25.60%38.40%
50.98%

Color #7D5D4D in popluar number systems.

HEX7D5D4D
Decimal1259377
Binary111110110111011001101
Octal175135115

Shades and tints

Shades of #7D5D4D

#7D5D4D
(125,93,77)
#725546
(114,85,70)
#674D3F
(103,77,63)
#5C4538
(92,69,56)
#513D31
(81,61,49)
#46352A
(70,53,42)
#3B2D23
(59,45,35)
#30251C
(48,37,28)
#251D15
(37,29,21)
#1A150E
(26,21,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #7D5D4D

#7D5D4D
(125,93,77)
#886B5D
(136,107,93)
#93796D
(147,121,109)
#9E877D
(158,135,125)
#A9958D
(169,149,141)
#B4A39D
(180,163,157)
#BFB1AD
(191,177,173)
#CABFBD
(202,191,189)
#D5CDCD
(213,205,205)
#E0DBDD
(224,219,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5D4D color. Also use rgb(125,93,77) instead hex code.

Text Font Color

.myTextColor { color: #7D5D4D; }

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

This text font color is #7D5D4D.


Background Color

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

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

This div background color is #7D5D4D.


Border color

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

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

This div border color is #7D5D4D.


Opacity

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

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

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

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

This text has shadow with #7D5D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5D4D on black background.


Color preview on white background

This text has color #7D5D4D on white background.



Black color preview on #7D5D4D background

This text has black color on #7D5D4D background.


White color preview on #7D5D4D background

This text has white color on #7D5D4D background.