COLOR #7E5959

HEX: #7E5959 RGB: (126,89,89)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
89
89

R + G + B ~ 40%. #7E5959 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 89 + 89 = 304 (100%)
R 126 of 304 ~ 41.45%
G 89 of 304 ~ 29.28%
B 89 of 304 ~ 29.28'%

%41.45
%29.28
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.37%
  • yellow value is 29.37%
  • key color value is 50.59%
CMYK: (0,29,29,51) C0M29Y29K51 (0%,29%,29%,51%) (0.00/0.29/0.29/0.51) 

CMYK percentages

%0
%29.37
%29.37
%50.59

Codes

Color #7E5959 in popluar color models

7E 59 59
RGB 126 89 89
HSL 17.21% 42.16%
HSB/HSV 29.37% 49.41%
CMYK 0.00% 29.37% 29.37%
50.59%

Color #7E5959 in popluar number systems.

HEX 7E 59 59
Decimal 126 89 89
Binary 1111110 1011001 1011001
Octal 176 131 131

Shades and tints

Shades of #7E5959

#7E5959
(126,89,89)
#735151
(115,81,81)
#684949
(104,73,73)
#5D4141
(93,65,65)
#523939
(82,57,57)
#473131
(71,49,49)
#3C2929
(60,41,41)
#312121
(49,33,33)
#261919
(38,25,25)
#1B1111
(27,17,17)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #7E5959

#7E5959
(126,89,89)
#896868
(137,104,104)
#947777
(148,119,119)
#9F8686
(159,134,134)
#AA9595
(170,149,149)
#B5A4A4
(181,164,164)
#C0B3B3
(192,179,179)
#CBC2C2
(203,194,194)
#D6D1D1
(214,209,209)
#E1E0E0
(225,224,224)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5959; }

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

This text font color is #7E5959.

Background Color

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

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

This div background color is #7E5959.

Border color

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

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

This div border color is #7E5959.

Opacity

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

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

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

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

This text has shadow with #7E5959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5959.

Preview

Color preview on black background

This text has color #7E5959 on black background.


Color preview on white background

This text has color #7E5959 on white background.


Black color preview on #7E5959 background

This text has black color on #7E5959 background.


White color preview on #7E5959 background

This text has white color on #7E5959 background.


Related colors

Complementary color

Complementary color for #hex is #81A6A6.


I love getcolorcode.com