COLOR #82527C

HEX: #82527C
RGB: (130,82,124)

Renk bilgisi

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

RGB renk modeli

#82527C color RGB value is (130,82,124).

  • kırmız ton 130;
  • yeşil ton 82;
  • mavi ton 124.
RGB:
(130,82,124)
(51%,32%,49%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 82 of 255 = 32%
B 124 of 255 = 49%

130
82
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 82 + 124 = 336 (100%)
R 130 of 336 ~ 38.69%
G 82 of 336 ~ 24.4%
B 124 of 336 ~ 36.9%

%38.69
%24.4
%36.9

CMYK RENK MODELİ

#82527C rengi CMYK tonu (0,37,5,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.92%
  • sarı tonu 4.62%
  • ana renk tonu 49.02%
CMYK:
(0,37,5,49)
C0M37Y5K49 
(0%,37%,5%,49%)
(0.00/0.37/0.05/0.49)	

CMYK yüzdeleri

%0
%36.92
%4.62
%49.02

Codes

Color #82527C in popluar color models

82527C
RGB13082124
HSL308°22.64%41.57%
HSB/HSV308°36.92%50.98%
CMYK0.00%36.92%4.62%
49.02%

Color #82527C in popluar number systems.

HEX82527C
Decimal13082124
Binary1000001010100101111100
Octal202122174

Shades and tints

Shades of #82527C

#82527C
(130,82,124)
#774B71
(119,75,113)
#6C4466
(108,68,102)
#613D5B
(97,61,91)
#563650
(86,54,80)
#4B2F45
(75,47,69)
#40283A
(64,40,58)
#35212F
(53,33,47)
#2A1A24
(42,26,36)
#1F1319
(31,19,25)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #82527C

#82527C
(130,82,124)
#8D6187
(141,97,135)
#987092
(152,112,146)
#A37F9D
(163,127,157)
#AE8EA8
(174,142,168)
#B99DB3
(185,157,179)
#C4ACBE
(196,172,190)
#CFBBC9
(207,187,201)
#DACAD4
(218,202,212)
#E5D9DF
(229,217,223)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82527C color. Also use rgb(130,82,124) instead hex code.

Text Font Color

.myTextColor { color: #82527C; }

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

This text font color is #82527C.


Background Color

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

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

This div background color is #82527C.


Border color

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

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

This div border color is #82527C.


Opacity

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

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

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

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

This text has shadow with #82527C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82527C on black background.


Color preview on white background

This text has color #82527C on white background.



Black color preview on #82527C background

This text has black color on #82527C background.


White color preview on #82527C background

This text has white color on #82527C background.