COLOR #7E5F3E

HEX: #7E5F3E RGB: (126,95,62)

Color info

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

RGB color model

#7E5F3E color RGB value is (126,95,62).

RGB: (126,95,62) (49%, 37%, 24%)

RGB channels and saturation

R 126 of 255 = 49%
G 95 of 255 = 37%
B 62 of 255 = 24%

126
95
62

R + G + B ~ 37%. #7E5F3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 95 + 62 = 283 (100%)
R 126 of 283 ~ 44.52%
G 95 of 283 ~ 33.57%
B 62 of 283 ~ 21.91'%

%44.52
%33.57
%21.91

CMYK color model

#7E5F3E color CMYK value is (0,25,51,51).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 50.79%
  • key color value is 50.59%

CMYK: (0,25,51,51)
C0M25Y51K51 (0%, 25%, 51%, 51%)
(0.00 / 0.25 / 0.51 / 0.51)

CMYK percentages

%0
%24.6
%50.79
%50.59

Codes

Color #7E5F3E in popluar color models

7E 5F 3E
RGB 126 95 62
HSL 31° 34.04% 36.86%
HSB/HSV 31° 50.79% 49.41%
CMYK 0.00% 24.60% 50.79%
50.59%

Color #7E5F3E in popluar number systems.

HEX 7E 5F 3E
Decimal 126 95 62
Binary 1111110 1011111 111110
Octal 176 137 76

Shades and tints

Shades of #7E5F3E

#7E5F3E
(126,95,62)
#735739
(115,87,57)
#684F34
(104,79,52)
#5D472F
(93,71,47)
#523F2A
(82,63,42)
#473725
(71,55,37)
#3C2F20
(60,47,32)
#31271B
(49,39,27)
#261F16
(38,31,22)
#1B1711
(27,23,17)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E5F3E

#7E5F3E
(126,95,62)
#896D4F
(137,109,79)
#947B60
(148,123,96)
#9F8971
(159,137,113)
#AA9782
(170,151,130)
#B5A593
(181,165,147)
#C0B3A4
(192,179,164)
#CBC1B5
(203,193,181)
#D6CFC6
(214,207,198)
#E1DDD7
(225,221,215)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5F3E color. Also use rgb(126,95,62) instead hex code.

Text Font Color

.myTextColor { color: #7E5F3E; }

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

This text font color is #7E5F3E.

Background Color

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

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

This div background color is #7E5F3E.

Border color

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

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

This div border color is #7E5F3E.

Opacity

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

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

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

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

This text has shadow with #7E5F3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5F3E.

Preview

Color preview on black background

This text has color #7E5F3E on black background.


Color preview on white background

This text has color #7E5F3E on white background.


Black color preview on #7E5F3E background

This text has black color on #7E5F3E background.


White color preview on #7E5F3E background

This text has white color on #7E5F3E background.


Related colors

Complementary color

Complementary color for #hex is #81A0C1.


I love getcolorcode.com

Triadic colors

1 #3E7E5F and #5F3E7E with #7E5F3E are triadic colors.

2 #3E5F7E and #5F7E3E with #7E5F3E are triadic colors.