COLOR #6C4575

HEX: #6C4575
RGB: (108,69,117)

Renk bilgisi

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

RGB renk modeli

#6C4575 color RGB value is (108,69,117).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 69 of 255 = 27%
B 117 of 255 = 46%

108
69
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 69 + 117 = 294 (100%)
R 108 of 294 ~ 36.73%
G 69 of 294 ~ 23.47%
B 117 of 294 ~ 39.8%

%36.73
%23.47
%39.8

CMYK RENK MODELİ

#6C4575 rengi CMYK tonu (8,41,0,54).

  • camgöbeği tonu 7.69%
  • eflatun tonu 41.03%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(8,41,0,54)
C8M41Y0K54 
(8%,41%,0%,54%)
(0.08/0.41/0.00/0.54)	

CMYK yüzdeleri

%7.69
%41.03
%0
%54.12

Codes

Color #6C4575 in popluar color models

6C4575
RGB10869117
HSL289°25.81%36.47%
HSB/HSV289°41.03%45.88%
CMYK7.69%41.03%0.00%
54.12%

Color #6C4575 in popluar number systems.

HEX6C4575
Decimal10869117
Binary110110010001011110101
Octal154105165

Shades and tints

Shades of #6C4575

#6C4575
(108,69,117)
#633F6B
(99,63,107)
#5A3961
(90,57,97)
#513357
(81,51,87)
#482D4D
(72,45,77)
#3F2743
(63,39,67)
#362139
(54,33,57)
#2D1B2F
(45,27,47)
#241525
(36,21,37)
#1B0F1B
(27,15,27)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #6C4575

#6C4575
(108,69,117)
#795581
(121,85,129)
#86658D
(134,101,141)
#937599
(147,117,153)
#A085A5
(160,133,165)
#AD95B1
(173,149,177)
#BAA5BD
(186,165,189)
#C7B5C9
(199,181,201)
#D4C5D5
(212,197,213)
#E1D5E1
(225,213,225)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4575; }

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

This text font color is #6C4575.


Background Color

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

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

This div background color is #6C4575.


Border color

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

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

This div border color is #6C4575.


Opacity

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

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

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

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

This text has shadow with #6C4575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4575 on black background.


Color preview on white background

This text has color #6C4575 on white background.



Black color preview on #6C4575 background

This text has black color on #6C4575 background.


White color preview on #6C4575 background

This text has white color on #6C4575 background.