COLOR #6D727E

HEX: #6D727E
RGB: (109,114,126)

Renk bilgisi

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

RGB renk modeli

#6D727E color RGB value is (109,114,126).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 114 of 255 = 45%
B 126 of 255 = 49%

109
114
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 114 + 126 = 349 (100%)
R 109 of 349 ~ 31.23%
G 114 of 349 ~ 32.66%
B 126 of 349 ~ 36.1%

%31.23
%32.66
%36.1

CMYK RENK MODELİ

#6D727E rengi CMYK tonu (13,10,0,51).

  • camgöbeği tonu 13.49%
  • eflatun tonu 9.52%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(13,10,0,51)
C13M10Y0K51 
(13%,10%,0%,51%)
(0.13/0.10/0.00/0.51)	

CMYK yüzdeleri

%13.49
%9.52
%0
%50.59

Codes

Color #6D727E in popluar color models

6D727E
RGB109114126
HSL222°7.23%46.08%
HSB/HSV222°13.49%49.41%
CMYK13.49%9.52%0.00%
50.59%

Color #6D727E in popluar number systems.

HEX6D727E
Decimal109114126
Binary110110111100101111110
Octal155162176

Shades and tints

Shades of #6D727E

#6D727E
(109,114,126)
#646873
(100,104,115)
#5B5E68
(91,94,104)
#52545D
(82,84,93)
#494A52
(73,74,82)
#404047
(64,64,71)
#37363C
(55,54,60)
#2E2C31
(46,44,49)
#252226
(37,34,38)
#1C181B
(28,24,27)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D727E

#6D727E
(109,114,126)
#7A7E89
(122,126,137)
#878A94
(135,138,148)
#94969F
(148,150,159)
#A1A2AA
(161,162,170)
#AEAEB5
(174,174,181)
#BBBAC0
(187,186,192)
#C8C6CB
(200,198,203)
#D5D2D6
(213,210,214)
#E2DEE1
(226,222,225)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D727E; }

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

This text font color is #6D727E.


Background Color

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

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

This div background color is #6D727E.


Border color

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

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

This div border color is #6D727E.


Opacity

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

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

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

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

This text has shadow with #6D727E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D727E on black background.


Color preview on white background

This text has color #6D727E on white background.



Black color preview on #6D727E background

This text has black color on #6D727E background.


White color preview on #6D727E background

This text has white color on #6D727E background.