COLOR #7D672B

HEX: #7D672B
RGB: (125,103,43)

Color info

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

RGB color model

#7D672B color RGB value is (125,103,43).

  • red value is 125;
  • green value is 103;
  • blue value is 43.
RGB:
(125,103,43)
(49%,40%,17%)

RGB channels and saturation

R 125 of 255 = 49%
G 103 of 255 = 40%
B 43 of 255 = 17%

125
103
43

R + G + B ~ 35%. #7D672B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 103 + 43 = 271 (100%)
R 125 of 271 ~ 46.13%
G 103 of 271 ~ 38.01%
B 43 of 271 ~ 15.87%

%46.13
%38.01
%15.87

CMYK color model

#7D672B color CMYK value is (0,18,66,51).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 65.60%
  • key color value is 50.98%
CMYK:
(0,18,66,51)
C0M18Y66K51 
(0%,18%,66%,51%)
(0.00/0.18/0.66/0.51)	

CMYK percentages

%0
%17.6
%65.6
%50.98

Codes

Color #7D672B in popluar color models

7D672B
RGB12510343
HSL44°48.81%32.94%
HSB/HSV44°65.60%49.02%
CMYK0.00%17.60%65.60%
50.98%

Color #7D672B in popluar number systems.

HEX7D672B
Decimal12510343
Binary11111011100111101011
Octal17514753

Shades and tints

Shades of #7D672B

#7D672B
(125,103,43)
#725E28
(114,94,40)
#675525
(103,85,37)
#5C4C22
(92,76,34)
#51431F
(81,67,31)
#463A1C
(70,58,28)
#3B3119
(59,49,25)
#302816
(48,40,22)
#251F13
(37,31,19)
#1A1610
(26,22,16)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #7D672B

#7D672B
(125,103,43)
#88743E
(136,116,62)
#938151
(147,129,81)
#9E8E64
(158,142,100)
#A99B77
(169,155,119)
#B4A88A
(180,168,138)
#BFB59D
(191,181,157)
#CAC2B0
(202,194,176)
#D5CFC3
(213,207,195)
#E0DCD6
(224,220,214)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D672B color. Also use rgb(125,103,43) instead hex code.

Text Font Color

.myTextColor { color: #7D672B; }

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

This text font color is #7D672B.


Background Color

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

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

This div background color is #7D672B.


Border color

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

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

This div border color is #7D672B.


Opacity

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

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

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

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

This text has shadow with #7D672B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D672B on black background.


Color preview on white background

This text has color #7D672B on white background.



Black color preview on #7D672B background

This text has black color on #7D672B background.


White color preview on #7D672B background

This text has white color on #7D672B background.