COLOR #7E6121

HEX: #7E6121
RGB: (126,97,33)

Color info

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

RGB color model

#7E6121 color RGB value is (126,97,33).

  • red value is 126;
  • green value is 97;
  • blue value is 33.
RGB:
(126,97,33)
(49%,38%,13%)

RGB channels and saturation

R 126 of 255 = 49%
G 97 of 255 = 38%
B 33 of 255 = 13%

126
97
33

R + G + B ~ 33%. #7E6121 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 97 + 33 = 256 (100%)
R 126 of 256 ~ 49.22%
G 97 of 256 ~ 37.89%
B 33 of 256 ~ 12.89%

%49.22
%37.89
%12.89

CMYK color model

#7E6121 color CMYK value is (0,23,74,51).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 73.81%
  • key color value is 50.59%
CMYK:
(0,23,74,51)
C0M23Y74K51 
(0%,23%,74%,51%)
(0.00/0.23/0.74/0.51)	

CMYK percentages

%0
%23.02
%73.81
%50.59

Codes

Color #7E6121 in popluar color models

7E6121
RGB1269733
HSL41°58.49%31.18%
HSB/HSV41°73.81%49.41%
CMYK0.00%23.02%73.81%
50.59%

Color #7E6121 in popluar number systems.

HEX7E6121
Decimal1269733
Binary11111101100001100001
Octal17614141

Shades and tints

Shades of #7E6121

#7E6121
(126,97,33)
#73591E
(115,89,30)
#68511B
(104,81,27)
#5D4918
(93,73,24)
#524115
(82,65,21)
#473912
(71,57,18)
#3C310F
(60,49,15)
#31290C
(49,41,12)
#262109
(38,33,9)
#1B1906
(27,25,6)
#101103
(16,17,3)
#000000
(0,0,0)

Tints of #7E6121

#7E6121
(126,97,33)
#896F35
(137,111,53)
#947D49
(148,125,73)
#9F8B5D
(159,139,93)
#AA9971
(170,153,113)
#B5A785
(181,167,133)
#C0B599
(192,181,153)
#CBC3AD
(203,195,173)
#D6D1C1
(214,209,193)
#E1DFD5
(225,223,213)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6121; }

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

This text font color is #7E6121.


Background Color

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

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

This div background color is #7E6121.


Border color

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

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

This div border color is #7E6121.


Opacity

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

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

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

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

This text has shadow with #7E6121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6121 on black background.


Color preview on white background

This text has color #7E6121 on white background.



Black color preview on #7E6121 background

This text has black color on #7E6121 background.


White color preview on #7E6121 background

This text has white color on #7E6121 background.