COLOR #7E6353

HEX: #7E6353
RGB: (126,99,83)

Color info

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

RGB color model

#7E6353 color RGB value is (126,99,83).

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

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 83 of 255 = 33%

126
99
83

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 83 = 308 (100%)
R 126 of 308 ~ 40.91%
G 99 of 308 ~ 32.14%
B 83 of 308 ~ 26.95%

%40.91
%32.14
%26.95

CMYK color model

#7E6353 color CMYK value is (0,21,34,51).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 34.13%
  • key color value is 50.59%
CMYK:
(0,21,34,51)
C0M21Y34K51 
(0%,21%,34%,51%)
(0.00/0.21/0.34/0.51)	

CMYK percentages

%0
%21.43
%34.13
%50.59

Codes

Color #7E6353 in popluar color models

7E6353
RGB1269983
HSL22°20.57%40.98%
HSB/HSV22°34.13%49.41%
CMYK0.00%21.43%34.13%
50.59%

Color #7E6353 in popluar number systems.

HEX7E6353
Decimal1269983
Binary111111011000111010011
Octal176143123

Shades and tints

Shades of #7E6353

#7E6353
(126,99,83)
#735A4C
(115,90,76)
#685145
(104,81,69)
#5D483E
(93,72,62)
#523F37
(82,63,55)
#473630
(71,54,48)
#3C2D29
(60,45,41)
#312422
(49,36,34)
#261B1B
(38,27,27)
#1B1214
(27,18,20)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #7E6353

#7E6353
(126,99,83)
#897162
(137,113,98)
#947F71
(148,127,113)
#9F8D80
(159,141,128)
#AA9B8F
(170,155,143)
#B5A99E
(181,169,158)
#C0B7AD
(192,183,173)
#CBC5BC
(203,197,188)
#D6D3CB
(214,211,203)
#E1E1DA
(225,225,218)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6353; }

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

This text font color is #7E6353.


Background Color

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

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

This div background color is #7E6353.


Border color

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

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

This div border color is #7E6353.


Opacity

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

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

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

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

This text has shadow with #7E6353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6353 on black background.


Color preview on white background

This text has color #7E6353 on white background.



Black color preview on #7E6353 background

This text has black color on #7E6353 background.


White color preview on #7E6353 background

This text has white color on #7E6353 background.