COLOR #7E8479

HEX: #7E8479
RGB: (126,132,121)

Renk bilgisi

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

RGB renk modeli

#7E8479 color RGB value is (126,132,121).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 132 of 255 = 52%
B 121 of 255 = 47%

126
132
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 132 + 121 = 379 (100%)
R 126 of 379 ~ 33.25%
G 132 of 379 ~ 34.83%
B 121 of 379 ~ 31.93%

%33.25
%34.83
%31.93

CMYK RENK MODELİ

#7E8479 rengi CMYK tonu (5,0,8,48).

  • camgöbeği tonu 4.55%
  • eflatun tonu 0.00%
  • sarı tonu 8.33%
  • ana renk tonu 48.24%
CMYK:
(5,0,8,48)
C5M0Y8K48 
(5%,0%,8%,48%)
(0.05/0.00/0.08/0.48)	

CMYK yüzdeleri

%4.55
%0
%8.33
%48.24

Codes

Color #7E8479 in popluar color models

7E8479
RGB126132121
HSL93°4.35%49.61%
HSB/HSV93°8.33%51.76%
CMYK4.55%0.00%8.33%
48.24%

Color #7E8479 in popluar number systems.

HEX7E8479
Decimal126132121
Binary1111110100001001111001
Octal176204171

Shades and tints

Shades of #7E8479

#7E8479
(126,132,121)
#73786E
(115,120,110)
#686C63
(104,108,99)
#5D6058
(93,96,88)
#52544D
(82,84,77)
#474842
(71,72,66)
#3C3C37
(60,60,55)
#31302C
(49,48,44)
#262421
(38,36,33)
#1B1816
(27,24,22)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E8479

#7E8479
(126,132,121)
#898F85
(137,143,133)
#949A91
(148,154,145)
#9FA59D
(159,165,157)
#AAB0A9
(170,176,169)
#B5BBB5
(181,187,181)
#C0C6C1
(192,198,193)
#CBD1CD
(203,209,205)
#D6DCD9
(214,220,217)
#E1E7E5
(225,231,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8479; }

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

This text font color is #7E8479.


Background Color

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

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

This div background color is #7E8479.


Border color

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

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

This div border color is #7E8479.


Opacity

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

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

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

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

This text has shadow with #7E8479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8479 on black background.


Color preview on white background

This text has color #7E8479 on white background.



Black color preview on #7E8479 background

This text has black color on #7E8479 background.


White color preview on #7E8479 background

This text has white color on #7E8479 background.