COLOR #7E7A45

HEX: #7E7A45
RGB: (126,122,69)

Color info

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

RGB color model

#7E7A45 color RGB value is (126,122,69).

  • red value is 126;
  • green value is 122;
  • blue value is 69.
RGB:
(126,122,69)
(49%,48%,27%)

RGB channels and saturation

R 126 of 255 = 49%
G 122 of 255 = 48%
B 69 of 255 = 27%

126
122
69

R + G + B ~ 41%. #7E7A45 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 122 + 69 = 317 (100%)
R 126 of 317 ~ 39.75%
G 122 of 317 ~ 38.49%
B 69 of 317 ~ 21.77%

%39.75
%38.49
%21.77

CMYK color model

#7E7A45 color CMYK value is (0,3,45,51).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 45.24%
  • key color value is 50.59%
CMYK:
(0,3,45,51)
C0M3Y45K51 
(0%,3%,45%,51%)
(0.00/0.03/0.45/0.51)	

CMYK percentages

%0
%3.17
%45.24
%50.59

Codes

Color #7E7A45 in popluar color models

7E7A45
RGB12612269
HSL56°29.23%38.24%
HSB/HSV56°45.24%49.41%
CMYK0.00%3.17%45.24%
50.59%

Color #7E7A45 in popluar number systems.

HEX7E7A45
Decimal12612269
Binary111111011110101000101
Octal176172105

Shades and tints

Shades of #7E7A45

#7E7A45
(126,122,69)
#736F3F
(115,111,63)
#686439
(104,100,57)
#5D5933
(93,89,51)
#524E2D
(82,78,45)
#474327
(71,67,39)
#3C3821
(60,56,33)
#312D1B
(49,45,27)
#262215
(38,34,21)
#1B170F
(27,23,15)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #7E7A45

#7E7A45
(126,122,69)
#898655
(137,134,85)
#949265
(148,146,101)
#9F9E75
(159,158,117)
#AAAA85
(170,170,133)
#B5B695
(181,182,149)
#C0C2A5
(192,194,165)
#CBCEB5
(203,206,181)
#D6DAC5
(214,218,197)
#E1E6D5
(225,230,213)
#ECF2E5
(236,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7A45; }

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

This text font color is #7E7A45.


Background Color

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

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

This div background color is #7E7A45.


Border color

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

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

This div border color is #7E7A45.


Opacity

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

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

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

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

This text has shadow with #7E7A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7A45 on black background.


Color preview on white background

This text has color #7E7A45 on white background.



Black color preview on #7E7A45 background

This text has black color on #7E7A45 background.


White color preview on #7E7A45 background

This text has white color on #7E7A45 background.