COLOR #7D6447

HEX: #7D6447
RGB: (125,100,71)

Color info

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

RGB color model

#7D6447 color RGB value is (125,100,71).

  • red value is 125;
  • green value is 100;
  • blue value is 71.
RGB:
(125,100,71)
(49%,39%,28%)

RGB channels and saturation

R 125 of 255 = 49%
G 100 of 255 = 39%
B 71 of 255 = 28%

125
100
71

R + G + B ~ 39%. #7D6447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 100 + 71 = 296 (100%)
R 125 of 296 ~ 42.23%
G 100 of 296 ~ 33.78%
B 71 of 296 ~ 23.99%

%42.23
%33.78
%23.99

CMYK color model

#7D6447 color CMYK value is (0,20,43,51).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 43.20%
  • key color value is 50.98%
CMYK:
(0,20,43,51)
C0M20Y43K51 
(0%,20%,43%,51%)
(0.00/0.20/0.43/0.51)	

CMYK percentages

%0
%20
%43.2
%50.98

Codes

Color #7D6447 in popluar color models

7D6447
RGB12510071
HSL32°27.55%38.43%
HSB/HSV32°43.20%49.02%
CMYK0.00%20.00%43.20%
50.98%

Color #7D6447 in popluar number systems.

HEX7D6447
Decimal12510071
Binary111110111001001000111
Octal175144107

Shades and tints

Shades of #7D6447

#7D6447
(125,100,71)
#725B41
(114,91,65)
#67523B
(103,82,59)
#5C4935
(92,73,53)
#51402F
(81,64,47)
#463729
(70,55,41)
#3B2E23
(59,46,35)
#30251D
(48,37,29)
#251C17
(37,28,23)
#1A1311
(26,19,17)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #7D6447

#7D6447
(125,100,71)
#887257
(136,114,87)
#938067
(147,128,103)
#9E8E77
(158,142,119)
#A99C87
(169,156,135)
#B4AA97
(180,170,151)
#BFB8A7
(191,184,167)
#CAC6B7
(202,198,183)
#D5D4C7
(213,212,199)
#E0E2D7
(224,226,215)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6447 color. Also use rgb(125,100,71) instead hex code.

Text Font Color

.myTextColor { color: #7D6447; }

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

This text font color is #7D6447.


Background Color

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

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

This div background color is #7D6447.


Border color

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

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

This div border color is #7D6447.


Opacity

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

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

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

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

This text has shadow with #7D6447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6447 on black background.


Color preview on white background

This text has color #7D6447 on white background.



Black color preview on #7D6447 background

This text has black color on #7D6447 background.


White color preview on #7D6447 background

This text has white color on #7D6447 background.