COLOR #7E673E

HEX: #7E673E
RGB: (126,103,62)

Color info

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

RGB color model

#7E673E color RGB value is (126,103,62).

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

RGB channels and saturation

R 126 of 255 = 49%
G 103 of 255 = 40%
B 62 of 255 = 24%

126
103
62

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

Portions of RGB colors in percentages

R + G + B =
126 + 103 + 62 = 291 (100%)
R 126 of 291 ~ 43.3%
G 103 of 291 ~ 35.4%
B 62 of 291 ~ 21.31%

%43.3
%35.4
%21.31

CMYK color model

#7E673E color CMYK value is (0,18,51,51).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 50.79%
  • key color value is 50.59%
CMYK:
(0,18,51,51)
C0M18Y51K51 
(0%,18%,51%,51%)
(0.00/0.18/0.51/0.51)	

CMYK percentages

%0
%18.25
%50.79
%50.59

Codes

Color #7E673E in popluar color models

7E673E
RGB12610362
HSL38°34.04%36.86%
HSB/HSV38°50.79%49.41%
CMYK0.00%18.25%50.79%
50.59%

Color #7E673E in popluar number systems.

HEX7E673E
Decimal12610362
Binary11111101100111111110
Octal17614776

Shades and tints

Shades of #7E673E

#7E673E
(126,103,62)
#735E39
(115,94,57)
#685534
(104,85,52)
#5D4C2F
(93,76,47)
#52432A
(82,67,42)
#473A25
(71,58,37)
#3C3120
(60,49,32)
#31281B
(49,40,27)
#261F16
(38,31,22)
#1B1611
(27,22,17)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E673E

#7E673E
(126,103,62)
#89744F
(137,116,79)
#948160
(148,129,96)
#9F8E71
(159,142,113)
#AA9B82
(170,155,130)
#B5A893
(181,168,147)
#C0B5A4
(192,181,164)
#CBC2B5
(203,194,181)
#D6CFC6
(214,207,198)
#E1DCD7
(225,220,215)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E673E; }

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

This text font color is #7E673E.


Background Color

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

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

This div background color is #7E673E.


Border color

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

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

This div border color is #7E673E.


Opacity

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

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

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

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

This text has shadow with #7E673E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E673E on black background.


Color preview on white background

This text has color #7E673E on white background.



Black color preview on #7E673E background

This text has black color on #7E673E background.


White color preview on #7E673E background

This text has white color on #7E673E background.