COLOR #836579

HEX: #836579
RGB: (131,101,121)

Renk bilgisi

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

RGB renk modeli

#836579 color RGB value is (131,101,121).

  • kırmız ton 131;
  • yeşil ton 101;
  • mavi ton 121.
RGB:
(131,101,121)
(51%,40%,47%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 101 of 255 = 40%
B 121 of 255 = 47%

131
101
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 101 + 121 = 353 (100%)
R 131 of 353 ~ 37.11%
G 101 of 353 ~ 28.61%
B 121 of 353 ~ 34.28%

%37.11
%28.61
%34.28

CMYK RENK MODELİ

#836579 rengi CMYK tonu (0,23,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.90%
  • sarı tonu 7.63%
  • ana renk tonu 48.63%
CMYK:
(0,23,8,49)
C0M23Y8K49 
(0%,23%,8%,49%)
(0.00/0.23/0.08/0.49)	

CMYK yüzdeleri

%0
%22.9
%7.63
%48.63

Codes

Color #836579 in popluar color models

836579
RGB131101121
HSL320°12.93%45.49%
HSB/HSV320°22.90%51.37%
CMYK0.00%22.90%7.63%
48.63%

Color #836579 in popluar number systems.

HEX836579
Decimal131101121
Binary1000001111001011111001
Octal203145171

Shades and tints

Shades of #836579

#836579
(131,101,121)
#785C6E
(120,92,110)
#6D5363
(109,83,99)
#624A58
(98,74,88)
#57414D
(87,65,77)
#4C3842
(76,56,66)
#412F37
(65,47,55)
#36262C
(54,38,44)
#2B1D21
(43,29,33)
#201416
(32,20,22)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #836579

#836579
(131,101,121)
#8E7385
(142,115,133)
#998191
(153,129,145)
#A48F9D
(164,143,157)
#AF9DA9
(175,157,169)
#BAABB5
(186,171,181)
#C5B9C1
(197,185,193)
#D0C7CD
(208,199,205)
#DBD5D9
(219,213,217)
#E6E3E5
(230,227,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836579 color. Also use rgb(131,101,121) instead hex code.

Text Font Color

.myTextColor { color: #836579; }

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

This text font color is #836579.


Background Color

.myBgColor { background-color: #836579; }

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

This div background color is #836579.


Border color

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

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

This div border color is #836579.


Opacity

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

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

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

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

This text has shadow with #836579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836579 on black background.


Color preview on white background

This text has color #836579 on white background.



Black color preview on #836579 background

This text has black color on #836579 background.


White color preview on #836579 background

This text has white color on #836579 background.