COLOR #7D6A47

HEX: #7D6A47
RGB: (125,106,71)

Color info

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

RGB color model

#7D6A47 color RGB value is (125,106,71).

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

RGB channels and saturation

R 125 of 255 = 49%
G 106 of 255 = 42%
B 71 of 255 = 28%

125
106
71

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

Portions of RGB colors in percentages

R + G + B =
125 + 106 + 71 = 302 (100%)
R 125 of 302 ~ 41.39%
G 106 of 302 ~ 35.1%
B 71 of 302 ~ 23.51%

%41.39
%35.1
%23.51

CMYK color model

#7D6A47 color CMYK value is (0,15,43,51).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 43.20%
  • key color value is 50.98%
CMYK:
(0,15,43,51)
C0M15Y43K51 
(0%,15%,43%,51%)
(0.00/0.15/0.43/0.51)	

CMYK percentages

%0
%15.2
%43.2
%50.98

Codes

Color #7D6A47 in popluar color models

7D6A47
RGB12510671
HSL39°27.55%38.43%
HSB/HSV39°43.20%49.02%
CMYK0.00%15.20%43.20%
50.98%

Color #7D6A47 in popluar number systems.

HEX7D6A47
Decimal12510671
Binary111110111010101000111
Octal175152107

Shades and tints

Shades of #7D6A47

#7D6A47
(125,106,71)
#726141
(114,97,65)
#67583B
(103,88,59)
#5C4F35
(92,79,53)
#51462F
(81,70,47)
#463D29
(70,61,41)
#3B3423
(59,52,35)
#302B1D
(48,43,29)
#252217
(37,34,23)
#1A1911
(26,25,17)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #7D6A47

#7D6A47
(125,106,71)
#887757
(136,119,87)
#938467
(147,132,103)
#9E9177
(158,145,119)
#A99E87
(169,158,135)
#B4AB97
(180,171,151)
#BFB8A7
(191,184,167)
#CAC5B7
(202,197,183)
#D5D2C7
(213,210,199)
#E0DFD7
(224,223,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6A47; }

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

This text font color is #7D6A47.


Background Color

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

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

This div background color is #7D6A47.


Border color

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

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

This div border color is #7D6A47.


Opacity

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

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

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

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

This text has shadow with #7D6A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6A47 on black background.


Color preview on white background

This text has color #7D6A47 on white background.



Black color preview on #7D6A47 background

This text has black color on #7D6A47 background.


White color preview on #7D6A47 background

This text has white color on #7D6A47 background.