COLOR #6C6364

HEX: #6C6364
RGB: (108,99,100)

Renk bilgisi

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

RGB renk modeli

#6C6364 color RGB value is (108,99,100).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 99 of 255 = 39%
B 100 of 255 = 39%

108
99
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 99 + 100 = 307 (100%)
R 108 of 307 ~ 35.18%
G 99 of 307 ~ 32.25%
B 100 of 307 ~ 32.57%

%35.18
%32.25
%32.57

CMYK RENK MODELİ

#6C6364 rengi CMYK tonu (0,8,7,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.33%
  • sarı tonu 7.41%
  • ana renk tonu 57.65%
CMYK:
(0,8,7,58)
C0M8Y7K58 
(0%,8%,7%,58%)
(0.00/0.08/0.07/0.58)	

CMYK yüzdeleri

%0
%8.33
%7.41
%57.65

Codes

Color #6C6364 in popluar color models

6C6364
RGB10899100
HSL353°4.35%40.59%
HSB/HSV353°8.33%42.35%
CMYK0.00%8.33%7.41%
57.65%

Color #6C6364 in popluar number systems.

HEX6C6364
Decimal10899100
Binary110110011000111100100
Octal154143144

Shades and tints

Shades of #6C6364

#6C6364
(108,99,100)
#635A5B
(99,90,91)
#5A5152
(90,81,82)
#514849
(81,72,73)
#483F40
(72,63,64)
#3F3637
(63,54,55)
#362D2E
(54,45,46)
#2D2425
(45,36,37)
#241B1C
(36,27,28)
#1B1213
(27,18,19)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #6C6364

#6C6364
(108,99,100)
#797172
(121,113,114)
#867F80
(134,127,128)
#938D8E
(147,141,142)
#A09B9C
(160,155,156)
#ADA9AA
(173,169,170)
#BAB7B8
(186,183,184)
#C7C5C6
(199,197,198)
#D4D3D4
(212,211,212)
#E1E1E2
(225,225,226)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6364; }

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

This text font color is #6C6364.


Background Color

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

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

This div background color is #6C6364.


Border color

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

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

This div border color is #6C6364.


Opacity

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

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

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

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

This text has shadow with #6C6364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6364 on black background.


Color preview on white background

This text has color #6C6364 on white background.



Black color preview on #6C6364 background

This text has black color on #6C6364 background.


White color preview on #6C6364 background

This text has white color on #6C6364 background.