COLOR #7D7549

HEX: #7D7549
RGB: (125,117,73)

Color info

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

RGB color model

#7D7549 color RGB value is (125,117,73).

  • red value is 125;
  • green value is 117;
  • blue value is 73.
RGB:
(125,117,73)
(49%,46%,29%)

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 73 of 255 = 29%

125
117
73

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

Portions of RGB colors in percentages

R + G + B =
125 + 117 + 73 = 315 (100%)
R 125 of 315 ~ 39.68%
G 117 of 315 ~ 37.14%
B 73 of 315 ~ 23.17%

%39.68
%37.14
%23.17

CMYK color model

#7D7549 color CMYK value is (0,6,42,51).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 41.60%
  • key color value is 50.98%
CMYK:
(0,6,42,51)
C0M6Y42K51 
(0%,6%,42%,51%)
(0.00/0.06/0.42/0.51)	

CMYK percentages

%0
%6.4
%41.6
%50.98

Codes

Color #7D7549 in popluar color models

7D7549
RGB12511773
HSL51°26.26%38.82%
HSB/HSV51°41.60%49.02%
CMYK0.00%6.40%41.60%
50.98%

Color #7D7549 in popluar number systems.

HEX7D7549
Decimal12511773
Binary111110111101011001001
Octal175165111

Shades and tints

Shades of #7D7549

#7D7549
(125,117,73)
#726B43
(114,107,67)
#67613D
(103,97,61)
#5C5737
(92,87,55)
#514D31
(81,77,49)
#46432B
(70,67,43)
#3B3925
(59,57,37)
#302F1F
(48,47,31)
#252519
(37,37,25)
#1A1B13
(26,27,19)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D7549

#7D7549
(125,117,73)
#888159
(136,129,89)
#938D69
(147,141,105)
#9E9979
(158,153,121)
#A9A589
(169,165,137)
#B4B199
(180,177,153)
#BFBDA9
(191,189,169)
#CAC9B9
(202,201,185)
#D5D5C9
(213,213,201)
#E0E1D9
(224,225,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7549 color. Also use rgb(125,117,73) instead hex code.

Text Font Color

.myTextColor { color: #7D7549; }

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

This text font color is #7D7549.


Background Color

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

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

This div background color is #7D7549.


Border color

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

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

This div border color is #7D7549.


Opacity

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

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

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

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

This text has shadow with #7D7549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7549 on black background.


Color preview on white background

This text has color #7D7549 on white background.



Black color preview on #7D7549 background

This text has black color on #7D7549 background.


White color preview on #7D7549 background

This text has white color on #7D7549 background.