COLOR #7E7361

HEX: #7E7361
RGB: (126,115,97)

Color info

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

RGB color model

#7E7361 color RGB value is (126,115,97).

  • red value is 126;
  • green value is 115;
  • blue value is 97.
RGB:
(126,115,97)
(49%,45%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 97 of 255 = 38%

126
115
97

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 97 = 338 (100%)
R 126 of 338 ~ 37.28%
G 115 of 338 ~ 34.02%
B 97 of 338 ~ 28.7%

%37.28
%34.02
%28.7

CMYK color model

#7E7361 color CMYK value is (0,9,23,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 23.02%
  • key color value is 50.59%
CMYK:
(0,9,23,51)
C0M9Y23K51 
(0%,9%,23%,51%)
(0.00/0.09/0.23/0.51)	

CMYK percentages

%0
%8.73
%23.02
%50.59

Codes

Color #7E7361 in popluar color models

7E7361
RGB12611597
HSL37°13.00%43.73%
HSB/HSV37°23.02%49.41%
CMYK0.00%8.73%23.02%
50.59%

Color #7E7361 in popluar number systems.

HEX7E7361
Decimal12611597
Binary111111011100111100001
Octal176163141

Shades and tints

Shades of #7E7361

#7E7361
(126,115,97)
#736959
(115,105,89)
#685F51
(104,95,81)
#5D5549
(93,85,73)
#524B41
(82,75,65)
#474139
(71,65,57)
#3C3731
(60,55,49)
#312D29
(49,45,41)
#262321
(38,35,33)
#1B1919
(27,25,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #7E7361

#7E7361
(126,115,97)
#897F6F
(137,127,111)
#948B7D
(148,139,125)
#9F978B
(159,151,139)
#AAA399
(170,163,153)
#B5AFA7
(181,175,167)
#C0BBB5
(192,187,181)
#CBC7C3
(203,199,195)
#D6D3D1
(214,211,209)
#E1DFDF
(225,223,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7361; }

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

This text font color is #7E7361.


Background Color

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

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

This div background color is #7E7361.


Border color

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

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

This div border color is #7E7361.


Opacity

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

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

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

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

This text has shadow with #7E7361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7361 on black background.


Color preview on white background

This text has color #7E7361 on white background.



Black color preview on #7E7361 background

This text has black color on #7E7361 background.


White color preview on #7E7361 background

This text has white color on #7E7361 background.