COLOR #7E4C3F

HEX: #7E4C3F
RGB: (126,76,63)

Color info

#7E4C3F contains mainly red and green colors. Web safe color of #7E4C3F is #663333 (or #633).

RGB color model

#7E4C3F color RGB value is (126,76,63).

  • red value is 126;
  • green value is 76;
  • blue value is 63.
RGB:
(126,76,63)
(49%,30%,25%)

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 63 of 255 = 25%

126
76
63

R + G + B ~ 35%. #7E4C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 76 + 63 = 265 (100%)
R 126 of 265 ~ 47.55%
G 76 of 265 ~ 28.68%
B 63 of 265 ~ 23.77%

%47.55
%28.68
%23.77

CMYK color model

#7E4C3F color CMYK value is (0,40,50,51).

  • cyan value is 0.00%
  • magenta value is 39.68%
  • yellow value is 50.00%
  • key color value is 50.59%
CMYK:
(0,40,50,51)
C0M40Y50K51 
(0%,40%,50%,51%)
(0.00/0.40/0.50/0.51)	

CMYK percentages

%0
%39.68
%50
%50.59

Codes

Color #7E4C3F in popluar color models

7E4C3F
RGB1267663
HSL12°33.33%37.06%
HSB/HSV12°50.00%49.41%
CMYK0.00%39.68%50.00%
50.59%

Color #7E4C3F in popluar number systems.

HEX7E4C3F
Decimal1267663
Binary11111101001100111111
Octal17611477

Shades and tints

Shades of #7E4C3F

#7E4C3F
(126,76,63)
#73463A
(115,70,58)
#684035
(104,64,53)
#5D3A30
(93,58,48)
#52342B
(82,52,43)
#472E26
(71,46,38)
#3C2821
(60,40,33)
#31221C
(49,34,28)
#261C17
(38,28,23)
#1B1612
(27,22,18)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #7E4C3F

#7E4C3F
(126,76,63)
#895C50
(137,92,80)
#946C61
(148,108,97)
#9F7C72
(159,124,114)
#AA8C83
(170,140,131)
#B59C94
(181,156,148)
#C0ACA5
(192,172,165)
#CBBCB6
(203,188,182)
#D6CCC7
(214,204,199)
#E1DCD8
(225,220,216)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4C3F color. Also use rgb(126,76,63) instead hex code.

Text Font Color

.myTextColor { color: #7E4C3F; }

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

This text font color is #7E4C3F.


Background Color

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

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

This div background color is #7E4C3F.


Border color

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

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

This div border color is #7E4C3F.


Opacity

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

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

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

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

This text has shadow with #7E4C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4C3F on black background.


Color preview on white background

This text has color #7E4C3F on white background.



Black color preview on #7E4C3F background

This text has black color on #7E4C3F background.


White color preview on #7E4C3F background

This text has white color on #7E4C3F background.