COLOR #7E6253

HEX: #7E6253
RGB: (126,98,83)

Color info

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

RGB color model

#7E6253 color RGB value is (126,98,83).

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

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 83 of 255 = 33%

126
98
83

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 83 = 307 (100%)
R 126 of 307 ~ 41.04%
G 98 of 307 ~ 31.92%
B 83 of 307 ~ 27.04%

%41.04
%31.92
%27.04

CMYK color model

#7E6253 color CMYK value is (0,22,34,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 34.13%
  • key color value is 50.59%
CMYK:
(0,22,34,51)
C0M22Y34K51 
(0%,22%,34%,51%)
(0.00/0.22/0.34/0.51)	

CMYK percentages

%0
%22.22
%34.13
%50.59

Codes

Color #7E6253 in popluar color models

7E6253
RGB1269883
HSL21°20.57%40.98%
HSB/HSV21°34.13%49.41%
CMYK0.00%22.22%34.13%
50.59%

Color #7E6253 in popluar number systems.

HEX7E6253
Decimal1269883
Binary111111011000101010011
Octal176142123

Shades and tints

Shades of #7E6253

#7E6253
(126,98,83)
#735A4C
(115,90,76)
#685245
(104,82,69)
#5D4A3E
(93,74,62)
#524237
(82,66,55)
#473A30
(71,58,48)
#3C3229
(60,50,41)
#312A22
(49,42,34)
#26221B
(38,34,27)
#1B1A14
(27,26,20)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #7E6253

#7E6253
(126,98,83)
#897062
(137,112,98)
#947E71
(148,126,113)
#9F8C80
(159,140,128)
#AA9A8F
(170,154,143)
#B5A89E
(181,168,158)
#C0B6AD
(192,182,173)
#CBC4BC
(203,196,188)
#D6D2CB
(214,210,203)
#E1E0DA
(225,224,218)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6253; }

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

This text font color is #7E6253.


Background Color

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

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

This div background color is #7E6253.


Border color

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

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

This div border color is #7E6253.


Opacity

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

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

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

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

This text has shadow with #7E6253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6253 on black background.


Color preview on white background

This text has color #7E6253 on white background.



Black color preview on #7E6253 background

This text has black color on #7E6253 background.


White color preview on #7E6253 background

This text has white color on #7E6253 background.