COLOR #827A82

HEX: #827A82
RGB: (130,122,130)

Renk bilgisi

#827A82 contains red, green and blue colors in about the same proportion. #827A82 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#827A82 color RGB value is (130,122,130).

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

RGB bağlantıları ve doygunluk

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

130
122
130

R + G + B ~ 50%. #827A82 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 122 + 130 = 382 (100%)
R 130 of 382 ~ 34.03%
G 122 of 382 ~ 31.94%
B 130 of 382 ~ 34.03%

%34.03
%31.94
%34.03

CMYK RENK MODELİ

#827A82 rengi CMYK tonu (0,6,0,49).

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

CMYK yüzdeleri

%0
%6.15
%0
%49.02

Codes

Color #827A82 in popluar color models

827A82
RGB130122130
HSL300°3.17%49.41%
HSB/HSV300°6.15%50.98%
CMYK0.00%6.15%0.00%
49.02%

Color #827A82 in popluar number systems.

HEX827A82
Decimal130122130
Binary10000010111101010000010
Octal202172202

Shades and tints

Shades of #827A82

#827A82
(130,122,130)
#776F77
(119,111,119)
#6C646C
(108,100,108)
#615961
(97,89,97)
#564E56
(86,78,86)
#4B434B
(75,67,75)
#403840
(64,56,64)
#352D35
(53,45,53)
#2A222A
(42,34,42)
#1F171F
(31,23,31)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #827A82

#827A82
(130,122,130)
#8D868D
(141,134,141)
#989298
(152,146,152)
#A39EA3
(163,158,163)
#AEAAAE
(174,170,174)
#B9B6B9
(185,182,185)
#C4C2C4
(196,194,196)
#CFCECF
(207,206,207)
#DADADA
(218,218,218)
#E5E6E5
(229,230,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827A82; }

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

This text font color is #827A82.


Background Color

.myBgColor { background-color: #827A82; }

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

This div background color is #827A82.


Border color

.myBorderColor { border: 1px solid #827A82; }

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

This div border color is #827A82.


Opacity

.myOpacity80 { color: #827A82; opacity: 0.8; }

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

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

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

This text has shadow with #827A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A82 on black background.


Color preview on white background

This text has color #827A82 on white background.



Black color preview on #827A82 background

This text has black color on #827A82 background.


White color preview on #827A82 background

This text has white color on #827A82 background.