COLOR #7E6245

HEX: #7E6245 RGB: (126,98,69)

Color info

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

RGB color model

#7E6245 color RGB value is (126,98,69).

RGB: (126,98,69) (49%, 38%, 27%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 69 of 255 = 27%

126
98
69

R + G + B ~ 38%. #7E6245 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 98 + 69 = 293 (100%)
R 126 of 293 ~ 43%
G 98 of 293 ~ 33.45%
B 69 of 293 ~ 23.55'%

%43
%33.45
%23.55

CMYK color model

#7E6245 color CMYK value is (0,22,45,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 45.24%
  • key color value is 50.59%

CMYK: (0,22,45,51)
C0M22Y45K51 (0%, 22%, 45%, 51%)
(0.00 / 0.22 / 0.45 / 0.51)

CMYK percentages

%0
%22.22
%45.24
%50.59

Codes

Color #7E6245 in popluar color models

7E 62 45
RGB 126 98 69
HSL 31° 29.23% 38.24%
HSB/HSV 31° 45.24% 49.41%
CMYK 0.00% 22.22% 45.24%
50.59%

Color #7E6245 in popluar number systems.

HEX 7E 62 45
Decimal 126 98 69
Binary 1111110 1100010 1000101
Octal 176 142 105

Shades and tints

Shades of #7E6245

#7E6245
(126,98,69)
#735A3F
(115,90,63)
#685239
(104,82,57)
#5D4A33
(93,74,51)
#52422D
(82,66,45)
#473A27
(71,58,39)
#3C3221
(60,50,33)
#312A1B
(49,42,27)
#262215
(38,34,21)
#1B1A0F
(27,26,15)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #7E6245

#7E6245
(126,98,69)
#897055
(137,112,85)
#947E65
(148,126,101)
#9F8C75
(159,140,117)
#AA9A85
(170,154,133)
#B5A895
(181,168,149)
#C0B6A5
(192,182,165)
#CBC4B5
(203,196,181)
#D6D2C5
(214,210,197)
#E1E0D5
(225,224,213)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6245 color. Also use rgb(126,98,69) instead hex code.

Text Font Color

.myTextColor { color: #7E6245; }

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

This text font color is #7E6245.

Background Color

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

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

This div background color is #7E6245.

Border color

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

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

This div border color is #7E6245.

Opacity

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

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

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

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

This text has shadow with #7E6245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6245.

Preview

Color preview on black background

This text has color #7E6245 on black background.


Color preview on white background

This text has color #7E6245 on white background.


Black color preview on #7E6245 background

This text has black color on #7E6245 background.


White color preview on #7E6245 background

This text has white color on #7E6245 background.


Related colors

Complementary color

Complementary color for #hex is #819DBA.


I love getcolorcode.com

Triadic colors

1 #457E62 and #62457E with #7E6245 are triadic colors.

2 #45627E and #627E45 with #7E6245 are triadic colors.