COLOR #7E5B24

HEX: #7E5B24
RGB: (126,91,36)

Color info

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

RGB color model

#7E5B24 color RGB value is (126,91,36).

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

RGB channels and saturation

R 126 of 255 = 49%
G 91 of 255 = 36%
B 36 of 255 = 14%

126
91
36

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

Portions of RGB colors in percentages

R + G + B =
126 + 91 + 36 = 253 (100%)
R 126 of 253 ~ 49.8%
G 91 of 253 ~ 35.97%
B 36 of 253 ~ 14.23%

%49.8
%35.97
%14.23

CMYK color model

#7E5B24 color CMYK value is (0,28,71,51).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 71.43%
  • key color value is 50.59%
CMYK:
(0,28,71,51)
C0M28Y71K51 
(0%,28%,71%,51%)
(0.00/0.28/0.71/0.51)	

CMYK percentages

%0
%27.78
%71.43
%50.59

Codes

Color #7E5B24 in popluar color models

7E5B24
RGB1269136
HSL37°55.56%31.76%
HSB/HSV37°71.43%49.41%
CMYK0.00%27.78%71.43%
50.59%

Color #7E5B24 in popluar number systems.

HEX7E5B24
Decimal1269136
Binary11111101011011100100
Octal17613344

Shades and tints

Shades of #7E5B24

#7E5B24
(126,91,36)
#735321
(115,83,33)
#684B1E
(104,75,30)
#5D431B
(93,67,27)
#523B18
(82,59,24)
#473315
(71,51,21)
#3C2B12
(60,43,18)
#31230F
(49,35,15)
#261B0C
(38,27,12)
#1B1309
(27,19,9)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #7E5B24

#7E5B24
(126,91,36)
#896937
(137,105,55)
#94774A
(148,119,74)
#9F855D
(159,133,93)
#AA9370
(170,147,112)
#B5A183
(181,161,131)
#C0AF96
(192,175,150)
#CBBDA9
(203,189,169)
#D6CBBC
(214,203,188)
#E1D9CF
(225,217,207)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5B24; }

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

This text font color is #7E5B24.


Background Color

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

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

This div background color is #7E5B24.


Border color

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

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

This div border color is #7E5B24.


Opacity

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

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

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

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

This text has shadow with #7E5B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5B24 on black background.


Color preview on white background

This text has color #7E5B24 on white background.



Black color preview on #7E5B24 background

This text has black color on #7E5B24 background.


White color preview on #7E5B24 background

This text has white color on #7E5B24 background.