COLOR #6D8974

HEX: #6D8974
RGB: (109,137,116)

Renk bilgisi

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

RGB renk modeli

#6D8974 color RGB value is (109,137,116).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 137 of 255 = 54%
B 116 of 255 = 45%

109
137
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 137 + 116 = 362 (100%)
R 109 of 362 ~ 30.11%
G 137 of 362 ~ 37.85%
B 116 of 362 ~ 32.04%

%30.11
%37.85
%32.04

CMYK RENK MODELİ

#6D8974 rengi CMYK tonu (20,0,15,46).

  • camgöbeği tonu 20.44%
  • eflatun tonu 0.00%
  • sarı tonu 15.33%
  • ana renk tonu 46.27%
CMYK:
(20,0,15,46)
C20M0Y15K46 
(20%,0%,15%,46%)
(0.20/0.00/0.15/0.46)	

CMYK yüzdeleri

%20.44
%0
%15.33
%46.27

Codes

Color #6D8974 in popluar color models

6D8974
RGB109137116
HSL135°11.38%48.24%
HSB/HSV135°20.44%53.73%
CMYK20.44%0.00%15.33%
46.27%

Color #6D8974 in popluar number systems.

HEX6D8974
Decimal109137116
Binary1101101100010011110100
Octal155211164

Shades and tints

Shades of #6D8974

#6D8974
(109,137,116)
#647D6A
(100,125,106)
#5B7160
(91,113,96)
#526556
(82,101,86)
#49594C
(73,89,76)
#404D42
(64,77,66)
#374138
(55,65,56)
#2E352E
(46,53,46)
#252924
(37,41,36)
#1C1D1A
(28,29,26)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6D8974

#6D8974
(109,137,116)
#7A9380
(122,147,128)
#879D8C
(135,157,140)
#94A798
(148,167,152)
#A1B1A4
(161,177,164)
#AEBBB0
(174,187,176)
#BBC5BC
(187,197,188)
#C8CFC8
(200,207,200)
#D5D9D4
(213,217,212)
#E2E3E0
(226,227,224)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8974; }

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

This text font color is #6D8974.


Background Color

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

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

This div background color is #6D8974.


Border color

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

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

This div border color is #6D8974.


Opacity

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

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

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

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

This text has shadow with #6D8974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8974 on black background.


Color preview on white background

This text has color #6D8974 on white background.



Black color preview on #6D8974 background

This text has black color on #6D8974 background.


White color preview on #6D8974 background

This text has white color on #6D8974 background.