COLOR #6D8176

HEX: #6D8176
RGB: (109,129,118)

Renk bilgisi

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

RGB renk modeli

#6D8176 color RGB value is (109,129,118).

  • kırmız ton 109;
  • yeşil ton 129;
  • mavi ton 118.
RGB:
(109,129,118)
(43%,51%,46%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 129 of 255 = 51%
B 118 of 255 = 46%

109
129
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 129 + 118 = 356 (100%)
R 109 of 356 ~ 30.62%
G 129 of 356 ~ 36.24%
B 118 of 356 ~ 33.15%

%30.62
%36.24
%33.15

CMYK RENK MODELİ

#6D8176 rengi CMYK tonu (16,0,9,49).

  • camgöbeği tonu 15.50%
  • eflatun tonu 0.00%
  • sarı tonu 8.53%
  • ana renk tonu 49.41%
CMYK:
(16,0,9,49)
C16M0Y9K49 
(16%,0%,9%,49%)
(0.16/0.00/0.09/0.49)	

CMYK yüzdeleri

%15.5
%0
%8.53
%49.41

Codes

Color #6D8176 in popluar color models

6D8176
RGB109129118
HSL147°8.40%46.67%
HSB/HSV147°15.50%50.59%
CMYK15.50%0.00%8.53%
49.41%

Color #6D8176 in popluar number systems.

HEX6D8176
Decimal109129118
Binary1101101100000011110110
Octal155201166

Shades and tints

Shades of #6D8176

#6D8176
(109,129,118)
#64766C
(100,118,108)
#5B6B62
(91,107,98)
#526058
(82,96,88)
#49554E
(73,85,78)
#404A44
(64,74,68)
#373F3A
(55,63,58)
#2E3430
(46,52,48)
#252926
(37,41,38)
#1C1E1C
(28,30,28)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #6D8176

#6D8176
(109,129,118)
#7A8C82
(122,140,130)
#87978E
(135,151,142)
#94A29A
(148,162,154)
#A1ADA6
(161,173,166)
#AEB8B2
(174,184,178)
#BBC3BE
(187,195,190)
#C8CECA
(200,206,202)
#D5D9D6
(213,217,214)
#E2E4E2
(226,228,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8176 color. Also use rgb(109,129,118) instead hex code.

Text Font Color

.myTextColor { color: #6D8176; }

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

This text font color is #6D8176.


Background Color

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

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

This div background color is #6D8176.


Border color

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

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

This div border color is #6D8176.


Opacity

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

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

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

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

This text has shadow with #6D8176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8176 on black background.


Color preview on white background

This text has color #6D8176 on white background.



Black color preview on #6D8176 background

This text has black color on #6D8176 background.


White color preview on #6D8176 background

This text has white color on #6D8176 background.