COLOR #7D5251

HEX: #7D5251
RGB: (125,82,81)

Color info

#7D5251 contains red, green and blue colors in about the same proportion. Web safe color of #7D5251 is #666666 (or #666).

RGB color model

#7D5251 color RGB value is (125,82,81).

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

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 81 of 255 = 32%

125
82
81

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

Portions of RGB colors in percentages

R + G + B =
125 + 82 + 81 = 288 (100%)
R 125 of 288 ~ 43.4%
G 82 of 288 ~ 28.47%
B 81 of 288 ~ 28.13%

%43.4
%28.47
%28.13

CMYK color model

#7D5251 color CMYK value is (0,34,35,51).

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 35.20%
  • key color value is 50.98%
CMYK:
(0,34,35,51)
C0M34Y35K51 
(0%,34%,35%,51%)
(0.00/0.34/0.35/0.51)	

CMYK percentages

%0
%34.4
%35.2
%50.98

Codes

Color #7D5251 in popluar color models

7D5251
RGB1258281
HSL21.36%40.39%
HSB/HSV35.20%49.02%
CMYK0.00%34.40%35.20%
50.98%

Color #7D5251 in popluar number systems.

HEX7D5251
Decimal1258281
Binary111110110100101010001
Octal175122121

Shades and tints

Shades of #7D5251

#7D5251
(125,82,81)
#724B4A
(114,75,74)
#674443
(103,68,67)
#5C3D3C
(92,61,60)
#513635
(81,54,53)
#462F2E
(70,47,46)
#3B2827
(59,40,39)
#302120
(48,33,32)
#251A19
(37,26,25)
#1A1312
(26,19,18)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D5251

#7D5251
(125,82,81)
#886160
(136,97,96)
#93706F
(147,112,111)
#9E7F7E
(158,127,126)
#A98E8D
(169,142,141)
#B49D9C
(180,157,156)
#BFACAB
(191,172,171)
#CABBBA
(202,187,186)
#D5CAC9
(213,202,201)
#E0D9D8
(224,217,216)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5251; }

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

This text font color is #7D5251.


Background Color

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

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

This div background color is #7D5251.


Border color

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

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

This div border color is #7D5251.


Opacity

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

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

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

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

This text has shadow with #7D5251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5251 on black background.


Color preview on white background

This text has color #7D5251 on white background.



Black color preview on #7D5251 background

This text has black color on #7D5251 background.


White color preview on #7D5251 background

This text has white color on #7D5251 background.