COLOR #7E6733

HEX: #7E6733
RGB: (126,103,51)

Color info

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

RGB color model

#7E6733 color RGB value is (126,103,51).

  • red value is 126;
  • green value is 103;
  • blue value is 51.
RGB:
(126,103,51)
(49%,40%,20%)

RGB channels and saturation

R 126 of 255 = 49%
G 103 of 255 = 40%
B 51 of 255 = 20%

126
103
51

R + G + B ~ 36%. #7E6733 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 103 + 51 = 280 (100%)
R 126 of 280 ~ 45%
G 103 of 280 ~ 36.79%
B 51 of 280 ~ 18.21%

%45
%36.79
%18.21

CMYK color model

#7E6733 color CMYK value is (0,18,60,51).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 59.52%
  • key color value is 50.59%
CMYK:
(0,18,60,51)
C0M18Y60K51 
(0%,18%,60%,51%)
(0.00/0.18/0.60/0.51)	

CMYK percentages

%0
%18.25
%59.52
%50.59

Codes

Color #7E6733 in popluar color models

7E6733
RGB12610351
HSL42°42.37%34.71%
HSB/HSV42°59.52%49.41%
CMYK0.00%18.25%59.52%
50.59%

Color #7E6733 in popluar number systems.

HEX7E6733
Decimal12610351
Binary11111101100111110011
Octal17614763

Shades and tints

Shades of #7E6733

#7E6733
(126,103,51)
#735E2F
(115,94,47)
#68552B
(104,85,43)
#5D4C27
(93,76,39)
#524323
(82,67,35)
#473A1F
(71,58,31)
#3C311B
(60,49,27)
#312817
(49,40,23)
#261F13
(38,31,19)
#1B160F
(27,22,15)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #7E6733

#7E6733
(126,103,51)
#897445
(137,116,69)
#948157
(148,129,87)
#9F8E69
(159,142,105)
#AA9B7B
(170,155,123)
#B5A88D
(181,168,141)
#C0B59F
(192,181,159)
#CBC2B1
(203,194,177)
#D6CFC3
(214,207,195)
#E1DCD5
(225,220,213)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6733 color. Also use rgb(126,103,51) instead hex code.

Text Font Color

.myTextColor { color: #7E6733; }

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

This text font color is #7E6733.


Background Color

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

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

This div background color is #7E6733.


Border color

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

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

This div border color is #7E6733.


Opacity

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

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

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

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

This text has shadow with #7E6733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6733 on black background.


Color preview on white background

This text has color #7E6733 on white background.



Black color preview on #7E6733 background

This text has black color on #7E6733 background.


White color preview on #7E6733 background

This text has white color on #7E6733 background.