COLOR #6D7C73

HEX: #6D7C73
RGB: (109,124,115)

Renk bilgisi

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

RGB renk modeli

#6D7C73 color RGB value is (109,124,115).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 124 of 255 = 49%
B 115 of 255 = 45%

109
124
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 124 + 115 = 348 (100%)
R 109 of 348 ~ 31.32%
G 124 of 348 ~ 35.63%
B 115 of 348 ~ 33.05%

%31.32
%35.63
%33.05

CMYK RENK MODELİ

#6D7C73 rengi CMYK tonu (12,0,7,51).

  • camgöbeği tonu 12.10%
  • eflatun tonu 0.00%
  • sarı tonu 7.26%
  • ana renk tonu 51.37%
CMYK:
(12,0,7,51)
C12M0Y7K51 
(12%,0%,7%,51%)
(0.12/0.00/0.07/0.51)	

CMYK yüzdeleri

%12.1
%0
%7.26
%51.37

Codes

Color #6D7C73 in popluar color models

6D7C73
RGB109124115
HSL144°6.44%45.69%
HSB/HSV144°12.10%48.63%
CMYK12.10%0.00%7.26%
51.37%

Color #6D7C73 in popluar number systems.

HEX6D7C73
Decimal109124115
Binary110110111111001110011
Octal155174163

Shades and tints

Shades of #6D7C73

#6D7C73
(109,124,115)
#647169
(100,113,105)
#5B665F
(91,102,95)
#525B55
(82,91,85)
#49504B
(73,80,75)
#404541
(64,69,65)
#373A37
(55,58,55)
#2E2F2D
(46,47,45)
#252423
(37,36,35)
#1C1919
(28,25,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D7C73

#6D7C73
(109,124,115)
#7A877F
(122,135,127)
#87928B
(135,146,139)
#949D97
(148,157,151)
#A1A8A3
(161,168,163)
#AEB3AF
(174,179,175)
#BBBEBB
(187,190,187)
#C8C9C7
(200,201,199)
#D5D4D3
(213,212,211)
#E2DFDF
(226,223,223)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7C73; }

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

This text font color is #6D7C73.


Background Color

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

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

This div background color is #6D7C73.


Border color

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

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

This div border color is #6D7C73.


Opacity

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

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

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

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

This text has shadow with #6D7C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7C73 on black background.


Color preview on white background

This text has color #6D7C73 on white background.



Black color preview on #6D7C73 background

This text has black color on #6D7C73 background.


White color preview on #6D7C73 background

This text has white color on #6D7C73 background.