COLOR #6C6376

HEX: #6C6376
RGB: (108,99,118)

Renk bilgisi

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

RGB renk modeli

#6C6376 color RGB value is (108,99,118).

  • kırmız ton 108;
  • yeşil ton 99;
  • mavi ton 118.
RGB:
(108,99,118)
(42%,39%,46%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 99 of 255 = 39%
B 118 of 255 = 46%

108
99
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 99 + 118 = 325 (100%)
R 108 of 325 ~ 33.23%
G 99 of 325 ~ 30.46%
B 118 of 325 ~ 36.31%

%33.23
%30.46
%36.31

CMYK RENK MODELİ

#6C6376 rengi CMYK tonu (8,16,0,54).

  • camgöbeği tonu 8.47%
  • eflatun tonu 16.10%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(8,16,0,54)
C8M16Y0K54 
(8%,16%,0%,54%)
(0.08/0.16/0.00/0.54)	

CMYK yüzdeleri

%8.47
%16.1
%0
%53.73

Codes

Color #6C6376 in popluar color models

6C6376
RGB10899118
HSL268°8.76%42.55%
HSB/HSV268°16.10%46.27%
CMYK8.47%16.10%0.00%
53.73%

Color #6C6376 in popluar number systems.

HEX6C6376
Decimal10899118
Binary110110011000111110110
Octal154143166

Shades and tints

Shades of #6C6376

#6C6376
(108,99,118)
#635A6C
(99,90,108)
#5A5162
(90,81,98)
#514858
(81,72,88)
#483F4E
(72,63,78)
#3F3644
(63,54,68)
#362D3A
(54,45,58)
#2D2430
(45,36,48)
#241B26
(36,27,38)
#1B121C
(27,18,28)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #6C6376

#6C6376
(108,99,118)
#797182
(121,113,130)
#867F8E
(134,127,142)
#938D9A
(147,141,154)
#A09BA6
(160,155,166)
#ADA9B2
(173,169,178)
#BAB7BE
(186,183,190)
#C7C5CA
(199,197,202)
#D4D3D6
(212,211,214)
#E1E1E2
(225,225,226)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6376 color. Also use rgb(108,99,118) instead hex code.

Text Font Color

.myTextColor { color: #6C6376; }

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

This text font color is #6C6376.


Background Color

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

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

This div background color is #6C6376.


Border color

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

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

This div border color is #6C6376.


Opacity

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

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

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

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

This text has shadow with #6C6376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6376 on black background.


Color preview on white background

This text has color #6C6376 on white background.



Black color preview on #6C6376 background

This text has black color on #6C6376 background.


White color preview on #6C6376 background

This text has white color on #6C6376 background.