COLOR #82527A

HEX: #82527A
RGB: (130,82,122)

Renk bilgisi

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

RGB renk modeli

#82527A color RGB value is (130,82,122).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 82 of 255 = 32%
B 122 of 255 = 48%

130
82
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 82 + 122 = 334 (100%)
R 130 of 334 ~ 38.92%
G 82 of 334 ~ 24.55%
B 122 of 334 ~ 36.53%

%38.92
%24.55
%36.53

CMYK RENK MODELİ

#82527A rengi CMYK tonu (0,37,6,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.92%
  • sarı tonu 6.15%
  • ana renk tonu 49.02%
CMYK:
(0,37,6,49)
C0M37Y6K49 
(0%,37%,6%,49%)
(0.00/0.37/0.06/0.49)	

CMYK yüzdeleri

%0
%36.92
%6.15
%49.02

Codes

Color #82527A in popluar color models

82527A
RGB13082122
HSL310°22.64%41.57%
HSB/HSV310°36.92%50.98%
CMYK0.00%36.92%6.15%
49.02%

Color #82527A in popluar number systems.

HEX82527A
Decimal13082122
Binary1000001010100101111010
Octal202122172

Shades and tints

Shades of #82527A

#82527A
(130,82,122)
#774B6F
(119,75,111)
#6C4464
(108,68,100)
#613D59
(97,61,89)
#56364E
(86,54,78)
#4B2F43
(75,47,67)
#402838
(64,40,56)
#35212D
(53,33,45)
#2A1A22
(42,26,34)
#1F1317
(31,19,23)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #82527A

#82527A
(130,82,122)
#8D6186
(141,97,134)
#987092
(152,112,146)
#A37F9E
(163,127,158)
#AE8EAA
(174,142,170)
#B99DB6
(185,157,182)
#C4ACC2
(196,172,194)
#CFBBCE
(207,187,206)
#DACADA
(218,202,218)
#E5D9E6
(229,217,230)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82527A; }

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

This text font color is #82527A.


Background Color

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

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

This div background color is #82527A.


Border color

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

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

This div border color is #82527A.


Opacity

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

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

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

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

This text has shadow with #82527A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82527A on black background.


Color preview on white background

This text has color #82527A on white background.



Black color preview on #82527A background

This text has black color on #82527A background.


White color preview on #82527A background

This text has white color on #82527A background.