COLOR #7E5351

HEX: #7E5351
RGB: (126,83,81)

Color info

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

RGB color model

#7E5351 color RGB value is (126,83,81).

  • red value is 126;
  • green value is 83;
  • blue value is 81.
RGB:
(126,83,81)
(49%,33%,32%)

RGB channels and saturation

R 126 of 255 = 49%
G 83 of 255 = 33%
B 81 of 255 = 32%

126
83
81

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

Portions of RGB colors in percentages

R + G + B =
126 + 83 + 81 = 290 (100%)
R 126 of 290 ~ 43.45%
G 83 of 290 ~ 28.62%
B 81 of 290 ~ 27.93%

%43.45
%28.62
%27.93

CMYK color model

#7E5351 color CMYK value is (0,34,36,51).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 35.71%
  • key color value is 50.59%
CMYK:
(0,34,36,51)
C0M34Y36K51 
(0%,34%,36%,51%)
(0.00/0.34/0.36/0.51)	

CMYK percentages

%0
%34.13
%35.71
%50.59

Codes

Color #7E5351 in popluar color models

7E5351
RGB1268381
HSL21.74%40.59%
HSB/HSV35.71%49.41%
CMYK0.00%34.13%35.71%
50.59%

Color #7E5351 in popluar number systems.

HEX7E5351
Decimal1268381
Binary111111010100111010001
Octal176123121

Shades and tints

Shades of #7E5351

#7E5351
(126,83,81)
#734C4A
(115,76,74)
#684543
(104,69,67)
#5D3E3C
(93,62,60)
#523735
(82,55,53)
#47302E
(71,48,46)
#3C2927
(60,41,39)
#312220
(49,34,32)
#261B19
(38,27,25)
#1B1412
(27,20,18)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #7E5351

#7E5351
(126,83,81)
#896260
(137,98,96)
#94716F
(148,113,111)
#9F807E
(159,128,126)
#AA8F8D
(170,143,141)
#B59E9C
(181,158,156)
#C0ADAB
(192,173,171)
#CBBCBA
(203,188,186)
#D6CBC9
(214,203,201)
#E1DAD8
(225,218,216)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5351; }

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

This text font color is #7E5351.


Background Color

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

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

This div background color is #7E5351.


Border color

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

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

This div border color is #7E5351.


Opacity

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

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

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

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

This text has shadow with #7E5351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5351 on black background.


Color preview on white background

This text has color #7E5351 on white background.



Black color preview on #7E5351 background

This text has black color on #7E5351 background.


White color preview on #7E5351 background

This text has white color on #7E5351 background.