COLOR #6D8471

HEX: #6D8471
RGB: (109,132,113)

Renk bilgisi

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

RGB renk modeli

#6D8471 color RGB value is (109,132,113).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 132 of 255 = 52%
B 113 of 255 = 44%

109
132
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 132 + 113 = 354 (100%)
R 109 of 354 ~ 30.79%
G 132 of 354 ~ 37.29%
B 113 of 354 ~ 31.92%

%30.79
%37.29
%31.92

CMYK RENK MODELİ

#6D8471 rengi CMYK tonu (17,0,14,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 0.00%
  • sarı tonu 14.39%
  • ana renk tonu 48.24%
CMYK:
(17,0,14,48)
C17M0Y14K48 
(17%,0%,14%,48%)
(0.17/0.00/0.14/0.48)	

CMYK yüzdeleri

%17.42
%0
%14.39
%48.24

Codes

Color #6D8471 in popluar color models

6D8471
RGB109132113
HSL130°9.54%47.25%
HSB/HSV130°17.42%51.76%
CMYK17.42%0.00%14.39%
48.24%

Color #6D8471 in popluar number systems.

HEX6D8471
Decimal109132113
Binary1101101100001001110001
Octal155204161

Shades and tints

Shades of #6D8471

#6D8471
(109,132,113)
#647867
(100,120,103)
#5B6C5D
(91,108,93)
#526053
(82,96,83)
#495449
(73,84,73)
#40483F
(64,72,63)
#373C35
(55,60,53)
#2E302B
(46,48,43)
#252421
(37,36,33)
#1C1817
(28,24,23)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D8471

#6D8471
(109,132,113)
#7A8F7D
(122,143,125)
#879A89
(135,154,137)
#94A595
(148,165,149)
#A1B0A1
(161,176,161)
#AEBBAD
(174,187,173)
#BBC6B9
(187,198,185)
#C8D1C5
(200,209,197)
#D5DCD1
(213,220,209)
#E2E7DD
(226,231,221)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8471; }

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

This text font color is #6D8471.


Background Color

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

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

This div background color is #6D8471.


Border color

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

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

This div border color is #6D8471.


Opacity

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

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

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

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

This text has shadow with #6D8471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8471 on black background.


Color preview on white background

This text has color #6D8471 on white background.



Black color preview on #6D8471 background

This text has black color on #6D8471 background.


White color preview on #6D8471 background

This text has white color on #6D8471 background.