COLOR #7E8373

HEX: #7E8373
RGB: (126,131,115)

Renk bilgisi

#7E8373 contains red, green and blue colors in about the same proportion. #7E8373 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7E8373 color RGB value is (126,131,115).

  • kırmız ton 126;
  • yeşil ton 131;
  • mavi ton 115.
RGB:
(126,131,115)
(49%,51%,45%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 131 of 255 = 51%
B 115 of 255 = 45%

126
131
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 131 + 115 = 372 (100%)
R 126 of 372 ~ 33.87%
G 131 of 372 ~ 35.22%
B 115 of 372 ~ 30.91%

%33.87
%35.22
%30.91

CMYK RENK MODELİ

#7E8373 rengi CMYK tonu (4,0,12,49).

  • camgöbeği tonu 3.82%
  • eflatun tonu 0.00%
  • sarı tonu 12.21%
  • ana renk tonu 48.63%
CMYK:
(4,0,12,49)
C4M0Y12K49 
(4%,0%,12%,49%)
(0.04/0.00/0.12/0.49)	

CMYK yüzdeleri

%3.82
%0
%12.21
%48.63

Codes

Color #7E8373 in popluar color models

7E8373
RGB126131115
HSL79°6.50%48.24%
HSB/HSV79°12.21%51.37%
CMYK3.82%0.00%12.21%
48.63%

Color #7E8373 in popluar number systems.

HEX7E8373
Decimal126131115
Binary1111110100000111110011
Octal176203163

Shades and tints

Shades of #7E8373

#7E8373
(126,131,115)
#737869
(115,120,105)
#686D5F
(104,109,95)
#5D6255
(93,98,85)
#52574B
(82,87,75)
#474C41
(71,76,65)
#3C4137
(60,65,55)
#31362D
(49,54,45)
#262B23
(38,43,35)
#1B2019
(27,32,25)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #7E8373

#7E8373
(126,131,115)
#898E7F
(137,142,127)
#94998B
(148,153,139)
#9FA497
(159,164,151)
#AAAFA3
(170,175,163)
#B5BAAF
(181,186,175)
#C0C5BB
(192,197,187)
#CBD0C7
(203,208,199)
#D6DBD3
(214,219,211)
#E1E6DF
(225,230,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8373; }

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

This text font color is #7E8373.


Background Color

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

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

This div background color is #7E8373.


Border color

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

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

This div border color is #7E8373.


Opacity

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

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

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

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

This text has shadow with #7E8373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8373 on black background.


Color preview on white background

This text has color #7E8373 on white background.



Black color preview on #7E8373 background

This text has black color on #7E8373 background.


White color preview on #7E8373 background

This text has white color on #7E8373 background.