COLOR #825289

HEX: #825289
RGB: (130,82,137)

Renk bilgisi

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

RGB renk modeli

#825289 color RGB value is (130,82,137).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 82 of 255 = 32%
B 137 of 255 = 54%

130
82
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 82 + 137 = 349 (100%)
R 130 of 349 ~ 37.25%
G 82 of 349 ~ 23.5%
B 137 of 349 ~ 39.26%

%37.25
%23.5
%39.26

CMYK RENK MODELİ

#825289 rengi CMYK tonu (5,40,0,46).

  • camgöbeği tonu 5.11%
  • eflatun tonu 40.15%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(5,40,0,46)
C5M40Y0K46 
(5%,40%,0%,46%)
(0.05/0.40/0.00/0.46)	

CMYK yüzdeleri

%5.11
%40.15
%0
%46.27

Codes

Color #825289 in popluar color models

825289
RGB13082137
HSL292°25.11%42.94%
HSB/HSV292°40.15%53.73%
CMYK5.11%40.15%0.00%
46.27%

Color #825289 in popluar number systems.

HEX825289
Decimal13082137
Binary10000010101001010001001
Octal202122211

Shades and tints

Shades of #825289

#825289
(130,82,137)
#774B7D
(119,75,125)
#6C4471
(108,68,113)
#613D65
(97,61,101)
#563659
(86,54,89)
#4B2F4D
(75,47,77)
#402841
(64,40,65)
#352135
(53,33,53)
#2A1A29
(42,26,41)
#1F131D
(31,19,29)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #825289

#825289
(130,82,137)
#8D6193
(141,97,147)
#98709D
(152,112,157)
#A37FA7
(163,127,167)
#AE8EB1
(174,142,177)
#B99DBB
(185,157,187)
#C4ACC5
(196,172,197)
#CFBBCF
(207,187,207)
#DACAD9
(218,202,217)
#E5D9E3
(229,217,227)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825289; }

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

This text font color is #825289.


Background Color

.myBgColor { background-color: #825289; }

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

This div background color is #825289.


Border color

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

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

This div border color is #825289.


Opacity

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

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

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

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

This text has shadow with #825289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825289 on black background.


Color preview on white background

This text has color #825289 on white background.



Black color preview on #825289 background

This text has black color on #825289 background.


White color preview on #825289 background

This text has white color on #825289 background.