COLOR #6C4577

HEX: #6C4577
RGB: (108,69,119)

Renk bilgisi

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

RGB renk modeli

#6C4577 color RGB value is (108,69,119).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 69 of 255 = 27%
B 119 of 255 = 47%

108
69
119

R + G + B ~ 39%. #6C4577 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 69 + 119 = 296 (100%)
R 108 of 296 ~ 36.49%
G 69 of 296 ~ 23.31%
B 119 of 296 ~ 40.2%

%36.49
%23.31
%40.2

CMYK RENK MODELİ

#6C4577 rengi CMYK tonu (9,42,0,53).

  • camgöbeği tonu 9.24%
  • eflatun tonu 42.02%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(9,42,0,53)
C9M42Y0K53 
(9%,42%,0%,53%)
(0.09/0.42/0.00/0.53)	

CMYK yüzdeleri

%9.24
%42.02
%0
%53.33

Codes

Color #6C4577 in popluar color models

6C4577
RGB10869119
HSL287°26.60%36.86%
HSB/HSV287°42.02%46.67%
CMYK9.24%42.02%0.00%
53.33%

Color #6C4577 in popluar number systems.

HEX6C4577
Decimal10869119
Binary110110010001011110111
Octal154105167

Shades and tints

Shades of #6C4577

#6C4577
(108,69,119)
#633F6D
(99,63,109)
#5A3963
(90,57,99)
#513359
(81,51,89)
#482D4F
(72,45,79)
#3F2745
(63,39,69)
#36213B
(54,33,59)
#2D1B31
(45,27,49)
#241527
(36,21,39)
#1B0F1D
(27,15,29)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #6C4577

#6C4577
(108,69,119)
#795583
(121,85,131)
#86658F
(134,101,143)
#93759B
(147,117,155)
#A085A7
(160,133,167)
#AD95B3
(173,149,179)
#BAA5BF
(186,165,191)
#C7B5CB
(199,181,203)
#D4C5D7
(212,197,215)
#E1D5E3
(225,213,227)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4577; }

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

This text font color is #6C4577.


Background Color

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

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

This div background color is #6C4577.


Border color

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

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

This div border color is #6C4577.


Opacity

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

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

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

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

This text has shadow with #6C4577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4577 on black background.


Color preview on white background

This text has color #6C4577 on white background.



Black color preview on #6C4577 background

This text has black color on #6C4577 background.


White color preview on #6C4577 background

This text has white color on #6C4577 background.