COLOR #7D542B

HEX: #7D542B RGB: (125,84,43)

Color info

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

RGB color model

#7D542B color RGB value is (125,84,43).

RGB: (125,84,43) (49%, 33%, 17%)

RGB channels and saturation

R 125 of 255 = 49%
G 84 of 255 = 33%
B 43 of 255 = 17%

125
84
43

R + G + B ~ 33%. #7D542B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 84 + 43 = 252 (100%)
R 125 of 252 ~ 49.6%
G 84 of 252 ~ 33.33%
B 43 of 252 ~ 17.06'%

%49.6
%33.33
%17.06

CMYK color model

#7D542B color CMYK value is (0,33,66,51).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 65.60%
  • key color value is 50.98%

CMYK: (0,33,66,51)
C0M33Y66K51 (0%, 33%, 66%, 51%)
(0.00 / 0.33 / 0.66 / 0.51)

CMYK percentages

%0
%32.8
%65.6
%50.98

Codes

Color #7D542B in popluar color models

7D 54 2B
RGB 125 84 43
HSL 30° 48.81% 32.94%
HSB/HSV 30° 65.60% 49.02%
CMYK 0.00% 32.80% 65.60%
50.98%

Color #7D542B in popluar number systems.

HEX 7D 54 2B
Decimal 125 84 43
Binary 1111101 1010100 101011
Octal 175 124 53

Shades and tints

Shades of #7D542B

#7D542B
(125,84,43)
#724D28
(114,77,40)
#674625
(103,70,37)
#5C3F22
(92,63,34)
#51381F
(81,56,31)
#46311C
(70,49,28)
#3B2A19
(59,42,25)
#302316
(48,35,22)
#251C13
(37,28,19)
#1A1510
(26,21,16)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #7D542B

#7D542B
(125,84,43)
#88633E
(136,99,62)
#937251
(147,114,81)
#9E8164
(158,129,100)
#A99077
(169,144,119)
#B49F8A
(180,159,138)
#BFAE9D
(191,174,157)
#CABDB0
(202,189,176)
#D5CCC3
(213,204,195)
#E0DBD6
(224,219,214)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D542B color. Also use rgb(125,84,43) instead hex code.

Text Font Color

.myTextColor { color: #7D542B; }

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

This text font color is #7D542B.

Background Color

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

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

This div background color is #7D542B.

Border color

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

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

This div border color is #7D542B.

Opacity

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

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

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

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

This text has shadow with #7D542B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D542B.

Preview

Color preview on black background

This text has color #7D542B on black background.


Color preview on white background

This text has color #7D542B on white background.


Black color preview on #7D542B background

This text has black color on #7D542B background.


White color preview on #7D542B background

This text has white color on #7D542B background.


Related colors

Complementary color

Complementary color for #hex is #82ABD4.


I love getcolorcode.com

Triadic colors

1 #2B7D54 and #542B7D with #7D542B are triadic colors.

2 #2B547D and #547D2B with #7D542B are triadic colors.