COLOR #80476C

HEX: #80476C
RGB: (128,71,108)

Renk bilgisi

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

RGB renk modeli

#80476C color RGB value is (128,71,108).

  • kırmız ton 128;
  • yeşil ton 71;
  • mavi ton 108.
RGB:
(128,71,108)
(50%,28%,42%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 71 of 255 = 28%
B 108 of 255 = 42%

128
71
108

R + G + B ~ 40%. #80476C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 71 + 108 = 307 (100%)
R 128 of 307 ~ 41.69%
G 71 of 307 ~ 23.13%
B 108 of 307 ~ 35.18%

%41.69
%23.13
%35.18

CMYK RENK MODELİ

#80476C rengi CMYK tonu (0,45,16,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.53%
  • sarı tonu 15.63%
  • ana renk tonu 49.80%
CMYK:
(0,45,16,50)
C0M45Y16K50 
(0%,45%,16%,50%)
(0.00/0.45/0.16/0.50)	

CMYK yüzdeleri

%0
%44.53
%15.63
%49.8

Codes

Color #80476C in popluar color models

80476C
RGB12871108
HSL321°28.64%39.02%
HSB/HSV321°44.53%50.20%
CMYK0.00%44.53%15.63%
49.80%

Color #80476C in popluar number systems.

HEX80476C
Decimal12871108
Binary1000000010001111101100
Octal200107154

Shades and tints

Shades of #80476C

#80476C
(128,71,108)
#754163
(117,65,99)
#6A3B5A
(106,59,90)
#5F3551
(95,53,81)
#542F48
(84,47,72)
#49293F
(73,41,63)
#3E2336
(62,35,54)
#331D2D
(51,29,45)
#281724
(40,23,36)
#1D111B
(29,17,27)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #80476C

#80476C
(128,71,108)
#8B5779
(139,87,121)
#966786
(150,103,134)
#A17793
(161,119,147)
#AC87A0
(172,135,160)
#B797AD
(183,151,173)
#C2A7BA
(194,167,186)
#CDB7C7
(205,183,199)
#D8C7D4
(216,199,212)
#E3D7E1
(227,215,225)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80476C color. Also use rgb(128,71,108) instead hex code.

Text Font Color

.myTextColor { color: #80476C; }

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

This text font color is #80476C.


Background Color

.myBgColor { background-color: #80476C; }

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

This div background color is #80476C.


Border color

.myBorderColor { border: 1px solid #80476C; }

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

This div border color is #80476C.


Opacity

.myOpacity80 { color: #80476C; opacity: 0.8; }

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

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

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

This text has shadow with #80476C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80476C on black background.


Color preview on white background

This text has color #80476C on white background.



Black color preview on #80476C background

This text has black color on #80476C background.


White color preview on #80476C background

This text has white color on #80476C background.