COLOR #7E4F25

HEX: #7E4F25
RGB: (126,79,37)

Color info

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

RGB color model

#7E4F25 color RGB value is (126,79,37).

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

RGB channels and saturation

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

126
79
37

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

Portions of RGB colors in percentages

R + G + B =
126 + 79 + 37 = 242 (100%)
R 126 of 242 ~ 52.07%
G 79 of 242 ~ 32.64%
B 37 of 242 ~ 15.29%

%52.07
%32.64
%15.29

CMYK color model

#7E4F25 color CMYK value is (0,37,71,51).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 70.63%
  • key color value is 50.59%
CMYK:
(0,37,71,51)
C0M37Y71K51 
(0%,37%,71%,51%)
(0.00/0.37/0.71/0.51)	

CMYK percentages

%0
%37.3
%70.63
%50.59

Codes

Color #7E4F25 in popluar color models

7E4F25
RGB1267937
HSL28°54.60%31.96%
HSB/HSV28°70.63%49.41%
CMYK0.00%37.30%70.63%
50.59%

Color #7E4F25 in popluar number systems.

HEX7E4F25
Decimal1267937
Binary11111101001111100101
Octal17611745

Shades and tints

Shades of #7E4F25

#7E4F25
(126,79,37)
#734822
(115,72,34)
#68411F
(104,65,31)
#5D3A1C
(93,58,28)
#523319
(82,51,25)
#472C16
(71,44,22)
#3C2513
(60,37,19)
#311E10
(49,30,16)
#26170D
(38,23,13)
#1B100A
(27,16,10)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #7E4F25

#7E4F25
(126,79,37)
#895F38
(137,95,56)
#946F4B
(148,111,75)
#9F7F5E
(159,127,94)
#AA8F71
(170,143,113)
#B59F84
(181,159,132)
#C0AF97
(192,175,151)
#CBBFAA
(203,191,170)
#D6CFBD
(214,207,189)
#E1DFD0
(225,223,208)
#ECEFE3
(236,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4F25; }

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

This text font color is #7E4F25.


Background Color

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

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

This div background color is #7E4F25.


Border color

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

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

This div border color is #7E4F25.


Opacity

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

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

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

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

This text has shadow with #7E4F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4F25 on black background.


Color preview on white background

This text has color #7E4F25 on white background.



Black color preview on #7E4F25 background

This text has black color on #7E4F25 background.


White color preview on #7E4F25 background

This text has white color on #7E4F25 background.