COLOR #7E5837

HEX: #7E5837 RGB: (126,88,55)

Color info

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

RGB color model

#7E5837 color RGB value is (126,88,55).

RGB: (126,88,55) (49%, 35%, 22%)

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 55 of 255 = 22%

126
88
55

R + G + B ~ 35%. #7E5837 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 88 + 55 = 269 (100%)
R 126 of 269 ~ 46.84%
G 88 of 269 ~ 32.71%
B 55 of 269 ~ 20.45'%

%46.84
%32.71
%20.45

CMYK color model

#7E5837 color CMYK value is (0,30,56,51).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 56.35%
  • key color value is 50.59%

CMYK: (0,30,56,51)
C0M30Y56K51 (0%, 30%, 56%, 51%)
(0.00 / 0.30 / 0.56 / 0.51)

CMYK percentages

%0
%30.16
%56.35
%50.59

Codes

Color #7E5837 in popluar color models

7E 58 37
RGB 126 88 55
HSL 28° 39.23% 35.49%
HSB/HSV 28° 56.35% 49.41%
CMYK 0.00% 30.16% 56.35%
50.59%

Color #7E5837 in popluar number systems.

HEX 7E 58 37
Decimal 126 88 55
Binary 1111110 1011000 110111
Octal 176 130 67

Shades and tints

Shades of #7E5837

#7E5837
(126,88,55)
#735032
(115,80,50)
#68482D
(104,72,45)
#5D4028
(93,64,40)
#523823
(82,56,35)
#47301E
(71,48,30)
#3C2819
(60,40,25)
#312014
(49,32,20)
#26180F
(38,24,15)
#1B100A
(27,16,10)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #7E5837

#7E5837
(126,88,55)
#896749
(137,103,73)
#94765B
(148,118,91)
#9F856D
(159,133,109)
#AA947F
(170,148,127)
#B5A391
(181,163,145)
#C0B2A3
(192,178,163)
#CBC1B5
(203,193,181)
#D6D0C7
(214,208,199)
#E1DFD9
(225,223,217)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5837 color. Also use rgb(126,88,55) instead hex code.

Text Font Color

.myTextColor { color: #7E5837; }

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

This text font color is #7E5837.

Background Color

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

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

This div background color is #7E5837.

Border color

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

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

This div border color is #7E5837.

Opacity

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

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

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

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

This text has shadow with #7E5837 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5837.

Preview

Color preview on black background

This text has color #7E5837 on black background.


Color preview on white background

This text has color #7E5837 on white background.


Black color preview on #7E5837 background

This text has black color on #7E5837 background.


White color preview on #7E5837 background

This text has white color on #7E5837 background.


Related colors

Complementary color

Complementary color for #hex is #81A7C8.


I love getcolorcode.com

Triadic colors

1 #377E58 and #58377E with #7E5837 are triadic colors.

2 #37587E and #587E37 with #7E5837 are triadic colors.