COLOR #7E4521

HEX: #7E4521 RGB: (126,69,33)

Color info

#7E4521 contains mainly red and green colors. Web safe color of #7E4521 is #663333 (or #633).

RGB color model

#7E4521 color RGB value is (126,69,33).

RGB: (126,69,33) (49%, 27%, 13%)

RGB channels and saturation

R 126 of 255 = 49%
G 69 of 255 = 27%
B 33 of 255 = 13%

126
69
33

R + G + B ~ 30%. #7E4521 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 69 + 33 = 228 (100%)
R 126 of 228 ~ 55.26%
G 69 of 228 ~ 30.26%
B 33 of 228 ~ 14.47'%

%55.26
%30.26
%14.47

CMYK color model

#7E4521 color CMYK value is (0,45,74,51).

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

CMYK: (0,45,74,51)
C0M45Y74K51 (0%, 45%, 74%, 51%)
(0.00 / 0.45 / 0.74 / 0.51)

CMYK percentages

%0
%45.24
%73.81
%50.59

Codes

Color #7E4521 in popluar color models

7E 45 21
RGB 126 69 33
HSL 23° 58.49% 31.18%
HSB/HSV 23° 73.81% 49.41%
CMYK 0.00% 45.24% 73.81%
50.59%

Color #7E4521 in popluar number systems.

HEX 7E 45 21
Decimal 126 69 33
Binary 1111110 1000101 100001
Octal 176 105 41

Shades and tints

Shades of #7E4521

#7E4521
(126,69,33)
#733F1E
(115,63,30)
#68391B
(104,57,27)
#5D3318
(93,51,24)
#522D15
(82,45,21)
#472712
(71,39,18)
#3C210F
(60,33,15)
#311B0C
(49,27,12)
#261509
(38,21,9)
#1B0F06
(27,15,6)
#100903
(16,9,3)
#000000
(0,0,0)

Tints of #7E4521

#7E4521
(126,69,33)
#895535
(137,85,53)
#946549
(148,101,73)
#9F755D
(159,117,93)
#AA8571
(170,133,113)
#B59585
(181,149,133)
#C0A599
(192,165,153)
#CBB5AD
(203,181,173)
#D6C5C1
(214,197,193)
#E1D5D5
(225,213,213)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4521; }

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

This text font color is #7E4521.

Background Color

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

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

This div background color is #7E4521.

Border color

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

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

This div border color is #7E4521.

Opacity

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

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

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

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

This text has shadow with #7E4521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4521.

Preview

Color preview on black background

This text has color #7E4521 on black background.


Color preview on white background

This text has color #7E4521 on white background.


Black color preview on #7E4521 background

This text has black color on #7E4521 background.


White color preview on #7E4521 background

This text has white color on #7E4521 background.


Related colors

Complementary color

Complementary color for #hex is #81BADE.


I love getcolorcode.com

Triadic colors

1 #217E45 and #45217E with #7E4521 are triadic colors.

2 #21457E and #457E21 with #7E4521 are triadic colors.