COLOR #7E6345

HEX: #7E6345
RGB: (126,99,69)

Color info

#7E6345 contains red, green and blue colors in about the same proportion. Web safe color of #7E6345 is #666633 (or #663).

RGB color model

#7E6345 color RGB value is (126,99,69).

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

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 69 of 255 = 27%

126
99
69

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 69 = 294 (100%)
R 126 of 294 ~ 42.86%
G 99 of 294 ~ 33.67%
B 69 of 294 ~ 23.47%

%42.86
%33.67
%23.47

CMYK color model

#7E6345 color CMYK value is (0,21,45,51).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 45.24%
  • key color value is 50.59%
CMYK:
(0,21,45,51)
C0M21Y45K51 
(0%,21%,45%,51%)
(0.00/0.21/0.45/0.51)	

CMYK percentages

%0
%21.43
%45.24
%50.59

Codes

Color #7E6345 in popluar color models

7E6345
RGB1269969
HSL32°29.23%38.24%
HSB/HSV32°45.24%49.41%
CMYK0.00%21.43%45.24%
50.59%

Color #7E6345 in popluar number systems.

HEX7E6345
Decimal1269969
Binary111111011000111000101
Octal176143105

Shades and tints

Shades of #7E6345

#7E6345
(126,99,69)
#735A3F
(115,90,63)
#685139
(104,81,57)
#5D4833
(93,72,51)
#523F2D
(82,63,45)
#473627
(71,54,39)
#3C2D21
(60,45,33)
#31241B
(49,36,27)
#261B15
(38,27,21)
#1B120F
(27,18,15)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #7E6345

#7E6345
(126,99,69)
#897155
(137,113,85)
#947F65
(148,127,101)
#9F8D75
(159,141,117)
#AA9B85
(170,155,133)
#B5A995
(181,169,149)
#C0B7A5
(192,183,165)
#CBC5B5
(203,197,181)
#D6D3C5
(214,211,197)
#E1E1D5
(225,225,213)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6345; }

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

This text font color is #7E6345.


Background Color

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

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

This div background color is #7E6345.


Border color

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

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

This div border color is #7E6345.


Opacity

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

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

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

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

This text has shadow with #7E6345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6345 on black background.


Color preview on white background

This text has color #7E6345 on white background.



Black color preview on #7E6345 background

This text has black color on #7E6345 background.


White color preview on #7E6345 background

This text has white color on #7E6345 background.