COLOR #6D8461

HEX: #6D8461
RGB: (109,132,97)

Renk bilgisi

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

RGB renk modeli

#6D8461 color RGB value is (109,132,97).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 132 of 255 = 52%
B 97 of 255 = 38%

109
132
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 132 + 97 = 338 (100%)
R 109 of 338 ~ 32.25%
G 132 of 338 ~ 39.05%
B 97 of 338 ~ 28.7%

%32.25
%39.05
%28.7

CMYK RENK MODELİ

#6D8461 rengi CMYK tonu (17,0,27,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 0.00%
  • sarı tonu 26.52%
  • ana renk tonu 48.24%
CMYK:
(17,0,27,48)
C17M0Y27K48 
(17%,0%,27%,48%)
(0.17/0.00/0.27/0.48)	

CMYK yüzdeleri

%17.42
%0
%26.52
%48.24

Codes

Color #6D8461 in popluar color models

6D8461
RGB10913297
HSL99°15.28%44.90%
HSB/HSV99°26.52%51.76%
CMYK17.42%0.00%26.52%
48.24%

Color #6D8461 in popluar number systems.

HEX6D8461
Decimal10913297
Binary1101101100001001100001
Octal155204141

Shades and tints

Shades of #6D8461

#6D8461
(109,132,97)
#647859
(100,120,89)
#5B6C51
(91,108,81)
#526049
(82,96,73)
#495441
(73,84,65)
#404839
(64,72,57)
#373C31
(55,60,49)
#2E3029
(46,48,41)
#252421
(37,36,33)
#1C1819
(28,24,25)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #6D8461

#6D8461
(109,132,97)
#7A8F6F
(122,143,111)
#879A7D
(135,154,125)
#94A58B
(148,165,139)
#A1B099
(161,176,153)
#AEBBA7
(174,187,167)
#BBC6B5
(187,198,181)
#C8D1C3
(200,209,195)
#D5DCD1
(213,220,209)
#E2E7DF
(226,231,223)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8461; }

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

This text font color is #6D8461.


Background Color

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

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

This div background color is #6D8461.


Border color

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

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

This div border color is #6D8461.


Opacity

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

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

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

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

This text has shadow with #6D8461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8461 on black background.


Color preview on white background

This text has color #6D8461 on white background.



Black color preview on #6D8461 background

This text has black color on #6D8461 background.


White color preview on #6D8461 background

This text has white color on #6D8461 background.