COLOR #6D8774

HEX: #6D8774
RGB: (109,135,116)

Renk bilgisi

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

RGB renk modeli

#6D8774 color RGB value is (109,135,116).

  • kırmız ton 109;
  • yeşil ton 135;
  • mavi ton 116.
RGB:
(109,135,116)
(43%,53%,45%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 135 of 255 = 53%
B 116 of 255 = 45%

109
135
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 135 + 116 = 360 (100%)
R 109 of 360 ~ 30.28%
G 135 of 360 ~ 37.5%
B 116 of 360 ~ 32.22%

%30.28
%37.5
%32.22

CMYK RENK MODELİ

#6D8774 rengi CMYK tonu (19,0,14,47).

  • camgöbeği tonu 19.26%
  • eflatun tonu 0.00%
  • sarı tonu 14.07%
  • ana renk tonu 47.06%
CMYK:
(19,0,14,47)
C19M0Y14K47 
(19%,0%,14%,47%)
(0.19/0.00/0.14/0.47)	

CMYK yüzdeleri

%19.26
%0
%14.07
%47.06

Codes

Color #6D8774 in popluar color models

6D8774
RGB109135116
HSL136°10.66%47.84%
HSB/HSV136°19.26%52.94%
CMYK19.26%0.00%14.07%
47.06%

Color #6D8774 in popluar number systems.

HEX6D8774
Decimal109135116
Binary1101101100001111110100
Octal155207164

Shades and tints

Shades of #6D8774

#6D8774
(109,135,116)
#647B6A
(100,123,106)
#5B6F60
(91,111,96)
#526356
(82,99,86)
#49574C
(73,87,76)
#404B42
(64,75,66)
#373F38
(55,63,56)
#2E332E
(46,51,46)
#252724
(37,39,36)
#1C1B1A
(28,27,26)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #6D8774

#6D8774
(109,135,116)
#7A9180
(122,145,128)
#879B8C
(135,155,140)
#94A598
(148,165,152)
#A1AFA4
(161,175,164)
#AEB9B0
(174,185,176)
#BBC3BC
(187,195,188)
#C8CDC8
(200,205,200)
#D5D7D4
(213,215,212)
#E2E1E0
(226,225,224)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8774 color. Also use rgb(109,135,116) instead hex code.

Text Font Color

.myTextColor { color: #6D8774; }

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

This text font color is #6D8774.


Background Color

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

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

This div background color is #6D8774.


Border color

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

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

This div border color is #6D8774.


Opacity

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

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

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

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

This text has shadow with #6D8774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8774 on black background.


Color preview on white background

This text has color #6D8774 on white background.



Black color preview on #6D8774 background

This text has black color on #6D8774 background.


White color preview on #6D8774 background

This text has white color on #6D8774 background.