COLOR #7E613E

HEX: #7E613E
RGB: (126,97,62)

Color info

#7E613E contains mainly red and green colors. Web safe color of #7E613E is #666633 (or #663).

RGB color model

#7E613E color RGB value is (126,97,62).

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

RGB channels and saturation

R 126 of 255 = 49%
G 97 of 255 = 38%
B 62 of 255 = 24%

126
97
62

R + G + B ~ 37%. #7E613E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 97 + 62 = 285 (100%)
R 126 of 285 ~ 44.21%
G 97 of 285 ~ 34.04%
B 62 of 285 ~ 21.75%

%44.21
%34.04
%21.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 50.79%
  • key color value is 50.59%
CMYK:
(0,23,51,51)
C0M23Y51K51 
(0%,23%,51%,51%)
(0.00/0.23/0.51/0.51)	

CMYK percentages

%0
%23.02
%50.79
%50.59

Codes

Color #7E613E in popluar color models

7E613E
RGB1269762
HSL33°34.04%36.86%
HSB/HSV33°50.79%49.41%
CMYK0.00%23.02%50.79%
50.59%

Color #7E613E in popluar number systems.

HEX7E613E
Decimal1269762
Binary11111101100001111110
Octal17614176

Shades and tints

Shades of #7E613E

#7E613E
(126,97,62)
#735939
(115,89,57)
#685134
(104,81,52)
#5D492F
(93,73,47)
#52412A
(82,65,42)
#473925
(71,57,37)
#3C3120
(60,49,32)
#31291B
(49,41,27)
#262116
(38,33,22)
#1B1911
(27,25,17)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7E613E

#7E613E
(126,97,62)
#896F4F
(137,111,79)
#947D60
(148,125,96)
#9F8B71
(159,139,113)
#AA9982
(170,153,130)
#B5A793
(181,167,147)
#C0B5A4
(192,181,164)
#CBC3B5
(203,195,181)
#D6D1C6
(214,209,198)
#E1DFD7
(225,223,215)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E613E; }

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

This text font color is #7E613E.


Background Color

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

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

This div background color is #7E613E.


Border color

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

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

This div border color is #7E613E.


Opacity

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

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

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

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

This text has shadow with #7E613E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E613E on black background.


Color preview on white background

This text has color #7E613E on white background.



Black color preview on #7E613E background

This text has black color on #7E613E background.


White color preview on #7E613E background

This text has white color on #7E613E background.