COLOR #6C827F

HEX: #6C827F
RGB: (108,130,127)

Renk bilgisi

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

RGB renk modeli

#6C827F color RGB value is (108,130,127).

  • kırmız ton 108;
  • yeşil ton 130;
  • mavi ton 127.
RGB:
(108,130,127)
(42%,51%,50%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 130 of 255 = 51%
B 127 of 255 = 50%

108
130
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 130 + 127 = 365 (100%)
R 108 of 365 ~ 29.59%
G 130 of 365 ~ 35.62%
B 127 of 365 ~ 34.79%

%29.59
%35.62
%34.79

CMYK RENK MODELİ

#6C827F rengi CMYK tonu (17,0,2,49).

  • camgöbeği tonu 16.92%
  • eflatun tonu 0.00%
  • sarı tonu 2.31%
  • ana renk tonu 49.02%
CMYK:
(17,0,2,49)
C17M0Y2K49 
(17%,0%,2%,49%)
(0.17/0.00/0.02/0.49)	

CMYK yüzdeleri

%16.92
%0
%2.31
%49.02

Codes

Color #6C827F in popluar color models

6C827F
RGB108130127
HSL172°9.24%46.67%
HSB/HSV172°16.92%50.98%
CMYK16.92%0.00%2.31%
49.02%

Color #6C827F in popluar number systems.

HEX6C827F
Decimal108130127
Binary1101100100000101111111
Octal154202177

Shades and tints

Shades of #6C827F

#6C827F
(108,130,127)
#637774
(99,119,116)
#5A6C69
(90,108,105)
#51615E
(81,97,94)
#485653
(72,86,83)
#3F4B48
(63,75,72)
#36403D
(54,64,61)
#2D3532
(45,53,50)
#242A27
(36,42,39)
#1B1F1C
(27,31,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6C827F

#6C827F
(108,130,127)
#798D8A
(121,141,138)
#869895
(134,152,149)
#93A3A0
(147,163,160)
#A0AEAB
(160,174,171)
#ADB9B6
(173,185,182)
#BAC4C1
(186,196,193)
#C7CFCC
(199,207,204)
#D4DAD7
(212,218,215)
#E1E5E2
(225,229,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C827F color. Also use rgb(108,130,127) instead hex code.

Text Font Color

.myTextColor { color: #6C827F; }

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

This text font color is #6C827F.


Background Color

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

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

This div background color is #6C827F.


Border color

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

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

This div border color is #6C827F.


Opacity

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

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

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

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

This text has shadow with #6C827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C827F on black background.


Color preview on white background

This text has color #6C827F on white background.



Black color preview on #6C827F background

This text has black color on #6C827F background.


White color preview on #6C827F background

This text has white color on #6C827F background.