COLOR #6D8871

HEX: #6D8871
RGB: (109,136,113)

Renk bilgisi

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

RGB renk modeli

#6D8871 color RGB value is (109,136,113).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 136 of 255 = 53%
B 113 of 255 = 44%

109
136
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 136 + 113 = 358 (100%)
R 109 of 358 ~ 30.45%
G 136 of 358 ~ 37.99%
B 113 of 358 ~ 31.56%

%30.45
%37.99
%31.56

CMYK RENK MODELİ

#6D8871 rengi CMYK tonu (20,0,17,47).

  • camgöbeği tonu 19.85%
  • eflatun tonu 0.00%
  • sarı tonu 16.91%
  • ana renk tonu 46.67%
CMYK:
(20,0,17,47)
C20M0Y17K47 
(20%,0%,17%,47%)
(0.20/0.00/0.17/0.47)	

CMYK yüzdeleri

%19.85
%0
%16.91
%46.67

Codes

Color #6D8871 in popluar color models

6D8871
RGB109136113
HSL129°11.02%48.04%
HSB/HSV129°19.85%53.33%
CMYK19.85%0.00%16.91%
46.67%

Color #6D8871 in popluar number systems.

HEX6D8871
Decimal109136113
Binary1101101100010001110001
Octal155210161

Shades and tints

Shades of #6D8871

#6D8871
(109,136,113)
#647C67
(100,124,103)
#5B705D
(91,112,93)
#526453
(82,100,83)
#495849
(73,88,73)
#404C3F
(64,76,63)
#374035
(55,64,53)
#2E342B
(46,52,43)
#252821
(37,40,33)
#1C1C17
(28,28,23)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #6D8871

#6D8871
(109,136,113)
#7A927D
(122,146,125)
#879C89
(135,156,137)
#94A695
(148,166,149)
#A1B0A1
(161,176,161)
#AEBAAD
(174,186,173)
#BBC4B9
(187,196,185)
#C8CEC5
(200,206,197)
#D5D8D1
(213,216,209)
#E2E2DD
(226,226,221)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8871; }

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

This text font color is #6D8871.


Background Color

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

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

This div background color is #6D8871.


Border color

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

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

This div border color is #6D8871.


Opacity

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

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

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

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

This text has shadow with #6D8871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8871 on black background.


Color preview on white background

This text has color #6D8871 on white background.



Black color preview on #6D8871 background

This text has black color on #6D8871 background.


White color preview on #6D8871 background

This text has white color on #6D8871 background.