COLOR #6C4563

HEX: #6C4563
RGB: (108,69,99)

Renk bilgisi

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

RGB renk modeli

#6C4563 color RGB value is (108,69,99).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 69 of 255 = 27%
B 99 of 255 = 39%

108
69
99

R + G + B ~ 36%. #6C4563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 69 + 99 = 276 (100%)
R 108 of 276 ~ 39.13%
G 69 of 276 ~ 25%
B 99 of 276 ~ 35.87%

%39.13
%25
%35.87

CMYK RENK MODELİ

#6C4563 rengi CMYK tonu (0,36,8,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.11%
  • sarı tonu 8.33%
  • ana renk tonu 57.65%
CMYK:
(0,36,8,58)
C0M36Y8K58 
(0%,36%,8%,58%)
(0.00/0.36/0.08/0.58)	

CMYK yüzdeleri

%0
%36.11
%8.33
%57.65

Codes

Color #6C4563 in popluar color models

6C4563
RGB1086999
HSL314°22.03%34.71%
HSB/HSV314°36.11%42.35%
CMYK0.00%36.11%8.33%
57.65%

Color #6C4563 in popluar number systems.

HEX6C4563
Decimal1086999
Binary110110010001011100011
Octal154105143

Shades and tints

Shades of #6C4563

#6C4563
(108,69,99)
#633F5A
(99,63,90)
#5A3951
(90,57,81)
#513348
(81,51,72)
#482D3F
(72,45,63)
#3F2736
(63,39,54)
#36212D
(54,33,45)
#2D1B24
(45,27,36)
#24151B
(36,21,27)
#1B0F12
(27,15,18)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #6C4563

#6C4563
(108,69,99)
#795571
(121,85,113)
#86657F
(134,101,127)
#93758D
(147,117,141)
#A0859B
(160,133,155)
#AD95A9
(173,149,169)
#BAA5B7
(186,165,183)
#C7B5C5
(199,181,197)
#D4C5D3
(212,197,211)
#E1D5E1
(225,213,225)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4563; }

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

This text font color is #6C4563.


Background Color

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

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

This div background color is #6C4563.


Border color

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

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

This div border color is #6C4563.


Opacity

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

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

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

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

This text has shadow with #6C4563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4563 on black background.


Color preview on white background

This text has color #6C4563 on white background.



Black color preview on #6C4563 background

This text has black color on #6C4563 background.


White color preview on #6C4563 background

This text has white color on #6C4563 background.