COLOR #7E7328

HEX: #7E7328
RGB: (126,115,40)

Color info

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

RGB color model

#7E7328 color RGB value is (126,115,40).

  • red value is 126;
  • green value is 115;
  • blue value is 40.
RGB:
(126,115,40)
(49%,45%,16%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 40 of 255 = 16%

126
115
40

R + G + B ~ 37%. #7E7328 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 40 = 281 (100%)
R 126 of 281 ~ 44.84%
G 115 of 281 ~ 40.93%
B 40 of 281 ~ 14.23%

%44.84
%40.93
%14.23

CMYK color model

#7E7328 color CMYK value is (0,9,68,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 68.25%
  • key color value is 50.59%
CMYK:
(0,9,68,51)
C0M9Y68K51 
(0%,9%,68%,51%)
(0.00/0.09/0.68/0.51)	

CMYK percentages

%0
%8.73
%68.25
%50.59

Codes

Color #7E7328 in popluar color models

7E7328
RGB12611540
HSL52°51.81%32.55%
HSB/HSV52°68.25%49.41%
CMYK0.00%8.73%68.25%
50.59%

Color #7E7328 in popluar number systems.

HEX7E7328
Decimal12611540
Binary11111101110011101000
Octal17616350

Shades and tints

Shades of #7E7328

#7E7328
(126,115,40)
#736925
(115,105,37)
#685F22
(104,95,34)
#5D551F
(93,85,31)
#524B1C
(82,75,28)
#474119
(71,65,25)
#3C3716
(60,55,22)
#312D13
(49,45,19)
#262310
(38,35,16)
#1B190D
(27,25,13)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #7E7328

#7E7328
(126,115,40)
#897F3B
(137,127,59)
#948B4E
(148,139,78)
#9F9761
(159,151,97)
#AAA374
(170,163,116)
#B5AF87
(181,175,135)
#C0BB9A
(192,187,154)
#CBC7AD
(203,199,173)
#D6D3C0
(214,211,192)
#E1DFD3
(225,223,211)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7328; }

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

This text font color is #7E7328.


Background Color

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

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

This div background color is #7E7328.


Border color

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

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

This div border color is #7E7328.


Opacity

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

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

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

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

This text has shadow with #7E7328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7328 on black background.


Color preview on white background

This text has color #7E7328 on white background.



Black color preview on #7E7328 background

This text has black color on #7E7328 background.


White color preview on #7E7328 background

This text has white color on #7E7328 background.