COLOR #6C5363

HEX: #6C5363
RGB: (108,83,99)

Renk bilgisi

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

RGB renk modeli

#6C5363 color RGB value is (108,83,99).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 83 of 255 = 33%
B 99 of 255 = 39%

108
83
99

R + G + B ~ 38%. #6C5363 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 83 + 99 = 290 (100%)
R 108 of 290 ~ 37.24%
G 83 of 290 ~ 28.62%
B 99 of 290 ~ 34.14%

%37.24
%28.62
%34.14

CMYK RENK MODELİ

#6C5363 rengi CMYK tonu (0,23,8,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.15%
  • sarı tonu 8.33%
  • ana renk tonu 57.65%
CMYK:
(0,23,8,58)
C0M23Y8K58 
(0%,23%,8%,58%)
(0.00/0.23/0.08/0.58)	

CMYK yüzdeleri

%0
%23.15
%8.33
%57.65

Codes

Color #6C5363 in popluar color models

6C5363
RGB1088399
HSL322°13.09%37.45%
HSB/HSV322°23.15%42.35%
CMYK0.00%23.15%8.33%
57.65%

Color #6C5363 in popluar number systems.

HEX6C5363
Decimal1088399
Binary110110010100111100011
Octal154123143

Shades and tints

Shades of #6C5363

#6C5363
(108,83,99)
#634C5A
(99,76,90)
#5A4551
(90,69,81)
#513E48
(81,62,72)
#48373F
(72,55,63)
#3F3036
(63,48,54)
#36292D
(54,41,45)
#2D2224
(45,34,36)
#241B1B
(36,27,27)
#1B1412
(27,20,18)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #6C5363

#6C5363
(108,83,99)
#796271
(121,98,113)
#86717F
(134,113,127)
#93808D
(147,128,141)
#A08F9B
(160,143,155)
#AD9EA9
(173,158,169)
#BAADB7
(186,173,183)
#C7BCC5
(199,188,197)
#D4CBD3
(212,203,211)
#E1DAE1
(225,218,225)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5363; }

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

This text font color is #6C5363.


Background Color

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

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

This div background color is #6C5363.


Border color

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

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

This div border color is #6C5363.


Opacity

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

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

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

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

This text has shadow with #6C5363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5363 on black background.


Color preview on white background

This text has color #6C5363 on white background.



Black color preview on #6C5363 background

This text has black color on #6C5363 background.


White color preview on #6C5363 background

This text has white color on #6C5363 background.