COLOR #6C5365

HEX: #6C5365
RGB: (108,83,101)

Renk bilgisi

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

RGB renk modeli

#6C5365 color RGB value is (108,83,101).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 83 of 255 = 33%
B 101 of 255 = 40%

108
83
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 83 + 101 = 292 (100%)
R 108 of 292 ~ 36.99%
G 83 of 292 ~ 28.42%
B 101 of 292 ~ 34.59%

%36.99
%28.42
%34.59

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.15%
  • sarı tonu 6.48%
  • ana renk tonu 57.65%
CMYK:
(0,23,6,58)
C0M23Y6K58 
(0%,23%,6%,58%)
(0.00/0.23/0.06/0.58)	

CMYK yüzdeleri

%0
%23.15
%6.48
%57.65

Codes

Color #6C5365 in popluar color models

6C5365
RGB10883101
HSL317°13.09%37.45%
HSB/HSV317°23.15%42.35%
CMYK0.00%23.15%6.48%
57.65%

Color #6C5365 in popluar number systems.

HEX6C5365
Decimal10883101
Binary110110010100111100101
Octal154123145

Shades and tints

Shades of #6C5365

#6C5365
(108,83,101)
#634C5C
(99,76,92)
#5A4553
(90,69,83)
#513E4A
(81,62,74)
#483741
(72,55,65)
#3F3038
(63,48,56)
#36292F
(54,41,47)
#2D2226
(45,34,38)
#241B1D
(36,27,29)
#1B1414
(27,20,20)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #6C5365

#6C5365
(108,83,101)
#796273
(121,98,115)
#867181
(134,113,129)
#93808F
(147,128,143)
#A08F9D
(160,143,157)
#AD9EAB
(173,158,171)
#BAADB9
(186,173,185)
#C7BCC7
(199,188,199)
#D4CBD5
(212,203,213)
#E1DAE3
(225,218,227)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5365; }

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

This text font color is #6C5365.


Background Color

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

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

This div background color is #6C5365.


Border color

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

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

This div border color is #6C5365.


Opacity

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

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

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

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

This text has shadow with #6C5365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5365 on black background.


Color preview on white background

This text has color #6C5365 on white background.



Black color preview on #6C5365 background

This text has black color on #6C5365 background.


White color preview on #6C5365 background

This text has white color on #6C5365 background.