COLOR #7D6242

HEX: #7D6242
RGB: (125,98,66)

Color info

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

RGB color model

#7D6242 color RGB value is (125,98,66).

  • red value is 125;
  • green value is 98;
  • blue value is 66.
RGB:
(125,98,66)
(49%,38%,26%)

RGB channels and saturation

R 125 of 255 = 49%
G 98 of 255 = 38%
B 66 of 255 = 26%

125
98
66

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

Portions of RGB colors in percentages

R + G + B =
125 + 98 + 66 = 289 (100%)
R 125 of 289 ~ 43.25%
G 98 of 289 ~ 33.91%
B 66 of 289 ~ 22.84%

%43.25
%33.91
%22.84

CMYK color model

#7D6242 color CMYK value is (0,22,47,51).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 47.20%
  • key color value is 50.98%
CMYK:
(0,22,47,51)
C0M22Y47K51 
(0%,22%,47%,51%)
(0.00/0.22/0.47/0.51)	

CMYK percentages

%0
%21.6
%47.2
%50.98

Codes

Color #7D6242 in popluar color models

7D6242
RGB1259866
HSL33°30.89%37.45%
HSB/HSV33°47.20%49.02%
CMYK0.00%21.60%47.20%
50.98%

Color #7D6242 in popluar number systems.

HEX7D6242
Decimal1259866
Binary111110111000101000010
Octal175142102

Shades and tints

Shades of #7D6242

#7D6242
(125,98,66)
#725A3C
(114,90,60)
#675236
(103,82,54)
#5C4A30
(92,74,48)
#51422A
(81,66,42)
#463A24
(70,58,36)
#3B321E
(59,50,30)
#302A18
(48,42,24)
#252212
(37,34,18)
#1A1A0C
(26,26,12)
#0F1206
(15,18,6)
#000000
(0,0,0)

Tints of #7D6242

#7D6242
(125,98,66)
#887053
(136,112,83)
#937E64
(147,126,100)
#9E8C75
(158,140,117)
#A99A86
(169,154,134)
#B4A897
(180,168,151)
#BFB6A8
(191,182,168)
#CAC4B9
(202,196,185)
#D5D2CA
(213,210,202)
#E0E0DB
(224,224,219)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6242 color. Also use rgb(125,98,66) instead hex code.

Text Font Color

.myTextColor { color: #7D6242; }

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

This text font color is #7D6242.


Background Color

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

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

This div background color is #7D6242.


Border color

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

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

This div border color is #7D6242.


Opacity

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

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

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

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

This text has shadow with #7D6242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6242 on black background.


Color preview on white background

This text has color #7D6242 on white background.



Black color preview on #7D6242 background

This text has black color on #7D6242 background.


White color preview on #7D6242 background

This text has white color on #7D6242 background.