COLOR #7D523B

HEX: #7D523B
RGB: (125,82,59)

Color info

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

RGB color model

#7D523B color RGB value is (125,82,59).

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

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 59 of 255 = 23%

125
82
59

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

Portions of RGB colors in percentages

R + G + B =
125 + 82 + 59 = 266 (100%)
R 125 of 266 ~ 46.99%
G 82 of 266 ~ 30.83%
B 59 of 266 ~ 22.18%

%46.99
%30.83
%22.18

CMYK color model

#7D523B color CMYK value is (0,34,53,51).

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 52.80%
  • key color value is 50.98%
CMYK:
(0,34,53,51)
C0M34Y53K51 
(0%,34%,53%,51%)
(0.00/0.34/0.53/0.51)	

CMYK percentages

%0
%34.4
%52.8
%50.98

Codes

Color #7D523B in popluar color models

7D523B
RGB1258259
HSL21°35.87%36.08%
HSB/HSV21°52.80%49.02%
CMYK0.00%34.40%52.80%
50.98%

Color #7D523B in popluar number systems.

HEX7D523B
Decimal1258259
Binary11111011010010111011
Octal17512273

Shades and tints

Shades of #7D523B

#7D523B
(125,82,59)
#724B36
(114,75,54)
#674431
(103,68,49)
#5C3D2C
(92,61,44)
#513627
(81,54,39)
#462F22
(70,47,34)
#3B281D
(59,40,29)
#302118
(48,33,24)
#251A13
(37,26,19)
#1A130E
(26,19,14)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #7D523B

#7D523B
(125,82,59)
#88614C
(136,97,76)
#93705D
(147,112,93)
#9E7F6E
(158,127,110)
#A98E7F
(169,142,127)
#B49D90
(180,157,144)
#BFACA1
(191,172,161)
#CABBB2
(202,187,178)
#D5CAC3
(213,202,195)
#E0D9D4
(224,217,212)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D523B; }

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

This text font color is #7D523B.


Background Color

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

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

This div background color is #7D523B.


Border color

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

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

This div border color is #7D523B.


Opacity

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

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

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

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

This text has shadow with #7D523B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D523B on black background.


Color preview on white background

This text has color #7D523B on white background.



Black color preview on #7D523B background

This text has black color on #7D523B background.


White color preview on #7D523B background

This text has white color on #7D523B background.