COLOR #7E534E

HEX: #7E534E RGB: (126,83,78)

Color info

#7E534E contains red, green and blue colors in about the same proportion. Web safe color of #7E534E is #666666 (or #666).

RGB color model

#7E534E color RGB value is (126,83,78).

RGB: (126,83,78) (49%, 33%, 31%)

RGB channels and saturation

R 126 of 255 = 49%
G 83 of 255 = 33%
B 78 of 255 = 31%

126
83
78

R + G + B ~ 38%. #7E534E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 83 + 78 = 287 (100%)
R 126 of 287 ~ 43.9%
G 83 of 287 ~ 28.92%
B 78 of 287 ~ 27.18'%

%43.9
%28.92
%27.18

CMYK color model

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

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

CMYK: (0,34,38,51)
C0M34Y38K51 (0%, 34%, 38%, 51%)
(0.00 / 0.34 / 0.38 / 0.51)

CMYK percentages

%0
%34.13
%38.1
%50.59

Codes

Color #7E534E in popluar color models

7E 53 4E
RGB 126 83 78
HSL 23.53% 40.00%
HSB/HSV 38.10% 49.41%
CMYK 0.00% 34.13% 38.10%
50.59%

Color #7E534E in popluar number systems.

HEX 7E 53 4E
Decimal 126 83 78
Binary 1111110 1010011 1001110
Octal 176 123 116

Shades and tints

Shades of #7E534E

#7E534E
(126,83,78)
#734C47
(115,76,71)
#684540
(104,69,64)
#5D3E39
(93,62,57)
#523732
(82,55,50)
#47302B
(71,48,43)
#3C2924
(60,41,36)
#31221D
(49,34,29)
#261B16
(38,27,22)
#1B140F
(27,20,15)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #7E534E

#7E534E
(126,83,78)
#89625E
(137,98,94)
#94716E
(148,113,110)
#9F807E
(159,128,126)
#AA8F8E
(170,143,142)
#B59E9E
(181,158,158)
#C0ADAE
(192,173,174)
#CBBCBE
(203,188,190)
#D6CBCE
(214,203,206)
#E1DADE
(225,218,222)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E534E; }

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

This text font color is #7E534E.

Background Color

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

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

This div background color is #7E534E.

Border color

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

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

This div border color is #7E534E.

Opacity

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

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

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

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

This text has shadow with #7E534E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E534E.

Preview

Color preview on black background

This text has color #7E534E on black background.


Color preview on white background

This text has color #7E534E on white background.


Black color preview on #7E534E background

This text has black color on #7E534E background.


White color preview on #7E534E background

This text has white color on #7E534E background.


Related colors

Complementary color

Complementary color for #hex is #81ACB1.


I love getcolorcode.com

Triadic colors

1 #4E7E53 and #534E7E with #7E534E are triadic colors.

2 #4E537E and #537E4E with #7E534E are triadic colors.