COLOR #6D8C68

HEX: #6D8C68
RGB: (109,140,104)

Renk bilgisi

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

RGB renk modeli

#6D8C68 color RGB value is (109,140,104).

  • kırmız ton 109;
  • yeşil ton 140;
  • mavi ton 104.
RGB:
(109,140,104)
(43%,55%,41%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 140 of 255 = 55%
B 104 of 255 = 41%

109
140
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 140 + 104 = 353 (100%)
R 109 of 353 ~ 30.88%
G 140 of 353 ~ 39.66%
B 104 of 353 ~ 29.46%

%30.88
%39.66
%29.46

CMYK RENK MODELİ

#6D8C68 rengi CMYK tonu (22,0,26,45).

  • camgöbeği tonu 22.14%
  • eflatun tonu 0.00%
  • sarı tonu 25.71%
  • ana renk tonu 45.10%
CMYK:
(22,0,26,45)
C22M0Y26K45 
(22%,0%,26%,45%)
(0.22/0.00/0.26/0.45)	

CMYK yüzdeleri

%22.14
%0
%25.71
%45.1

Codes

Color #6D8C68 in popluar color models

6D8C68
RGB109140104
HSL112°14.75%47.84%
HSB/HSV112°25.71%54.90%
CMYK22.14%0.00%25.71%
45.10%

Color #6D8C68 in popluar number systems.

HEX6D8C68
Decimal109140104
Binary1101101100011001101000
Octal155214150

Shades and tints

Shades of #6D8C68

#6D8C68
(109,140,104)
#64805F
(100,128,95)
#5B7456
(91,116,86)
#52684D
(82,104,77)
#495C44
(73,92,68)
#40503B
(64,80,59)
#374432
(55,68,50)
#2E3829
(46,56,41)
#252C20
(37,44,32)
#1C2017
(28,32,23)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #6D8C68

#6D8C68
(109,140,104)
#7A9675
(122,150,117)
#87A082
(135,160,130)
#94AA8F
(148,170,143)
#A1B49C
(161,180,156)
#AEBEA9
(174,190,169)
#BBC8B6
(187,200,182)
#C8D2C3
(200,210,195)
#D5DCD0
(213,220,208)
#E2E6DD
(226,230,221)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8C68 color. Also use rgb(109,140,104) instead hex code.

Text Font Color

.myTextColor { color: #6D8C68; }

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

This text font color is #6D8C68.


Background Color

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

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

This div background color is #6D8C68.


Border color

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

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

This div border color is #6D8C68.


Opacity

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

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

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

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

This text has shadow with #6D8C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8C68 on black background.


Color preview on white background

This text has color #6D8C68 on white background.



Black color preview on #6D8C68 background

This text has black color on #6D8C68 background.


White color preview on #6D8C68 background

This text has white color on #6D8C68 background.