COLOR #825586

HEX: #825586
RGB: (130,85,134)

Renk bilgisi

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

RGB renk modeli

#825586 color RGB value is (130,85,134).

  • kırmız ton 130;
  • yeşil ton 85;
  • mavi ton 134.
RGB:
(130,85,134)
(51%,33%,53%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 85 of 255 = 33%
B 134 of 255 = 53%

130
85
134

R + G + B ~ 46%. #825586 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 85 + 134 = 349 (100%)
R 130 of 349 ~ 37.25%
G 85 of 349 ~ 24.36%
B 134 of 349 ~ 38.4%

%37.25
%24.36
%38.4

CMYK RENK MODELİ

#825586 rengi CMYK tonu (3,37,0,47).

  • camgöbeği tonu 2.99%
  • eflatun tonu 36.57%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(3,37,0,47)
C3M37Y0K47 
(3%,37%,0%,47%)
(0.03/0.37/0.00/0.47)	

CMYK yüzdeleri

%2.99
%36.57
%0
%47.45

Codes

Color #825586 in popluar color models

825586
RGB13085134
HSL295°22.37%42.94%
HSB/HSV295°36.57%52.55%
CMYK2.99%36.57%0.00%
47.45%

Color #825586 in popluar number systems.

HEX825586
Decimal13085134
Binary10000010101010110000110
Octal202125206

Shades and tints

Shades of #825586

#825586
(130,85,134)
#774E7A
(119,78,122)
#6C476E
(108,71,110)
#614062
(97,64,98)
#563956
(86,57,86)
#4B324A
(75,50,74)
#402B3E
(64,43,62)
#352432
(53,36,50)
#2A1D26
(42,29,38)
#1F161A
(31,22,26)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #825586

#825586
(130,85,134)
#8D6491
(141,100,145)
#98739C
(152,115,156)
#A382A7
(163,130,167)
#AE91B2
(174,145,178)
#B9A0BD
(185,160,189)
#C4AFC8
(196,175,200)
#CFBED3
(207,190,211)
#DACDDE
(218,205,222)
#E5DCE9
(229,220,233)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825586 color. Also use rgb(130,85,134) instead hex code.

Text Font Color

.myTextColor { color: #825586; }

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

This text font color is #825586.


Background Color

.myBgColor { background-color: #825586; }

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

This div background color is #825586.


Border color

.myBorderColor { border: 1px solid #825586; }

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

This div border color is #825586.


Opacity

.myOpacity80 { color: #825586; opacity: 0.8; }

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

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

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

This text has shadow with #825586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825586 on black background.


Color preview on white background

This text has color #825586 on white background.



Black color preview on #825586 background

This text has black color on #825586 background.


White color preview on #825586 background

This text has white color on #825586 background.