COLOR #7E523D

HEX: #7E523D RGB: (126,82,61)

Color info

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

RGB color model

#7E523D color RGB value is (126,82,61).

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

RGB channels and saturation

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

126
82
61

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

Portions of RGB colors in percentages

R + G + B = 126 + 82 + 61 = 269 (100%)
R 126 of 269 ~ 46.84%
G 82 of 269 ~ 30.48%
B 61 of 269 ~ 22.68'%

%46.84
%30.48
%22.68

CMYK color model

#7E523D color CMYK value is (0,35,52,51).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 51.59%
  • key color value is 50.59%
CMYK: (0,35,52,51) C0M35Y52K51 (0%,35%,52%,51%) (0.00/0.35/0.52/0.51) 

CMYK percentages

%0
%34.92
%51.59
%50.59

Codes

Color #7E523D in popluar color models

7E 52 3D
RGB 126 82 61
HSL 19° 34.76% 36.67%
HSB/HSV 19° 51.59% 49.41%
CMYK 0.00% 34.92% 51.59%
50.59%

Color #7E523D in popluar number systems.

HEX 7E 52 3D
Decimal 126 82 61
Binary 1111110 1010010 111101
Octal 176 122 75

Shades and tints

Shades of #7E523D

#7E523D
(126,82,61)
#734B38
(115,75,56)
#684433
(104,68,51)
#5D3D2E
(93,61,46)
#523629
(82,54,41)
#472F24
(71,47,36)
#3C281F
(60,40,31)
#31211A
(49,33,26)
#261A15
(38,26,21)
#1B1310
(27,19,16)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E523D

#7E523D
(126,82,61)
#89614E
(137,97,78)
#94705F
(148,112,95)
#9F7F70
(159,127,112)
#AA8E81
(170,142,129)
#B59D92
(181,157,146)
#C0ACA3
(192,172,163)
#CBBBB4
(203,187,180)
#D6CAC5
(214,202,197)
#E1D9D6
(225,217,214)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E523D; }

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

This text font color is #7E523D.

Background Color

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

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

This div background color is #7E523D.

Border color

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

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

This div border color is #7E523D.

Opacity

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

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

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

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

This text has shadow with #7E523D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E523D.

Preview

Color preview on black background

This text has color #7E523D on black background.


Color preview on white background

This text has color #7E523D on white background.


Black color preview on #7E523D background

This text has black color on #7E523D background.


White color preview on #7E523D background

This text has white color on #7E523D background.


Related colors

Complementary color

Complementary color for #hex is #81ADC2.


I love getcolorcode.com

Triadic colors

1 #3D7E52 and #523D7E with #7E523D are triadic colors.

2 #3D527E and #527E3D with #7E523D are triadic colors.