COLOR #7D524B

HEX: #7D524B
RGB: (125,82,75)

Color info

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

RGB color model

#7D524B color RGB value is (125,82,75).

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

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 75 of 255 = 29%

125
82
75

R + G + B ~ 37%. #7D524B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 82 + 75 = 282 (100%)
R 125 of 282 ~ 44.33%
G 82 of 282 ~ 29.08%
B 75 of 282 ~ 26.6%

%44.33
%29.08
%26.6

CMYK color model

#7D524B color CMYK value is (0,34,40,51).

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(0,34,40,51)
C0M34Y40K51 
(0%,34%,40%,51%)
(0.00/0.34/0.40/0.51)	

CMYK percentages

%0
%34.4
%40
%50.98

Codes

Color #7D524B in popluar color models

7D524B
RGB1258275
HSL25.00%39.22%
HSB/HSV40.00%49.02%
CMYK0.00%34.40%40.00%
50.98%

Color #7D524B in popluar number systems.

HEX7D524B
Decimal1258275
Binary111110110100101001011
Octal175122113

Shades and tints

Shades of #7D524B

#7D524B
(125,82,75)
#724B45
(114,75,69)
#67443F
(103,68,63)
#5C3D39
(92,61,57)
#513633
(81,54,51)
#462F2D
(70,47,45)
#3B2827
(59,40,39)
#302121
(48,33,33)
#251A1B
(37,26,27)
#1A1315
(26,19,21)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #7D524B

#7D524B
(125,82,75)
#88615B
(136,97,91)
#93706B
(147,112,107)
#9E7F7B
(158,127,123)
#A98E8B
(169,142,139)
#B49D9B
(180,157,155)
#BFACAB
(191,172,171)
#CABBBB
(202,187,187)
#D5CACB
(213,202,203)
#E0D9DB
(224,217,219)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D524B; }

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

This text font color is #7D524B.


Background Color

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

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

This div background color is #7D524B.


Border color

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

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

This div border color is #7D524B.


Opacity

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

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

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

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

This text has shadow with #7D524B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D524B on black background.


Color preview on white background

This text has color #7D524B on white background.



Black color preview on #7D524B background

This text has black color on #7D524B background.


White color preview on #7D524B background

This text has white color on #7D524B background.