COLOR #7D5248

HEX: #7D5248
RGB: (125,82,72)

Color info

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

RGB color model

#7D5248 color RGB value is (125,82,72).

  • red value is 125;
  • green value is 82;
  • blue value is 72.
RGB: (125,82,72) (49%,32%,28%)

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 72 of 255 = 28%

125
82
72

R + G + B ~ 36%. #7D5248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 82 + 72 = 279 (100%)
R 125 of 279 ~ 44.8%
G 82 of 279 ~ 29.39%
B 72 of 279 ~ 25.81%

%44.8
%29.39
%25.81

CMYK color model

#7D5248 color CMYK value is (0,34,42,51).

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 42.40%
  • key color value is 50.98%
CMYK: (0,34,42,51) C0M34Y42K51 (0%,34%,42%,51%) (0.00/0.34/0.42/0.51)

CMYK percentages

%0
%34.4
%42.4
%50.98

Codes

Color #7D5248 in popluar color models

7D5248
RGB1258272
HSL11°26.90%38.63%
HSB/HSV11°42.40%49.02%
CMYK0.00%34.40%42.40%
50.98%

Color #7D5248 in popluar number systems.

HEX7D5248
Decimal1258272
Binary111110110100101001000
Octal175122110

Shades and tints

Shades of #7D5248

#7D5248
(125,82,72)
#724B42
(114,75,66)
#67443C
(103,68,60)
#5C3D36
(92,61,54)
#513630
(81,54,48)
#462F2A
(70,47,42)
#3B2824
(59,40,36)
#30211E
(48,33,30)
#251A18
(37,26,24)
#1A1312
(26,19,18)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #7D5248

#7D5248
(125,82,72)
#886158
(136,97,88)
#937068
(147,112,104)
#9E7F78
(158,127,120)
#A98E88
(169,142,136)
#B49D98
(180,157,152)
#BFACA8
(191,172,168)
#CABBB8
(202,187,184)
#D5CAC8
(213,202,200)
#E0D9D8
(224,217,216)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5248 color. Also use rgb(125,82,72) instead hex code.

Text Font Color

.myTextColor { color: #7D5248; }

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

This text font color is #7D5248.


Background Color

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

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

This div background color is #7D5248.


Border color

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

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

This div border color is #7D5248.


Opacity

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

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

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

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

This text has shadow with #7D5248 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D5248 on black background.


Color preview on white background

This text has color #7D5248 on white background.



Black color preview on #7D5248 background

This text has black color on #7D5248 background.


White color preview on #7D5248 background

This text has white color on #7D5248 background.