COLOR #836B79

HEX: #836B79
RGB: (131,107,121)

Renk bilgisi

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

RGB renk modeli

#836B79 color RGB value is (131,107,121).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 107 of 255 = 42%
B 121 of 255 = 47%

131
107
121

R + G + B ~ 47%. #836B79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 107 + 121 = 359 (100%)
R 131 of 359 ~ 36.49%
G 107 of 359 ~ 29.81%
B 121 of 359 ~ 33.7%

%36.49
%29.81
%33.7

CMYK RENK MODELİ

#836B79 rengi CMYK tonu (0,18,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.32%
  • sarı tonu 7.63%
  • ana renk tonu 48.63%
CMYK:
(0,18,8,49)
C0M18Y8K49 
(0%,18%,8%,49%)
(0.00/0.18/0.08/0.49)	

CMYK yüzdeleri

%0
%18.32
%7.63
%48.63

Codes

Color #836B79 in popluar color models

836B79
RGB131107121
HSL325°10.08%46.67%
HSB/HSV325°18.32%51.37%
CMYK0.00%18.32%7.63%
48.63%

Color #836B79 in popluar number systems.

HEX836B79
Decimal131107121
Binary1000001111010111111001
Octal203153171

Shades and tints

Shades of #836B79

#836B79
(131,107,121)
#78626E
(120,98,110)
#6D5963
(109,89,99)
#625058
(98,80,88)
#57474D
(87,71,77)
#4C3E42
(76,62,66)
#413537
(65,53,55)
#362C2C
(54,44,44)
#2B2321
(43,35,33)
#201A16
(32,26,22)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #836B79

#836B79
(131,107,121)
#8E7885
(142,120,133)
#998591
(153,133,145)
#A4929D
(164,146,157)
#AF9FA9
(175,159,169)
#BAACB5
(186,172,181)
#C5B9C1
(197,185,193)
#D0C6CD
(208,198,205)
#DBD3D9
(219,211,217)
#E6E0E5
(230,224,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836B79; }

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

This text font color is #836B79.


Background Color

.myBgColor { background-color: #836B79; }

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

This div background color is #836B79.


Border color

.myBorderColor { border: 1px solid #836B79; }

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

This div border color is #836B79.


Opacity

.myOpacity80 { color: #836B79; opacity: 0.8; }

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

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

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

This text has shadow with #836B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B79 on black background.


Color preview on white background

This text has color #836B79 on white background.



Black color preview on #836B79 background

This text has black color on #836B79 background.


White color preview on #836B79 background

This text has white color on #836B79 background.