COLOR #7E5851

HEX: #7E5851 RGB: (126,88,81)

Color info

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

RGB color model

#7E5851 color RGB value is (126,88,81).

RGB: (126,88,81) (49%, 35%, 32%)

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 81 of 255 = 32%

126
88
81

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

Portions of RGB colors in percentages

R + G + B = 126 + 88 + 81 = 295 (100%)
R 126 of 295 ~ 42.71%
G 88 of 295 ~ 29.83%
B 81 of 295 ~ 27.46'%

%42.71
%29.83
%27.46

CMYK color model

#7E5851 color CMYK value is (0,30,36,51).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 35.71%
  • key color value is 50.59%

CMYK: (0,30,36,51)
C0M30Y36K51 (0%, 30%, 36%, 51%)
(0.00 / 0.30 / 0.36 / 0.51)

CMYK percentages

%0
%30.16
%35.71
%50.59

Codes

Color #7E5851 in popluar color models

7E 58 51
RGB 126 88 81
HSL 21.74% 40.59%
HSB/HSV 35.71% 49.41%
CMYK 0.00% 30.16% 35.71%
50.59%

Color #7E5851 in popluar number systems.

HEX 7E 58 51
Decimal 126 88 81
Binary 1111110 1011000 1010001
Octal 176 130 121

Shades and tints

Shades of #7E5851

#7E5851
(126,88,81)
#73504A
(115,80,74)
#684843
(104,72,67)
#5D403C
(93,64,60)
#523835
(82,56,53)
#47302E
(71,48,46)
#3C2827
(60,40,39)
#312020
(49,32,32)
#261819
(38,24,25)
#1B1012
(27,16,18)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #7E5851

#7E5851
(126,88,81)
#896760
(137,103,96)
#94766F
(148,118,111)
#9F857E
(159,133,126)
#AA948D
(170,148,141)
#B5A39C
(181,163,156)
#C0B2AB
(192,178,171)
#CBC1BA
(203,193,186)
#D6D0C9
(214,208,201)
#E1DFD8
(225,223,216)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5851; }

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

This text font color is #7E5851.

Background Color

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

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

This div background color is #7E5851.

Border color

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

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

This div border color is #7E5851.

Opacity

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

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

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

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

This text has shadow with #7E5851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5851.

Preview

Color preview on black background

This text has color #7E5851 on black background.


Color preview on white background

This text has color #7E5851 on white background.


Black color preview on #7E5851 background

This text has black color on #7E5851 background.


White color preview on #7E5851 background

This text has white color on #7E5851 background.


Related colors

Complementary color

Complementary color for #hex is #81A7AE.


I love getcolorcode.com

Triadic colors

1 #517E58 and #58517E with #7E5851 are triadic colors.

2 #51587E and #587E51 with #7E5851 are triadic colors.