COLOR #7D6E38

HEX: #7D6E38
RGB: (125,110,56)

Color info

#7D6E38 contains mainly red and green colors. Web safe color of #7D6E38 is #666633 (or #663).

RGB color model

#7D6E38 color RGB value is (125,110,56).

  • red value is 125;
  • green value is 110;
  • blue value is 56.
RGB:
(125,110,56)
(49%,43%,22%)

RGB channels and saturation

R 125 of 255 = 49%
G 110 of 255 = 43%
B 56 of 255 = 22%

125
110
56

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

Portions of RGB colors in percentages

R + G + B =
125 + 110 + 56 = 291 (100%)
R 125 of 291 ~ 42.96%
G 110 of 291 ~ 37.8%
B 56 of 291 ~ 19.24%

%42.96
%37.8
%19.24

CMYK color model

#7D6E38 color CMYK value is (0,12,55,51).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 55.20%
  • key color value is 50.98%
CMYK:
(0,12,55,51)
C0M12Y55K51 
(0%,12%,55%,51%)
(0.00/0.12/0.55/0.51)	

CMYK percentages

%0
%12
%55.2
%50.98

Codes

Color #7D6E38 in popluar color models

7D6E38
RGB12511056
HSL47°38.12%35.49%
HSB/HSV47°55.20%49.02%
CMYK0.00%12.00%55.20%
50.98%

Color #7D6E38 in popluar number systems.

HEX7D6E38
Decimal12511056
Binary11111011101110111000
Octal17515670

Shades and tints

Shades of #7D6E38

#7D6E38
(125,110,56)
#726433
(114,100,51)
#675A2E
(103,90,46)
#5C5029
(92,80,41)
#514624
(81,70,36)
#463C1F
(70,60,31)
#3B321A
(59,50,26)
#302815
(48,40,21)
#251E10
(37,30,16)
#1A140B
(26,20,11)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #7D6E38

#7D6E38
(125,110,56)
#887B4A
(136,123,74)
#93885C
(147,136,92)
#9E956E
(158,149,110)
#A9A280
(169,162,128)
#B4AF92
(180,175,146)
#BFBCA4
(191,188,164)
#CAC9B6
(202,201,182)
#D5D6C8
(213,214,200)
#E0E3DA
(224,227,218)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6E38 color. Also use rgb(125,110,56) instead hex code.

Text Font Color

.myTextColor { color: #7D6E38; }

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

This text font color is #7D6E38.


Background Color

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

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

This div background color is #7D6E38.


Border color

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

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

This div border color is #7D6E38.


Opacity

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

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

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

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

This text has shadow with #7D6E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6E38 on black background.


Color preview on white background

This text has color #7D6E38 on white background.



Black color preview on #7D6E38 background

This text has black color on #7D6E38 background.


White color preview on #7D6E38 background

This text has white color on #7D6E38 background.