COLOR #7E6251

HEX: #7E6251
RGB: (126,98,81)

Color info

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

RGB color model

#7E6251 color RGB value is (126,98,81).

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

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 81 of 255 = 32%

126
98
81

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 81 = 305 (100%)
R 126 of 305 ~ 41.31%
G 98 of 305 ~ 32.13%
B 81 of 305 ~ 26.56%

%41.31
%32.13
%26.56

CMYK color model

#7E6251 color CMYK value is (0,22,36,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 35.71%
  • key color value is 50.59%
CMYK:
(0,22,36,51)
C0M22Y36K51 
(0%,22%,36%,51%)
(0.00/0.22/0.36/0.51)	

CMYK percentages

%0
%22.22
%35.71
%50.59

Codes

Color #7E6251 in popluar color models

7E6251
RGB1269881
HSL23°21.74%40.59%
HSB/HSV23°35.71%49.41%
CMYK0.00%22.22%35.71%
50.59%

Color #7E6251 in popluar number systems.

HEX7E6251
Decimal1269881
Binary111111011000101010001
Octal176142121

Shades and tints

Shades of #7E6251

#7E6251
(126,98,81)
#735A4A
(115,90,74)
#685243
(104,82,67)
#5D4A3C
(93,74,60)
#524235
(82,66,53)
#473A2E
(71,58,46)
#3C3227
(60,50,39)
#312A20
(49,42,32)
#262219
(38,34,25)
#1B1A12
(27,26,18)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #7E6251

#7E6251
(126,98,81)
#897060
(137,112,96)
#947E6F
(148,126,111)
#9F8C7E
(159,140,126)
#AA9A8D
(170,154,141)
#B5A89C
(181,168,156)
#C0B6AB
(192,182,171)
#CBC4BA
(203,196,186)
#D6D2C9
(214,210,201)
#E1E0D8
(225,224,216)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6251; }

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

This text font color is #7E6251.


Background Color

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

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

This div background color is #7E6251.


Border color

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

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

This div border color is #7E6251.


Opacity

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

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

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

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

This text has shadow with #7E6251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6251 on black background.


Color preview on white background

This text has color #7E6251 on white background.



Black color preview on #7E6251 background

This text has black color on #7E6251 background.


White color preview on #7E6251 background

This text has white color on #7E6251 background.