COLOR #6D737F

HEX: #6D737F
RGB: (109,115,127)

Renk bilgisi

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

RGB renk modeli

#6D737F color RGB value is (109,115,127).

  • kırmız ton 109;
  • yeşil ton 115;
  • mavi ton 127.
RGB:
(109,115,127)
(43%,45%,50%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 115 of 255 = 45%
B 127 of 255 = 50%

109
115
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 115 + 127 = 351 (100%)
R 109 of 351 ~ 31.05%
G 115 of 351 ~ 32.76%
B 127 of 351 ~ 36.18%

%31.05
%32.76
%36.18

CMYK RENK MODELİ

#6D737F rengi CMYK tonu (14,9,0,50).

  • camgöbeği tonu 14.17%
  • eflatun tonu 9.45%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(14,9,0,50)
C14M9Y0K50 
(14%,9%,0%,50%)
(0.14/0.09/0.00/0.50)	

CMYK yüzdeleri

%14.17
%9.45
%0
%50.2

Codes

Color #6D737F in popluar color models

6D737F
RGB109115127
HSL220°7.63%46.27%
HSB/HSV220°14.17%49.80%
CMYK14.17%9.45%0.00%
50.20%

Color #6D737F in popluar number systems.

HEX6D737F
Decimal109115127
Binary110110111100111111111
Octal155163177

Shades and tints

Shades of #6D737F

#6D737F
(109,115,127)
#646974
(100,105,116)
#5B5F69
(91,95,105)
#52555E
(82,85,94)
#494B53
(73,75,83)
#404148
(64,65,72)
#37373D
(55,55,61)
#2E2D32
(46,45,50)
#252327
(37,35,39)
#1C191C
(28,25,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #6D737F

#6D737F
(109,115,127)
#7A7F8A
(122,127,138)
#878B95
(135,139,149)
#9497A0
(148,151,160)
#A1A3AB
(161,163,171)
#AEAFB6
(174,175,182)
#BBBBC1
(187,187,193)
#C8C7CC
(200,199,204)
#D5D3D7
(213,211,215)
#E2DFE2
(226,223,226)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D737F color. Also use rgb(109,115,127) instead hex code.

Text Font Color

.myTextColor { color: #6D737F; }

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

This text font color is #6D737F.


Background Color

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

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

This div background color is #6D737F.


Border color

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

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

This div border color is #6D737F.


Opacity

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

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

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

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

This text has shadow with #6D737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D737F on black background.


Color preview on white background

This text has color #6D737F on white background.



Black color preview on #6D737F background

This text has black color on #6D737F background.


White color preview on #6D737F background

This text has white color on #6D737F background.