COLOR #7E531D

HEX: #7E531D RGB: (126,83,29)

Color info

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

RGB color model

#7E531D color RGB value is (126,83,29).

RGB: (126,83,29) (49%, 33%, 11%)

RGB channels and saturation

R 126 of 255 = 49%
G 83 of 255 = 33%
B 29 of 255 = 11%

126
83
29

R + G + B ~ 31%. #7E531D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 83 + 29 = 238 (100%)
R 126 of 238 ~ 52.94%
G 83 of 238 ~ 34.87%
B 29 of 238 ~ 12.18'%

%52.94
%34.87
%12.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 76.98%
  • key color value is 50.59%

CMYK: (0,34,77,51)
C0M34Y77K51 (0%, 34%, 77%, 51%)
(0.00 / 0.34 / 0.77 / 0.51)

CMYK percentages

%0
%34.13
%76.98
%50.59

Codes

Color #7E531D in popluar color models

7E 53 1D
RGB 126 83 29
HSL 33° 62.58% 30.39%
HSB/HSV 33° 76.98% 49.41%
CMYK 0.00% 34.13% 76.98%
50.59%

Color #7E531D in popluar number systems.

HEX 7E 53 1D
Decimal 126 83 29
Binary 1111110 1010011 11101
Octal 176 123 35

Shades and tints

Shades of #7E531D

#7E531D
(126,83,29)
#734C1B
(115,76,27)
#684519
(104,69,25)
#5D3E17
(93,62,23)
#523715
(82,55,21)
#473013
(71,48,19)
#3C2911
(60,41,17)
#31220F
(49,34,15)
#261B0D
(38,27,13)
#1B140B
(27,20,11)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #7E531D

#7E531D
(126,83,29)
#896231
(137,98,49)
#947145
(148,113,69)
#9F8059
(159,128,89)
#AA8F6D
(170,143,109)
#B59E81
(181,158,129)
#C0AD95
(192,173,149)
#CBBCA9
(203,188,169)
#D6CBBD
(214,203,189)
#E1DAD1
(225,218,209)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E531D color. Also use rgb(126,83,29) instead hex code.

Text Font Color

.myTextColor { color: #7E531D; }

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

This text font color is #7E531D.

Background Color

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

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

This div background color is #7E531D.

Border color

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

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

This div border color is #7E531D.

Opacity

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

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

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

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

This text has shadow with #7E531D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E531D.

Preview

Color preview on black background

This text has color #7E531D on black background.


Color preview on white background

This text has color #7E531D on white background.


Black color preview on #7E531D background

This text has black color on #7E531D background.


White color preview on #7E531D background

This text has white color on #7E531D background.


Related colors

Complementary color

Complementary color for #hex is #81ACE2.


I love getcolorcode.com

Triadic colors

1 #1D7E53 and #531D7E with #7E531D are triadic colors.

2 #1D537E and #537E1D with #7E531D are triadic colors.