COLOR #7E7B58

HEX: #7E7B58
RGB: (126,123,88)

Color info

#7E7B58 contains red, green and blue colors in about the same proportion. Web safe color of #7E7B58 is #666666 (or #666).

RGB color model

#7E7B58 color RGB value is (126,123,88).

  • red value is 126;
  • green value is 123;
  • blue value is 88.
RGB:
(126,123,88)
(49%,48%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 123 of 255 = 48%
B 88 of 255 = 35%

126
123
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 123 + 88 = 337 (100%)
R 126 of 337 ~ 37.39%
G 123 of 337 ~ 36.5%
B 88 of 337 ~ 26.11%

%37.39
%36.5
%26.11

CMYK color model

#7E7B58 color CMYK value is (0,2,30,51).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,2,30,51)
C0M2Y30K51 
(0%,2%,30%,51%)
(0.00/0.02/0.30/0.51)	

CMYK percentages

%0
%2.38
%30.16
%50.59

Codes

Color #7E7B58 in popluar color models

7E7B58
RGB12612388
HSL55°17.76%41.96%
HSB/HSV55°30.16%49.41%
CMYK0.00%2.38%30.16%
50.59%

Color #7E7B58 in popluar number systems.

HEX7E7B58
Decimal12612388
Binary111111011110111011000
Octal176173130

Shades and tints

Shades of #7E7B58

#7E7B58
(126,123,88)
#737050
(115,112,80)
#686548
(104,101,72)
#5D5A40
(93,90,64)
#524F38
(82,79,56)
#474430
(71,68,48)
#3C3928
(60,57,40)
#312E20
(49,46,32)
#262318
(38,35,24)
#1B1810
(27,24,16)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #7E7B58

#7E7B58
(126,123,88)
#898767
(137,135,103)
#949376
(148,147,118)
#9F9F85
(159,159,133)
#AAAB94
(170,171,148)
#B5B7A3
(181,183,163)
#C0C3B2
(192,195,178)
#CBCFC1
(203,207,193)
#D6DBD0
(214,219,208)
#E1E7DF
(225,231,223)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7B58 color. Also use rgb(126,123,88) instead hex code.

Text Font Color

.myTextColor { color: #7E7B58; }

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

This text font color is #7E7B58.


Background Color

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

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

This div background color is #7E7B58.


Border color

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

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

This div border color is #7E7B58.


Opacity

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

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

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

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

This text has shadow with #7E7B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7B58 on black background.


Color preview on white background

This text has color #7E7B58 on white background.



Black color preview on #7E7B58 background

This text has black color on #7E7B58 background.


White color preview on #7E7B58 background

This text has white color on #7E7B58 background.