COLOR #804476

HEX: #804476
RGB: (128,68,118)

Renk bilgisi

#804476 contains mainly red and blue colors. #804476 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#804476 color RGB value is (128,68,118).

  • kırmız ton 128;
  • yeşil ton 68;
  • mavi ton 118.
RGB:
(128,68,118)
(50%,27%,46%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 68 of 255 = 27%
B 118 of 255 = 46%

128
68
118

R + G + B ~ 41%. #804476 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 68 + 118 = 314 (100%)
R 128 of 314 ~ 40.76%
G 68 of 314 ~ 21.66%
B 118 of 314 ~ 37.58%

%40.76
%21.66
%37.58

CMYK RENK MODELİ

#804476 rengi CMYK tonu (0,47,8,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.88%
  • sarı tonu 7.81%
  • ana renk tonu 49.80%
CMYK:
(0,47,8,50)
C0M47Y8K50 
(0%,47%,8%,50%)
(0.00/0.47/0.08/0.50)	

CMYK yüzdeleri

%0
%46.88
%7.81
%49.8

Codes

Color #804476 in popluar color models

804476
RGB12868118
HSL310°30.61%38.43%
HSB/HSV310°46.88%50.20%
CMYK0.00%46.88%7.81%
49.80%

Color #804476 in popluar number systems.

HEX804476
Decimal12868118
Binary1000000010001001110110
Octal200104166

Shades and tints

Shades of #804476

#804476
(128,68,118)
#753E6C
(117,62,108)
#6A3862
(106,56,98)
#5F3258
(95,50,88)
#542C4E
(84,44,78)
#492644
(73,38,68)
#3E203A
(62,32,58)
#331A30
(51,26,48)
#281426
(40,20,38)
#1D0E1C
(29,14,28)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #804476

#804476
(128,68,118)
#8B5582
(139,85,130)
#96668E
(150,102,142)
#A1779A
(161,119,154)
#AC88A6
(172,136,166)
#B799B2
(183,153,178)
#C2AABE
(194,170,190)
#CDBBCA
(205,187,202)
#D8CCD6
(216,204,214)
#E3DDE2
(227,221,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804476 color. Also use rgb(128,68,118) instead hex code.

Text Font Color

.myTextColor { color: #804476; }

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

This text font color is #804476.


Background Color

.myBgColor { background-color: #804476; }

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

This div background color is #804476.


Border color

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

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

This div border color is #804476.


Opacity

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

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

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

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

This text has shadow with #804476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804476 on black background.


Color preview on white background

This text has color #804476 on white background.



Black color preview on #804476 background

This text has black color on #804476 background.


White color preview on #804476 background

This text has white color on #804476 background.