COLOR #6C8C79

HEX: #6C8C79
RGB: (108,140,121)

Renk bilgisi

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

RGB renk modeli

#6C8C79 color RGB value is (108,140,121).

  • kırmız ton 108;
  • yeşil ton 140;
  • mavi ton 121.
RGB:
(108,140,121)
(42%,55%,47%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 140 of 255 = 55%
B 121 of 255 = 47%

108
140
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 140 + 121 = 369 (100%)
R 108 of 369 ~ 29.27%
G 140 of 369 ~ 37.94%
B 121 of 369 ~ 32.79%

%29.27
%37.94
%32.79

CMYK RENK MODELİ

#6C8C79 rengi CMYK tonu (23,0,14,45).

  • camgöbeği tonu 22.86%
  • eflatun tonu 0.00%
  • sarı tonu 13.57%
  • ana renk tonu 45.10%
CMYK:
(23,0,14,45)
C23M0Y14K45 
(23%,0%,14%,45%)
(0.23/0.00/0.14/0.45)	

CMYK yüzdeleri

%22.86
%0
%13.57
%45.1

Codes

Color #6C8C79 in popluar color models

6C8C79
RGB108140121
HSL144°12.90%48.63%
HSB/HSV144°22.86%54.90%
CMYK22.86%0.00%13.57%
45.10%

Color #6C8C79 in popluar number systems.

HEX6C8C79
Decimal108140121
Binary1101100100011001111001
Octal154214171

Shades and tints

Shades of #6C8C79

#6C8C79
(108,140,121)
#63806E
(99,128,110)
#5A7463
(90,116,99)
#516858
(81,104,88)
#485C4D
(72,92,77)
#3F5042
(63,80,66)
#364437
(54,68,55)
#2D382C
(45,56,44)
#242C21
(36,44,33)
#1B2016
(27,32,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #6C8C79

#6C8C79
(108,140,121)
#799685
(121,150,133)
#86A091
(134,160,145)
#93AA9D
(147,170,157)
#A0B4A9
(160,180,169)
#ADBEB5
(173,190,181)
#BAC8C1
(186,200,193)
#C7D2CD
(199,210,205)
#D4DCD9
(212,220,217)
#E1E6E5
(225,230,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8C79 color. Also use rgb(108,140,121) instead hex code.

Text Font Color

.myTextColor { color: #6C8C79; }

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

This text font color is #6C8C79.


Background Color

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

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

This div background color is #6C8C79.


Border color

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

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

This div border color is #6C8C79.


Opacity

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

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

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

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

This text has shadow with #6C8C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8C79 on black background.


Color preview on white background

This text has color #6C8C79 on white background.



Black color preview on #6C8C79 background

This text has black color on #6C8C79 background.


White color preview on #6C8C79 background

This text has white color on #6C8C79 background.