COLOR #835F82

HEX: #835F82
RGB: (131,95,130)

Renk bilgisi

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

RGB renk modeli

#835F82 color RGB value is (131,95,130).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 95 of 255 = 37%
B 130 of 255 = 51%

131
95
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 95 + 130 = 356 (100%)
R 131 of 356 ~ 36.8%
G 95 of 356 ~ 26.69%
B 130 of 356 ~ 36.52%

%36.8
%26.69
%36.52

CMYK RENK MODELİ

#835F82 rengi CMYK tonu (0,27,1,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.48%
  • sarı tonu 0.76%
  • ana renk tonu 48.63%
CMYK:
(0,27,1,49)
C0M27Y1K49 
(0%,27%,1%,49%)
(0.00/0.27/0.01/0.49)	

CMYK yüzdeleri

%0
%27.48
%0.76
%48.63

Codes

Color #835F82 in popluar color models

835F82
RGB13195130
HSL302°15.93%44.31%
HSB/HSV302°27.48%51.37%
CMYK0.00%27.48%0.76%
48.63%

Color #835F82 in popluar number systems.

HEX835F82
Decimal13195130
Binary10000011101111110000010
Octal203137202

Shades and tints

Shades of #835F82

#835F82
(131,95,130)
#785777
(120,87,119)
#6D4F6C
(109,79,108)
#624761
(98,71,97)
#573F56
(87,63,86)
#4C374B
(76,55,75)
#412F40
(65,47,64)
#362735
(54,39,53)
#2B1F2A
(43,31,42)
#20171F
(32,23,31)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #835F82

#835F82
(131,95,130)
#8E6D8D
(142,109,141)
#997B98
(153,123,152)
#A489A3
(164,137,163)
#AF97AE
(175,151,174)
#BAA5B9
(186,165,185)
#C5B3C4
(197,179,196)
#D0C1CF
(208,193,207)
#DBCFDA
(219,207,218)
#E6DDE5
(230,221,229)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835F82 color. Also use rgb(131,95,130) instead hex code.

Text Font Color

.myTextColor { color: #835F82; }

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

This text font color is #835F82.


Background Color

.myBgColor { background-color: #835F82; }

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

This div background color is #835F82.


Border color

.myBorderColor { border: 1px solid #835F82; }

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

This div border color is #835F82.


Opacity

.myOpacity80 { color: #835F82; opacity: 0.8; }

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

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

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

This text has shadow with #835F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F82 on black background.


Color preview on white background

This text has color #835F82 on white background.



Black color preview on #835F82 background

This text has black color on #835F82 background.


White color preview on #835F82 background

This text has white color on #835F82 background.