COLOR #82525D

HEX: #82525D
RGB: (130,82,93)

Renk bilgisi

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

RGB renk modeli

#82525D color RGB value is (130,82,93).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 82 of 255 = 32%
B 93 of 255 = 36%

130
82
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 82 + 93 = 305 (100%)
R 130 of 305 ~ 42.62%
G 82 of 305 ~ 26.89%
B 93 of 305 ~ 30.49%

%42.62
%26.89
%30.49

CMYK RENK MODELİ

#82525D rengi CMYK tonu (0,37,28,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.92%
  • sarı tonu 28.46%
  • ana renk tonu 49.02%
CMYK:
(0,37,28,49)
C0M37Y28K49 
(0%,37%,28%,49%)
(0.00/0.37/0.28/0.49)	

CMYK yüzdeleri

%0
%36.92
%28.46
%49.02

Codes

Color #82525D in popluar color models

82525D
RGB1308293
HSL346°22.64%41.57%
HSB/HSV346°36.92%50.98%
CMYK0.00%36.92%28.46%
49.02%

Color #82525D in popluar number systems.

HEX82525D
Decimal1308293
Binary1000001010100101011101
Octal202122135

Shades and tints

Shades of #82525D

#82525D
(130,82,93)
#774B55
(119,75,85)
#6C444D
(108,68,77)
#613D45
(97,61,69)
#56363D
(86,54,61)
#4B2F35
(75,47,53)
#40282D
(64,40,45)
#352125
(53,33,37)
#2A1A1D
(42,26,29)
#1F1315
(31,19,21)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #82525D

#82525D
(130,82,93)
#8D616B
(141,97,107)
#987079
(152,112,121)
#A37F87
(163,127,135)
#AE8E95
(174,142,149)
#B99DA3
(185,157,163)
#C4ACB1
(196,172,177)
#CFBBBF
(207,187,191)
#DACACD
(218,202,205)
#E5D9DB
(229,217,219)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82525D color. Also use rgb(130,82,93) instead hex code.

Text Font Color

.myTextColor { color: #82525D; }

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

This text font color is #82525D.


Background Color

.myBgColor { background-color: #82525D; }

<div style="background-color:#82525D">Inner text</div>

This div background color is #82525D.


Border color

.myBorderColor { border: 1px solid #82525D; }

<div style="border:3px solid #82525D">Div</div>

This div border color is #82525D.


Opacity

.myOpacity80 { color: #82525D; opacity: 0.8; }

<p style="color:#82525D;opacity:0.8;">80%</p>

Text with #82525D 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 #82525D;}

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

This text has shadow with #82525D color.

.textShadow {text-shadow: 3px 3px 1px #82525D, 3px 3px 1px red;}

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

This text has shadow with #82525D primary color and red secondary color.


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

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

This text has shadow with #82525D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82525D on black background.


Color preview on white background

This text has color #82525D on white background.



Black color preview on #82525D background

This text has black color on #82525D background.


White color preview on #82525D background

This text has white color on #82525D background.