COLOR #7D544D

HEX: #7D544D
RGB: (125,84,77)

Color info

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

RGB color model

#7D544D color RGB value is (125,84,77).

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

RGB channels and saturation

R 125 of 255 = 49%
G 84 of 255 = 33%
B 77 of 255 = 30%

125
84
77

R + G + B ~ 37%. #7D544D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 84 + 77 = 286 (100%)
R 125 of 286 ~ 43.71%
G 84 of 286 ~ 29.37%
B 77 of 286 ~ 26.92%

%43.71
%29.37
%26.92

CMYK color model

#7D544D color CMYK value is (0,33,38,51).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 38.40%
  • key color value is 50.98%
CMYK:
(0,33,38,51)
C0M33Y38K51 
(0%,33%,38%,51%)
(0.00/0.33/0.38/0.51)	

CMYK percentages

%0
%32.8
%38.4
%50.98

Codes

Color #7D544D in popluar color models

7D544D
RGB1258477
HSL23.76%39.61%
HSB/HSV38.40%49.02%
CMYK0.00%32.80%38.40%
50.98%

Color #7D544D in popluar number systems.

HEX7D544D
Decimal1258477
Binary111110110101001001101
Octal175124115

Shades and tints

Shades of #7D544D

#7D544D
(125,84,77)
#724D46
(114,77,70)
#67463F
(103,70,63)
#5C3F38
(92,63,56)
#513831
(81,56,49)
#46312A
(70,49,42)
#3B2A23
(59,42,35)
#30231C
(48,35,28)
#251C15
(37,28,21)
#1A150E
(26,21,14)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #7D544D

#7D544D
(125,84,77)
#88635D
(136,99,93)
#93726D
(147,114,109)
#9E817D
(158,129,125)
#A9908D
(169,144,141)
#B49F9D
(180,159,157)
#BFAEAD
(191,174,173)
#CABDBD
(202,189,189)
#D5CCCD
(213,204,205)
#E0DBDD
(224,219,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D544D; }

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

This text font color is #7D544D.


Background Color

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

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

This div background color is #7D544D.


Border color

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

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

This div border color is #7D544D.


Opacity

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

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

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

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

This text has shadow with #7D544D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D544D on black background.


Color preview on white background

This text has color #7D544D on white background.



Black color preview on #7D544D background

This text has black color on #7D544D background.


White color preview on #7D544D background

This text has white color on #7D544D background.