COLOR #7D6043

HEX: #7D6043
RGB: (125,96,67)

Color info

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

RGB color model

#7D6043 color RGB value is (125,96,67).

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

RGB channels and saturation

R 125 of 255 = 49%
G 96 of 255 = 38%
B 67 of 255 = 26%

125
96
67

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

Portions of RGB colors in percentages

R + G + B =
125 + 96 + 67 = 288 (100%)
R 125 of 288 ~ 43.4%
G 96 of 288 ~ 33.33%
B 67 of 288 ~ 23.26%

%43.4
%33.33
%23.26

CMYK color model

#7D6043 color CMYK value is (0,23,46,51).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 46.40%
  • key color value is 50.98%
CMYK:
(0,23,46,51)
C0M23Y46K51 
(0%,23%,46%,51%)
(0.00/0.23/0.46/0.51)	

CMYK percentages

%0
%23.2
%46.4
%50.98

Codes

Color #7D6043 in popluar color models

7D6043
RGB1259667
HSL30°30.21%37.65%
HSB/HSV30°46.40%49.02%
CMYK0.00%23.20%46.40%
50.98%

Color #7D6043 in popluar number systems.

HEX7D6043
Decimal1259667
Binary111110111000001000011
Octal175140103

Shades and tints

Shades of #7D6043

#7D6043
(125,96,67)
#72583D
(114,88,61)
#675037
(103,80,55)
#5C4831
(92,72,49)
#51402B
(81,64,43)
#463825
(70,56,37)
#3B301F
(59,48,31)
#302819
(48,40,25)
#252013
(37,32,19)
#1A180D
(26,24,13)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #7D6043

#7D6043
(125,96,67)
#886E54
(136,110,84)
#937C65
(147,124,101)
#9E8A76
(158,138,118)
#A99887
(169,152,135)
#B4A698
(180,166,152)
#BFB4A9
(191,180,169)
#CAC2BA
(202,194,186)
#D5D0CB
(213,208,203)
#E0DEDC
(224,222,220)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6043 color. Also use rgb(125,96,67) instead hex code.

Text Font Color

.myTextColor { color: #7D6043; }

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

This text font color is #7D6043.


Background Color

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

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

This div background color is #7D6043.


Border color

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

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

This div border color is #7D6043.


Opacity

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

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

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

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

This text has shadow with #7D6043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6043 on black background.


Color preview on white background

This text has color #7D6043 on white background.



Black color preview on #7D6043 background

This text has black color on #7D6043 background.


White color preview on #7D6043 background

This text has white color on #7D6043 background.