COLOR #7E5924

HEX: #7E5924
RGB: (126,89,36)

Color info

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

RGB color model

#7E5924 color RGB value is (126,89,36).

  • red value is 126;
  • green value is 89;
  • blue value is 36.
RGB:
(126,89,36)
(49%,35%,14%)

RGB channels and saturation

R 126 of 255 = 49%
G 89 of 255 = 35%
B 36 of 255 = 14%

126
89
36

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

Portions of RGB colors in percentages

R + G + B =
126 + 89 + 36 = 251 (100%)
R 126 of 251 ~ 50.2%
G 89 of 251 ~ 35.46%
B 36 of 251 ~ 14.34%

%50.2
%35.46
%14.34

CMYK color model

#7E5924 color CMYK value is (0,29,71,51).

  • cyan value is 0.00%
  • magenta value is 29.37%
  • yellow value is 71.43%
  • key color value is 50.59%
CMYK:
(0,29,71,51)
C0M29Y71K51 
(0%,29%,71%,51%)
(0.00/0.29/0.71/0.51)	

CMYK percentages

%0
%29.37
%71.43
%50.59

Codes

Color #7E5924 in popluar color models

7E5924
RGB1268936
HSL35°55.56%31.76%
HSB/HSV35°71.43%49.41%
CMYK0.00%29.37%71.43%
50.59%

Color #7E5924 in popluar number systems.

HEX7E5924
Decimal1268936
Binary11111101011001100100
Octal17613144

Shades and tints

Shades of #7E5924

#7E5924
(126,89,36)
#735121
(115,81,33)
#68491E
(104,73,30)
#5D411B
(93,65,27)
#523918
(82,57,24)
#473115
(71,49,21)
#3C2912
(60,41,18)
#31210F
(49,33,15)
#26190C
(38,25,12)
#1B1109
(27,17,9)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #7E5924

#7E5924
(126,89,36)
#896837
(137,104,55)
#94774A
(148,119,74)
#9F865D
(159,134,93)
#AA9570
(170,149,112)
#B5A483
(181,164,131)
#C0B396
(192,179,150)
#CBC2A9
(203,194,169)
#D6D1BC
(214,209,188)
#E1E0CF
(225,224,207)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5924 color. Also use rgb(126,89,36) instead hex code.

Text Font Color

.myTextColor { color: #7E5924; }

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

This text font color is #7E5924.


Background Color

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

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

This div background color is #7E5924.


Border color

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

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

This div border color is #7E5924.


Opacity

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

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

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

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

This text has shadow with #7E5924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5924 on black background.


Color preview on white background

This text has color #7E5924 on white background.



Black color preview on #7E5924 background

This text has black color on #7E5924 background.


White color preview on #7E5924 background

This text has white color on #7E5924 background.