COLOR #7E5725

HEX: #7E5725
RGB: (126,87,37)

Color info

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

RGB color model

#7E5725 color RGB value is (126,87,37).

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

RGB channels and saturation

R 126 of 255 = 49%
G 87 of 255 = 34%
B 37 of 255 = 15%

126
87
37

R + G + B ~ 33%. #7E5725 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 87 + 37 = 250 (100%)
R 126 of 250 ~ 50.4%
G 87 of 250 ~ 34.8%
B 37 of 250 ~ 14.8%

%50.4
%34.8
%14.8

CMYK color model

#7E5725 color CMYK value is (0,31,71,51).

  • cyan value is 0.00%
  • magenta value is 30.95%
  • yellow value is 70.63%
  • key color value is 50.59%
CMYK:
(0,31,71,51)
C0M31Y71K51 
(0%,31%,71%,51%)
(0.00/0.31/0.71/0.51)	

CMYK percentages

%0
%30.95
%70.63
%50.59

Codes

Color #7E5725 in popluar color models

7E5725
RGB1268737
HSL34°54.60%31.96%
HSB/HSV34°70.63%49.41%
CMYK0.00%30.95%70.63%
50.59%

Color #7E5725 in popluar number systems.

HEX7E5725
Decimal1268737
Binary11111101010111100101
Octal17612745

Shades and tints

Shades of #7E5725

#7E5725
(126,87,37)
#735022
(115,80,34)
#68491F
(104,73,31)
#5D421C
(93,66,28)
#523B19
(82,59,25)
#473416
(71,52,22)
#3C2D13
(60,45,19)
#312610
(49,38,16)
#261F0D
(38,31,13)
#1B180A
(27,24,10)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #7E5725

#7E5725
(126,87,37)
#896638
(137,102,56)
#94754B
(148,117,75)
#9F845E
(159,132,94)
#AA9371
(170,147,113)
#B5A284
(181,162,132)
#C0B197
(192,177,151)
#CBC0AA
(203,192,170)
#D6CFBD
(214,207,189)
#E1DED0
(225,222,208)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5725; }

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

This text font color is #7E5725.


Background Color

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

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

This div background color is #7E5725.


Border color

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

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

This div border color is #7E5725.


Opacity

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

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

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

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

This text has shadow with #7E5725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5725 on black background.


Color preview on white background

This text has color #7E5725 on white background.



Black color preview on #7E5725 background

This text has black color on #7E5725 background.


White color preview on #7E5725 background

This text has white color on #7E5725 background.