COLOR #7E5953

HEX: #7E5953 RGB: (126,89,83)

Color info

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

RGB color model

#7E5953 color RGB value is (126,89,83).

RGB: (126,89,83) (49%, 35%, 33%)

RGB channels and saturation

R 126 of 255 = 49%
G 89 of 255 = 35%
B 83 of 255 = 33%

126
89
83

R + G + B ~ 39%. #7E5953 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 89 + 83 = 298 (100%)
R 126 of 298 ~ 42.28%
G 89 of 298 ~ 29.87%
B 83 of 298 ~ 27.85'%

%42.28
%29.87
%27.85

CMYK color model

#7E5953 color CMYK value is (0,29,34,51).

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

CMYK: (0,29,34,51)
C0M29Y34K51 (0%, 29%, 34%, 51%)
(0.00 / 0.29 / 0.34 / 0.51)

CMYK percentages

%0
%29.37
%34.13
%50.59

Codes

Color #7E5953 in popluar color models

7E 59 53
RGB 126 89 83
HSL 20.57% 40.98%
HSB/HSV 34.13% 49.41%
CMYK 0.00% 29.37% 34.13%
50.59%

Color #7E5953 in popluar number systems.

HEX 7E 59 53
Decimal 126 89 83
Binary 1111110 1011001 1010011
Octal 176 131 123

Shades and tints

Shades of #7E5953

#7E5953
(126,89,83)
#73514C
(115,81,76)
#684945
(104,73,69)
#5D413E
(93,65,62)
#523937
(82,57,55)
#473130
(71,49,48)
#3C2929
(60,41,41)
#312122
(49,33,34)
#26191B
(38,25,27)
#1B1114
(27,17,20)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #7E5953

#7E5953
(126,89,83)
#896862
(137,104,98)
#947771
(148,119,113)
#9F8680
(159,134,128)
#AA958F
(170,149,143)
#B5A49E
(181,164,158)
#C0B3AD
(192,179,173)
#CBC2BC
(203,194,188)
#D6D1CB
(214,209,203)
#E1E0DA
(225,224,218)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5953; }

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

This text font color is #7E5953.

Background Color

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

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

This div background color is #7E5953.

Border color

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

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

This div border color is #7E5953.

Opacity

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

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

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

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

This text has shadow with #7E5953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5953.

Preview

Color preview on black background

This text has color #7E5953 on black background.


Color preview on white background

This text has color #7E5953 on white background.


Black color preview on #7E5953 background

This text has black color on #7E5953 background.


White color preview on #7E5953 background

This text has white color on #7E5953 background.


Related colors

Complementary color

Complementary color for #hex is #81A6AC.


I love getcolorcode.com

Triadic colors

1 #537E59 and #59537E with #7E5953 are triadic colors.

2 #53597E and #597E53 with #7E5953 are triadic colors.