COLOR #7E6258

HEX: #7E6258
RGB: (126,98,88)

Color info

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

RGB color model

#7E6258 color RGB value is (126,98,88).

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

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 88 of 255 = 35%

126
98
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 88 = 312 (100%)
R 126 of 312 ~ 40.38%
G 98 of 312 ~ 31.41%
B 88 of 312 ~ 28.21%

%40.38
%31.41
%28.21

CMYK color model

#7E6258 color CMYK value is (0,22,30,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,22,30,51)
C0M22Y30K51 
(0%,22%,30%,51%)
(0.00/0.22/0.30/0.51)	

CMYK percentages

%0
%22.22
%30.16
%50.59

Codes

Color #7E6258 in popluar color models

7E6258
RGB1269888
HSL16°17.76%41.96%
HSB/HSV16°30.16%49.41%
CMYK0.00%22.22%30.16%
50.59%

Color #7E6258 in popluar number systems.

HEX7E6258
Decimal1269888
Binary111111011000101011000
Octal176142130

Shades and tints

Shades of #7E6258

#7E6258
(126,98,88)
#735A50
(115,90,80)
#685248
(104,82,72)
#5D4A40
(93,74,64)
#524238
(82,66,56)
#473A30
(71,58,48)
#3C3228
(60,50,40)
#312A20
(49,42,32)
#262218
(38,34,24)
#1B1A10
(27,26,16)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #7E6258

#7E6258
(126,98,88)
#897067
(137,112,103)
#947E76
(148,126,118)
#9F8C85
(159,140,133)
#AA9A94
(170,154,148)
#B5A8A3
(181,168,163)
#C0B6B2
(192,182,178)
#CBC4C1
(203,196,193)
#D6D2D0
(214,210,208)
#E1E0DF
(225,224,223)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6258; }

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

This text font color is #7E6258.


Background Color

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

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

This div background color is #7E6258.


Border color

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

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

This div border color is #7E6258.


Opacity

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

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

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

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

This text has shadow with #7E6258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6258 on black background.


Color preview on white background

This text has color #7E6258 on white background.



Black color preview on #7E6258 background

This text has black color on #7E6258 background.


White color preview on #7E6258 background

This text has white color on #7E6258 background.