COLOR #664477

HEX: #664477
RGB: (102,68,119)

Renk bilgisi

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

RGB renk modeli

#664477 color RGB value is (102,68,119).

  • kırmız ton 102;
  • yeşil ton 68;
  • mavi ton 119.
RGB:
(102,68,119)
(40%,27%,47%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 68 of 255 = 27%
B 119 of 255 = 47%

102
68
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 68 + 119 = 289 (100%)
R 102 of 289 ~ 35.29%
G 68 of 289 ~ 23.53%
B 119 of 289 ~ 41.18%

%35.29
%23.53
%41.18

CMYK RENK MODELİ

#664477 rengi CMYK tonu (14,43,0,53).

  • camgöbeği tonu 14.29%
  • eflatun tonu 42.86%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(14,43,0,53)
C14M43Y0K53 
(14%,43%,0%,53%)
(0.14/0.43/0.00/0.53)	

CMYK yüzdeleri

%14.29
%42.86
%0
%53.33

Codes

Color #664477 in popluar color models

664477
RGB10268119
HSL280°27.27%36.67%
HSB/HSV280°42.86%46.67%
CMYK14.29%42.86%0.00%
53.33%

Color #664477 in popluar number systems.

HEX664477
Decimal10268119
Binary110011010001001110111
Octal146104167

Shades and tints

Shades of #664477

#664477
(102,68,119)
#5D3E6D
(93,62,109)
#543863
(84,56,99)
#4B3259
(75,50,89)
#422C4F
(66,44,79)
#392645
(57,38,69)
#30203B
(48,32,59)
#271A31
(39,26,49)
#1E1427
(30,20,39)
#150E1D
(21,14,29)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #664477

#664477
(102,68,119)
#735583
(115,85,131)
#80668F
(128,102,143)
#8D779B
(141,119,155)
#9A88A7
(154,136,167)
#A799B3
(167,153,179)
#B4AABF
(180,170,191)
#C1BBCB
(193,187,203)
#CECCD7
(206,204,215)
#DBDDE3
(219,221,227)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664477 color. Also use rgb(102,68,119) instead hex code.

Text Font Color

.myTextColor { color: #664477; }

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

This text font color is #664477.


Background Color

.myBgColor { background-color: #664477; }

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

This div background color is #664477.


Border color

.myBorderColor { border: 1px solid #664477; }

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

This div border color is #664477.


Opacity

.myOpacity80 { color: #664477; opacity: 0.8; }

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

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

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

This text has shadow with #664477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664477 on black background.


Color preview on white background

This text has color #664477 on white background.



Black color preview on #664477 background

This text has black color on #664477 background.


White color preview on #664477 background

This text has white color on #664477 background.