COLOR #6D8879

HEX: #6D8879
RGB: (109,136,121)

Renk bilgisi

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

RGB renk modeli

#6D8879 color RGB value is (109,136,121).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 136 of 255 = 53%
B 121 of 255 = 47%

109
136
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 136 + 121 = 366 (100%)
R 109 of 366 ~ 29.78%
G 136 of 366 ~ 37.16%
B 121 of 366 ~ 33.06%

%29.78
%37.16
%33.06

CMYK RENK MODELİ

#6D8879 rengi CMYK tonu (20,0,11,47).

  • camgöbeği tonu 19.85%
  • eflatun tonu 0.00%
  • sarı tonu 11.03%
  • ana renk tonu 46.67%
CMYK:
(20,0,11,47)
C20M0Y11K47 
(20%,0%,11%,47%)
(0.20/0.00/0.11/0.47)	

CMYK yüzdeleri

%19.85
%0
%11.03
%46.67

Codes

Color #6D8879 in popluar color models

6D8879
RGB109136121
HSL147°11.02%48.04%
HSB/HSV147°19.85%53.33%
CMYK19.85%0.00%11.03%
46.67%

Color #6D8879 in popluar number systems.

HEX6D8879
Decimal109136121
Binary1101101100010001111001
Octal155210171

Shades and tints

Shades of #6D8879

#6D8879
(109,136,121)
#647C6E
(100,124,110)
#5B7063
(91,112,99)
#526458
(82,100,88)
#49584D
(73,88,77)
#404C42
(64,76,66)
#374037
(55,64,55)
#2E342C
(46,52,44)
#252821
(37,40,33)
#1C1C16
(28,28,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D8879

#6D8879
(109,136,121)
#7A9285
(122,146,133)
#879C91
(135,156,145)
#94A69D
(148,166,157)
#A1B0A9
(161,176,169)
#AEBAB5
(174,186,181)
#BBC4C1
(187,196,193)
#C8CECD
(200,206,205)
#D5D8D9
(213,216,217)
#E2E2E5
(226,226,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8879; }

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

This text font color is #6D8879.


Background Color

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

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

This div background color is #6D8879.


Border color

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

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

This div border color is #6D8879.


Opacity

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

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

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

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

This text has shadow with #6D8879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8879 on black background.


Color preview on white background

This text has color #6D8879 on white background.



Black color preview on #6D8879 background

This text has black color on #6D8879 background.


White color preview on #6D8879 background

This text has white color on #6D8879 background.