COLOR #7E7C58

HEX: #7E7C58
RGB: (126,124,88)

Color info

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

RGB color model

#7E7C58 color RGB value is (126,124,88).

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

RGB channels and saturation

R 126 of 255 = 49%
G 124 of 255 = 49%
B 88 of 255 = 35%

126
124
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 124 + 88 = 338 (100%)
R 126 of 338 ~ 37.28%
G 124 of 338 ~ 36.69%
B 88 of 338 ~ 26.04%

%37.28
%36.69
%26.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.59%
  • 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
%1.59
%30.16
%50.59

Codes

Color #7E7C58 in popluar color models

7E7C58
RGB12612488
HSL57°17.76%41.96%
HSB/HSV57°30.16%49.41%
CMYK0.00%1.59%30.16%
50.59%

Color #7E7C58 in popluar number systems.

HEX7E7C58
Decimal12612488
Binary111111011111001011000
Octal176174130

Shades and tints

Shades of #7E7C58

#7E7C58
(126,124,88)
#737150
(115,113,80)
#686648
(104,102,72)
#5D5B40
(93,91,64)
#525038
(82,80,56)
#474530
(71,69,48)
#3C3A28
(60,58,40)
#312F20
(49,47,32)
#262418
(38,36,24)
#1B1910
(27,25,16)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #7E7C58

#7E7C58
(126,124,88)
#898767
(137,135,103)
#949276
(148,146,118)
#9F9D85
(159,157,133)
#AAA894
(170,168,148)
#B5B3A3
(181,179,163)
#C0BEB2
(192,190,178)
#CBC9C1
(203,201,193)
#D6D4D0
(214,212,208)
#E1DFDF
(225,223,223)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7C58; }

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

This text font color is #7E7C58.


Background Color

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

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

This div background color is #7E7C58.


Border color

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

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

This div border color is #7E7C58.


Opacity

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

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

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

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

This text has shadow with #7E7C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7C58 on black background.


Color preview on white background

This text has color #7E7C58 on white background.



Black color preview on #7E7C58 background

This text has black color on #7E7C58 background.


White color preview on #7E7C58 background

This text has white color on #7E7C58 background.