COLOR #6D7E79

HEX: #6D7E79
RGB: (109,126,121)

Renk bilgisi

#6D7E79 contains red, green and blue colors in about the same proportion. #6D7E79 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#6D7E79 color RGB value is (109,126,121).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 126 of 255 = 49%
B 121 of 255 = 47%

109
126
121

R + G + B ~ 46%. #6D7E79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 126 + 121 = 356 (100%)
R 109 of 356 ~ 30.62%
G 126 of 356 ~ 35.39%
B 121 of 356 ~ 33.99%

%30.62
%35.39
%33.99

CMYK RENK MODELİ

#6D7E79 rengi CMYK tonu (13,0,4,51).

  • camgöbeği tonu 13.49%
  • eflatun tonu 0.00%
  • sarı tonu 3.97%
  • ana renk tonu 50.59%
CMYK:
(13,0,4,51)
C13M0Y4K51 
(13%,0%,4%,51%)
(0.13/0.00/0.04/0.51)	

CMYK yüzdeleri

%13.49
%0
%3.97
%50.59

Codes

Color #6D7E79 in popluar color models

6D7E79
RGB109126121
HSL162°7.23%46.08%
HSB/HSV162°13.49%49.41%
CMYK13.49%0.00%3.97%
50.59%

Color #6D7E79 in popluar number systems.

HEX6D7E79
Decimal109126121
Binary110110111111101111001
Octal155176171

Shades and tints

Shades of #6D7E79

#6D7E79
(109,126,121)
#64736E
(100,115,110)
#5B6863
(91,104,99)
#525D58
(82,93,88)
#49524D
(73,82,77)
#404742
(64,71,66)
#373C37
(55,60,55)
#2E312C
(46,49,44)
#252621
(37,38,33)
#1C1B16
(28,27,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D7E79

#6D7E79
(109,126,121)
#7A8985
(122,137,133)
#879491
(135,148,145)
#949F9D
(148,159,157)
#A1AAA9
(161,170,169)
#AEB5B5
(174,181,181)
#BBC0C1
(187,192,193)
#C8CBCD
(200,203,205)
#D5D6D9
(213,214,217)
#E2E1E5
(226,225,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7E79 color. Also use rgb(109,126,121) instead hex code.

Text Font Color

.myTextColor { color: #6D7E79; }

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

This text font color is #6D7E79.


Background Color

.myBgColor { background-color: #6D7E79; }

<div style="background-color:#6D7E79">Inner text</div>

This div background color is #6D7E79.


Border color

.myBorderColor { border: 1px solid #6D7E79; }

<div style="border:3px solid #6D7E79">Div</div>

This div border color is #6D7E79.


Opacity

.myOpacity80 { color: #6D7E79; opacity: 0.8; }

<p style="color:#6D7E79;opacity:0.8;">80%</p>

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

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

This text has shadow with #6D7E79 color.

.textShadow {text-shadow: 3px 3px 1px #6D7E79, 3px 3px 1px red;}

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

This text has shadow with #6D7E79 primary color and red secondary color.


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

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

This text has shadow with #6D7E79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E79 on black background.


Color preview on white background

This text has color #6D7E79 on white background.



Black color preview on #6D7E79 background

This text has black color on #6D7E79 background.


White color preview on #6D7E79 background

This text has white color on #6D7E79 background.