COLOR #82477F

HEX: #82477F
RGB: (130,71,127)

Renk bilgisi

#82477F contains red, green and blue colors in about the same proportion. #82477F ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#82477F color RGB value is (130,71,127).

  • kırmız ton 130;
  • yeşil ton 71;
  • mavi ton 127.
RGB:
(130,71,127)
(51%,28%,50%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 71 of 255 = 28%
B 127 of 255 = 50%

130
71
127

R + G + B ~ 43%. #82477F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 71 + 127 = 328 (100%)
R 130 of 328 ~ 39.63%
G 71 of 328 ~ 21.65%
B 127 of 328 ~ 38.72%

%39.63
%21.65
%38.72

CMYK RENK MODELİ

#82477F rengi CMYK tonu (0,45,2,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.38%
  • sarı tonu 2.31%
  • ana renk tonu 49.02%
CMYK:
(0,45,2,49)
C0M45Y2K49 
(0%,45%,2%,49%)
(0.00/0.45/0.02/0.49)	

CMYK yüzdeleri

%0
%45.38
%2.31
%49.02

Codes

Color #82477F in popluar color models

82477F
RGB13071127
HSL303°29.35%39.41%
HSB/HSV303°45.38%50.98%
CMYK0.00%45.38%2.31%
49.02%

Color #82477F in popluar number systems.

HEX82477F
Decimal13071127
Binary1000001010001111111111
Octal202107177

Shades and tints

Shades of #82477F

#82477F
(130,71,127)
#774174
(119,65,116)
#6C3B69
(108,59,105)
#61355E
(97,53,94)
#562F53
(86,47,83)
#4B2948
(75,41,72)
#40233D
(64,35,61)
#351D32
(53,29,50)
#2A1727
(42,23,39)
#1F111C
(31,17,28)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #82477F

#82477F
(130,71,127)
#8D578A
(141,87,138)
#986795
(152,103,149)
#A377A0
(163,119,160)
#AE87AB
(174,135,171)
#B997B6
(185,151,182)
#C4A7C1
(196,167,193)
#CFB7CC
(207,183,204)
#DAC7D7
(218,199,215)
#E5D7E2
(229,215,226)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82477F color. Also use rgb(130,71,127) instead hex code.

Text Font Color

.myTextColor { color: #82477F; }

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

This text font color is #82477F.


Background Color

.myBgColor { background-color: #82477F; }

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

This div background color is #82477F.


Border color

.myBorderColor { border: 1px solid #82477F; }

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

This div border color is #82477F.


Opacity

.myOpacity80 { color: #82477F; opacity: 0.8; }

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

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

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

This text has shadow with #82477F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82477F on black background.


Color preview on white background

This text has color #82477F on white background.



Black color preview on #82477F background

This text has black color on #82477F background.


White color preview on #82477F background

This text has white color on #82477F background.