COLOR #6D9579

HEX: #6D9579
RGB: (109,149,121)

Renk bilgisi

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

RGB renk modeli

#6D9579 color RGB value is (109,149,121).

  • kırmız ton 109;
  • yeşil ton 149;
  • mavi ton 121.
RGB:
(109,149,121)
(43%,58%,47%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 149 of 255 = 58%
B 121 of 255 = 47%

109
149
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 149 + 121 = 379 (100%)
R 109 of 379 ~ 28.76%
G 149 of 379 ~ 39.31%
B 121 of 379 ~ 31.93%

%28.76
%39.31
%31.93

CMYK RENK MODELİ

#6D9579 rengi CMYK tonu (27,0,19,42).

  • camgöbeği tonu 26.85%
  • eflatun tonu 0.00%
  • sarı tonu 18.79%
  • ana renk tonu 41.57%
CMYK:
(27,0,19,42)
C27M0Y19K42 
(27%,0%,19%,42%)
(0.27/0.00/0.19/0.42)	

CMYK yüzdeleri

%26.85
%0
%18.79
%41.57

Codes

Color #6D9579 in popluar color models

6D9579
RGB109149121
HSL138°15.87%50.59%
HSB/HSV138°26.85%58.43%
CMYK26.85%0.00%18.79%
41.57%

Color #6D9579 in popluar number systems.

HEX6D9579
Decimal109149121
Binary1101101100101011111001
Octal155225171

Shades and tints

Shades of #6D9579

#6D9579
(109,149,121)
#64886E
(100,136,110)
#5B7B63
(91,123,99)
#526E58
(82,110,88)
#49614D
(73,97,77)
#405442
(64,84,66)
#374737
(55,71,55)
#2E3A2C
(46,58,44)
#252D21
(37,45,33)
#1C2016
(28,32,22)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #6D9579

#6D9579
(109,149,121)
#7A9E85
(122,158,133)
#87A791
(135,167,145)
#94B09D
(148,176,157)
#A1B9A9
(161,185,169)
#AEC2B5
(174,194,181)
#BBCBC1
(187,203,193)
#C8D4CD
(200,212,205)
#D5DDD9
(213,221,217)
#E2E6E5
(226,230,229)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9579 color. Also use rgb(109,149,121) instead hex code.

Text Font Color

.myTextColor { color: #6D9579; }

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

This text font color is #6D9579.


Background Color

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

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

This div background color is #6D9579.


Border color

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

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

This div border color is #6D9579.


Opacity

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

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

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

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

This text has shadow with #6D9579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9579 on black background.


Color preview on white background

This text has color #6D9579 on white background.



Black color preview on #6D9579 background

This text has black color on #6D9579 background.


White color preview on #6D9579 background

This text has white color on #6D9579 background.