COLOR #6C8974

HEX: #6C8974
RGB: (108,137,116)

Renk bilgisi

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

RGB renk modeli

#6C8974 color RGB value is (108,137,116).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 137 of 255 = 54%
B 116 of 255 = 45%

108
137
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 137 + 116 = 361 (100%)
R 108 of 361 ~ 29.92%
G 137 of 361 ~ 37.95%
B 116 of 361 ~ 32.13%

%29.92
%37.95
%32.13

CMYK RENK MODELİ

#6C8974 rengi CMYK tonu (21,0,15,46).

  • camgöbeği tonu 21.17%
  • eflatun tonu 0.00%
  • sarı tonu 15.33%
  • ana renk tonu 46.27%
CMYK:
(21,0,15,46)
C21M0Y15K46 
(21%,0%,15%,46%)
(0.21/0.00/0.15/0.46)	

CMYK yüzdeleri

%21.17
%0
%15.33
%46.27

Codes

Color #6C8974 in popluar color models

6C8974
RGB108137116
HSL137°11.84%48.04%
HSB/HSV137°21.17%53.73%
CMYK21.17%0.00%15.33%
46.27%

Color #6C8974 in popluar number systems.

HEX6C8974
Decimal108137116
Binary1101100100010011110100
Octal154211164

Shades and tints

Shades of #6C8974

#6C8974
(108,137,116)
#637D6A
(99,125,106)
#5A7160
(90,113,96)
#516556
(81,101,86)
#48594C
(72,89,76)
#3F4D42
(63,77,66)
#364138
(54,65,56)
#2D352E
(45,53,46)
#242924
(36,41,36)
#1B1D1A
(27,29,26)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #6C8974

#6C8974
(108,137,116)
#799380
(121,147,128)
#869D8C
(134,157,140)
#93A798
(147,167,152)
#A0B1A4
(160,177,164)
#ADBBB0
(173,187,176)
#BAC5BC
(186,197,188)
#C7CFC8
(199,207,200)
#D4D9D4
(212,217,212)
#E1E3E0
(225,227,224)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8974; }

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

This text font color is #6C8974.


Background Color

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

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

This div background color is #6C8974.


Border color

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

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

This div border color is #6C8974.


Opacity

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

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

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

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

This text has shadow with #6C8974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8974 on black background.


Color preview on white background

This text has color #6C8974 on white background.



Black color preview on #6C8974 background

This text has black color on #6C8974 background.


White color preview on #6C8974 background

This text has white color on #6C8974 background.