COLOR #7E8379

HEX: #7E8379
RGB: (126,131,121)

Renk bilgisi

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

RGB renk modeli

#7E8379 color RGB value is (126,131,121).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 131 of 255 = 51%
B 121 of 255 = 47%

126
131
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 131 + 121 = 378 (100%)
R 126 of 378 ~ 33.33%
G 131 of 378 ~ 34.66%
B 121 of 378 ~ 32.01%

%33.33
%34.66
%32.01

CMYK RENK MODELİ

#7E8379 rengi CMYK tonu (4,0,8,49).

  • camgöbeği tonu 3.82%
  • eflatun tonu 0.00%
  • sarı tonu 7.63%
  • ana renk tonu 48.63%
CMYK:
(4,0,8,49)
C4M0Y8K49 
(4%,0%,8%,49%)
(0.04/0.00/0.08/0.49)	

CMYK yüzdeleri

%3.82
%0
%7.63
%48.63

Codes

Color #7E8379 in popluar color models

7E8379
RGB126131121
HSL90°3.97%49.41%
HSB/HSV90°7.63%51.37%
CMYK3.82%0.00%7.63%
48.63%

Color #7E8379 in popluar number systems.

HEX7E8379
Decimal126131121
Binary1111110100000111111001
Octal176203171

Shades and tints

Shades of #7E8379

#7E8379
(126,131,121)
#73786E
(115,120,110)
#686D63
(104,109,99)
#5D6258
(93,98,88)
#52574D
(82,87,77)
#474C42
(71,76,66)
#3C4137
(60,65,55)
#31362C
(49,54,44)
#262B21
(38,43,33)
#1B2016
(27,32,22)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #7E8379

#7E8379
(126,131,121)
#898E85
(137,142,133)
#949991
(148,153,145)
#9FA49D
(159,164,157)
#AAAFA9
(170,175,169)
#B5BAB5
(181,186,181)
#C0C5C1
(192,197,193)
#CBD0CD
(203,208,205)
#D6DBD9
(214,219,217)
#E1E6E5
(225,230,229)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8379; }

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

This text font color is #7E8379.


Background Color

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

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

This div background color is #7E8379.


Border color

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

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

This div border color is #7E8379.


Opacity

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

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

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

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

This text has shadow with #7E8379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8379 on black background.


Color preview on white background

This text has color #7E8379 on white background.



Black color preview on #7E8379 background

This text has black color on #7E8379 background.


White color preview on #7E8379 background

This text has white color on #7E8379 background.