COLOR #6C5C77

HEX: #6C5C77
RGB: (108,92,119)

Renk bilgisi

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

RGB renk modeli

#6C5C77 color RGB value is (108,92,119).

  • kırmız ton 108;
  • yeşil ton 92;
  • mavi ton 119.
RGB:
(108,92,119)
(42%,36%,47%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 92 of 255 = 36%
B 119 of 255 = 47%

108
92
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 92 + 119 = 319 (100%)
R 108 of 319 ~ 33.86%
G 92 of 319 ~ 28.84%
B 119 of 319 ~ 37.3%

%33.86
%28.84
%37.3

CMYK RENK MODELİ

#6C5C77 rengi CMYK tonu (9,23,0,53).

  • camgöbeği tonu 9.24%
  • eflatun tonu 22.69%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(9,23,0,53)
C9M23Y0K53 
(9%,23%,0%,53%)
(0.09/0.23/0.00/0.53)	

CMYK yüzdeleri

%9.24
%22.69
%0
%53.33

Codes

Color #6C5C77 in popluar color models

6C5C77
RGB10892119
HSL276°12.80%41.37%
HSB/HSV276°22.69%46.67%
CMYK9.24%22.69%0.00%
53.33%

Color #6C5C77 in popluar number systems.

HEX6C5C77
Decimal10892119
Binary110110010111001110111
Octal154134167

Shades and tints

Shades of #6C5C77

#6C5C77
(108,92,119)
#63546D
(99,84,109)
#5A4C63
(90,76,99)
#514459
(81,68,89)
#483C4F
(72,60,79)
#3F3445
(63,52,69)
#362C3B
(54,44,59)
#2D2431
(45,36,49)
#241C27
(36,28,39)
#1B141D
(27,20,29)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #6C5C77

#6C5C77
(108,92,119)
#796A83
(121,106,131)
#86788F
(134,120,143)
#93869B
(147,134,155)
#A094A7
(160,148,167)
#ADA2B3
(173,162,179)
#BAB0BF
(186,176,191)
#C7BECB
(199,190,203)
#D4CCD7
(212,204,215)
#E1DAE3
(225,218,227)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5C77 color. Also use rgb(108,92,119) instead hex code.

Text Font Color

.myTextColor { color: #6C5C77; }

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

This text font color is #6C5C77.


Background Color

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

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

This div background color is #6C5C77.


Border color

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

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

This div border color is #6C5C77.


Opacity

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

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

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

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

This text has shadow with #6C5C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5C77 on black background.


Color preview on white background

This text has color #6C5C77 on white background.



Black color preview on #6C5C77 background

This text has black color on #6C5C77 background.


White color preview on #6C5C77 background

This text has white color on #6C5C77 background.