COLOR #7E4F26

HEX: #7E4F26
RGB: (126,79,38)

Color info

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

RGB color model

#7E4F26 color RGB value is (126,79,38).

  • red value is 126;
  • green value is 79;
  • blue value is 38.
RGB:
(126,79,38)
(49%,31%,15%)

RGB channels and saturation

R 126 of 255 = 49%
G 79 of 255 = 31%
B 38 of 255 = 15%

126
79
38

R + G + B ~ 32%. #7E4F26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 79 + 38 = 243 (100%)
R 126 of 243 ~ 51.85%
G 79 of 243 ~ 32.51%
B 38 of 243 ~ 15.64%

%51.85
%32.51
%15.64

CMYK color model

#7E4F26 color CMYK value is (0,37,70,51).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 69.84%
  • key color value is 50.59%
CMYK:
(0,37,70,51)
C0M37Y70K51 
(0%,37%,70%,51%)
(0.00/0.37/0.70/0.51)	

CMYK percentages

%0
%37.3
%69.84
%50.59

Codes

Color #7E4F26 in popluar color models

7E4F26
RGB1267938
HSL28°53.66%32.16%
HSB/HSV28°69.84%49.41%
CMYK0.00%37.30%69.84%
50.59%

Color #7E4F26 in popluar number systems.

HEX7E4F26
Decimal1267938
Binary11111101001111100110
Octal17611746

Shades and tints

Shades of #7E4F26

#7E4F26
(126,79,38)
#734823
(115,72,35)
#684120
(104,65,32)
#5D3A1D
(93,58,29)
#52331A
(82,51,26)
#472C17
(71,44,23)
#3C2514
(60,37,20)
#311E11
(49,30,17)
#26170E
(38,23,14)
#1B100B
(27,16,11)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #7E4F26

#7E4F26
(126,79,38)
#895F39
(137,95,57)
#946F4C
(148,111,76)
#9F7F5F
(159,127,95)
#AA8F72
(170,143,114)
#B59F85
(181,159,133)
#C0AF98
(192,175,152)
#CBBFAB
(203,191,171)
#D6CFBE
(214,207,190)
#E1DFD1
(225,223,209)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4F26 color. Also use rgb(126,79,38) instead hex code.

Text Font Color

.myTextColor { color: #7E4F26; }

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

This text font color is #7E4F26.


Background Color

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

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

This div background color is #7E4F26.


Border color

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

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

This div border color is #7E4F26.


Opacity

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

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

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

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

This text has shadow with #7E4F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4F26 on black background.


Color preview on white background

This text has color #7E4F26 on white background.



Black color preview on #7E4F26 background

This text has black color on #7E4F26 background.


White color preview on #7E4F26 background

This text has white color on #7E4F26 background.