COLOR #7E7344

HEX: #7E7344 RGB: (126,115,68)

Color info

#7E7344 contains red, green and blue colors in about the same proportion. Web safe color of #7E7344 is #666633 (or #663).

RGB color model

#7E7344 color RGB value is (126,115,68).

RGB: (126,115,68) (49%, 45%, 27%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 68 of 255 = 27%

126
115
68

R + G + B ~ 40%. #7E7344 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 68 = 309 (100%)
R 126 of 309 ~ 40.78%
G 115 of 309 ~ 37.22%
B 68 of 309 ~ 22.01'%

%40.78
%37.22
%22.01

CMYK color model

#7E7344 color CMYK value is (0,9,46,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 46.03%
  • key color value is 50.59%

CMYK: (0,9,46,51)
C0M9Y46K51 (0%, 9%, 46%, 51%)
(0.00 / 0.09 / 0.46 / 0.51)

CMYK percentages

%0
%8.73
%46.03
%50.59

Codes

Color #7E7344 in popluar color models

7E 73 44
RGB 126 115 68
HSL 49° 29.90% 38.04%
HSB/HSV 49° 46.03% 49.41%
CMYK 0.00% 8.73% 46.03%
50.59%

Color #7E7344 in popluar number systems.

HEX 7E 73 44
Decimal 126 115 68
Binary 1111110 1110011 1000100
Octal 176 163 104

Shades and tints

Shades of #7E7344

#7E7344
(126,115,68)
#73693E
(115,105,62)
#685F38
(104,95,56)
#5D5532
(93,85,50)
#524B2C
(82,75,44)
#474126
(71,65,38)
#3C3720
(60,55,32)
#312D1A
(49,45,26)
#262314
(38,35,20)
#1B190E
(27,25,14)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #7E7344

#7E7344
(126,115,68)
#897F55
(137,127,85)
#948B66
(148,139,102)
#9F9777
(159,151,119)
#AAA388
(170,163,136)
#B5AF99
(181,175,153)
#C0BBAA
(192,187,170)
#CBC7BB
(203,199,187)
#D6D3CC
(214,211,204)
#E1DFDD
(225,223,221)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7344 color. Also use rgb(126,115,68) instead hex code.

Text Font Color

.myTextColor { color: #7E7344; }

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

This text font color is #7E7344.

Background Color

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

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

This div background color is #7E7344.

Border color

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

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

This div border color is #7E7344.

Opacity

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

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

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

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

This text has shadow with #7E7344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7344.

Preview

Color preview on black background

This text has color #7E7344 on black background.


Color preview on white background

This text has color #7E7344 on white background.


Black color preview on #7E7344 background

This text has black color on #7E7344 background.


White color preview on #7E7344 background

This text has white color on #7E7344 background.


Related colors

Complementary color

Complementary color for #hex is #818CBB.


I love getcolorcode.com

Triadic colors

1 #447E73 and #73447E with #7E7344 are triadic colors.

2 #44737E and #737E44 with #7E7344 are triadic colors.