COLOR #6D8D73

HEX: #6D8D73
RGB: (109,141,115)

Renk bilgisi

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

RGB renk modeli

#6D8D73 color RGB value is (109,141,115).

  • kırmız ton 109;
  • yeşil ton 141;
  • mavi ton 115.
RGB:
(109,141,115)
(43%,55%,45%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 141 of 255 = 55%
B 115 of 255 = 45%

109
141
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 141 + 115 = 365 (100%)
R 109 of 365 ~ 29.86%
G 141 of 365 ~ 38.63%
B 115 of 365 ~ 31.51%

%29.86
%38.63
%31.51

CMYK RENK MODELİ

#6D8D73 rengi CMYK tonu (23,0,18,45).

  • camgöbeği tonu 22.70%
  • eflatun tonu 0.00%
  • sarı tonu 18.44%
  • ana renk tonu 44.71%
CMYK:
(23,0,18,45)
C23M0Y18K45 
(23%,0%,18%,45%)
(0.23/0.00/0.18/0.45)	

CMYK yüzdeleri

%22.7
%0
%18.44
%44.71

Codes

Color #6D8D73 in popluar color models

6D8D73
RGB109141115
HSL131°12.80%49.02%
HSB/HSV131°22.70%55.29%
CMYK22.70%0.00%18.44%
44.71%

Color #6D8D73 in popluar number systems.

HEX6D8D73
Decimal109141115
Binary1101101100011011110011
Octal155215163

Shades and tints

Shades of #6D8D73

#6D8D73
(109,141,115)
#648169
(100,129,105)
#5B755F
(91,117,95)
#526955
(82,105,85)
#495D4B
(73,93,75)
#405141
(64,81,65)
#374537
(55,69,55)
#2E392D
(46,57,45)
#252D23
(37,45,35)
#1C2119
(28,33,25)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #6D8D73

#6D8D73
(109,141,115)
#7A977F
(122,151,127)
#87A18B
(135,161,139)
#94AB97
(148,171,151)
#A1B5A3
(161,181,163)
#AEBFAF
(174,191,175)
#BBC9BB
(187,201,187)
#C8D3C7
(200,211,199)
#D5DDD3
(213,221,211)
#E2E7DF
(226,231,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8D73 color. Also use rgb(109,141,115) instead hex code.

Text Font Color

.myTextColor { color: #6D8D73; }

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

This text font color is #6D8D73.


Background Color

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

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

This div background color is #6D8D73.


Border color

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

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

This div border color is #6D8D73.


Opacity

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

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

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

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

This text has shadow with #6D8D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8D73 on black background.


Color preview on white background

This text has color #6D8D73 on white background.



Black color preview on #6D8D73 background

This text has black color on #6D8D73 background.


White color preview on #6D8D73 background

This text has white color on #6D8D73 background.