COLOR #7E534A

HEX: #7E534A RGB: (126,83,74)

Color info

#7E534A contains red, green and blue colors in about the same proportion. Web safe color of #7E534A is #666633 (or #663).

RGB color model

#7E534A color RGB value is (126,83,74).

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

RGB channels and saturation

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

126
83
74

R + G + B ~ 37%. #7E534A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 83 + 74 = 283 (100%)
R 126 of 283 ~ 44.52%
G 83 of 283 ~ 29.33%
B 74 of 283 ~ 26.15'%

%44.52
%29.33
%26.15

CMYK color model

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

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

CMYK: (0,34,41,51)
C0M34Y41K51 (0%, 34%, 41%, 51%)
(0.00 / 0.34 / 0.41 / 0.51)

CMYK percentages

%0
%34.13
%41.27
%50.59

Codes

Color #7E534A in popluar color models

7E 53 4A
RGB 126 83 74
HSL 10° 26.00% 39.22%
HSB/HSV 10° 41.27% 49.41%
CMYK 0.00% 34.13% 41.27%
50.59%

Color #7E534A in popluar number systems.

HEX 7E 53 4A
Decimal 126 83 74
Binary 1111110 1010011 1001010
Octal 176 123 112

Shades and tints

Shades of #7E534A

#7E534A
(126,83,74)
#734C44
(115,76,68)
#68453E
(104,69,62)
#5D3E38
(93,62,56)
#523732
(82,55,50)
#47302C
(71,48,44)
#3C2926
(60,41,38)
#312220
(49,34,32)
#261B1A
(38,27,26)
#1B1414
(27,20,20)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E534A

#7E534A
(126,83,74)
#89625A
(137,98,90)
#94716A
(148,113,106)
#9F807A
(159,128,122)
#AA8F8A
(170,143,138)
#B59E9A
(181,158,154)
#C0ADAA
(192,173,170)
#CBBCBA
(203,188,186)
#D6CBCA
(214,203,202)
#E1DADA
(225,218,218)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E534A; }

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

This text font color is #7E534A.

Background Color

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

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

This div background color is #7E534A.

Border color

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

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

This div border color is #7E534A.

Opacity

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

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

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

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

This text has shadow with #7E534A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E534A.

Preview

Color preview on black background

This text has color #7E534A on black background.


Color preview on white background

This text has color #7E534A on white background.


Black color preview on #7E534A background

This text has black color on #7E534A background.


White color preview on #7E534A background

This text has white color on #7E534A background.


Related colors

Complementary color

Complementary color for #hex is #81ACB5.


I love getcolorcode.com

Triadic colors

1 #4A7E53 and #534A7E with #7E534A are triadic colors.

2 #4A537E and #537E4A with #7E534A are triadic colors.