COLOR #7D523D

HEX: #7D523D RGB: (125,82,61)

Color info

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

RGB color model

#7D523D color RGB value is (125,82,61).

RGB: (125,82,61) (49%, 32%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 61 of 255 = 24%

125
82
61

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

Portions of RGB colors in percentages

R + G + B = 125 + 82 + 61 = 268 (100%)
R 125 of 268 ~ 46.64%
G 82 of 268 ~ 30.6%
B 61 of 268 ~ 22.76'%

%46.64
%30.6
%22.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 51.20%
  • key color value is 50.98%
CMYK: (0,34,51,51) C0M34Y51K51 (0%,34%,51%,51%) (0.00/0.34/0.51/0.51) 

CMYK percentages

%0
%34.4
%51.2
%50.98

Codes

Color #7D523D in popluar color models

7D 52 3D
RGB 125 82 61
HSL 20° 34.41% 36.47%
HSB/HSV 20° 51.20% 49.02%
CMYK 0.00% 34.40% 51.20%
50.98%

Color #7D523D in popluar number systems.

HEX 7D 52 3D
Decimal 125 82 61
Binary 1111101 1010010 111101
Octal 175 122 75

Shades and tints

Shades of #7D523D

#7D523D
(125,82,61)
#724B38
(114,75,56)
#674433
(103,68,51)
#5C3D2E
(92,61,46)
#513629
(81,54,41)
#462F24
(70,47,36)
#3B281F
(59,40,31)
#30211A
(48,33,26)
#251A15
(37,26,21)
#1A1310
(26,19,16)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D523D

#7D523D
(125,82,61)
#88614E
(136,97,78)
#93705F
(147,112,95)
#9E7F70
(158,127,112)
#A98E81
(169,142,129)
#B49D92
(180,157,146)
#BFACA3
(191,172,163)
#CABBB4
(202,187,180)
#D5CAC5
(213,202,197)
#E0D9D6
(224,217,214)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D523D; }

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

This text font color is #7D523D.

Background Color

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

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

This div background color is #7D523D.

Border color

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

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

This div border color is #7D523D.

Opacity

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

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

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

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

This text has shadow with #7D523D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D523D.

Preview

Color preview on black background

This text has color #7D523D on black background.


Color preview on white background

This text has color #7D523D on white background.


Black color preview on #7D523D background

This text has black color on #7D523D background.


White color preview on #7D523D background

This text has white color on #7D523D background.


Related colors

Complementary color

Complementary color for #hex is #82ADC2.


I love getcolorcode.com

Triadic colors

1 #3D7D52 and #523D7D with #7D523D are triadic colors.

2 #3D527D and #527D3D with #7D523D are triadic colors.