COLOR #836561

HEX: #836561
RGB: (131,101,97)

Renk bilgisi

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

RGB renk modeli

#836561 color RGB value is (131,101,97).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 101 of 255 = 40%
B 97 of 255 = 38%

131
101
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 101 + 97 = 329 (100%)
R 131 of 329 ~ 39.82%
G 101 of 329 ~ 30.7%
B 97 of 329 ~ 29.48%

%39.82
%30.7
%29.48

CMYK RENK MODELİ

#836561 rengi CMYK tonu (0,23,26,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.90%
  • sarı tonu 25.95%
  • ana renk tonu 48.63%
CMYK:
(0,23,26,49)
C0M23Y26K49 
(0%,23%,26%,49%)
(0.00/0.23/0.26/0.49)	

CMYK yüzdeleri

%0
%22.9
%25.95
%48.63

Codes

Color #836561 in popluar color models

836561
RGB13110197
HSL14.91%44.71%
HSB/HSV25.95%51.37%
CMYK0.00%22.90%25.95%
48.63%

Color #836561 in popluar number systems.

HEX836561
Decimal13110197
Binary1000001111001011100001
Octal203145141

Shades and tints

Shades of #836561

#836561
(131,101,97)
#785C59
(120,92,89)
#6D5351
(109,83,81)
#624A49
(98,74,73)
#574141
(87,65,65)
#4C3839
(76,56,57)
#412F31
(65,47,49)
#362629
(54,38,41)
#2B1D21
(43,29,33)
#201419
(32,20,25)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #836561

#836561
(131,101,97)
#8E736F
(142,115,111)
#99817D
(153,129,125)
#A48F8B
(164,143,139)
#AF9D99
(175,157,153)
#BAABA7
(186,171,167)
#C5B9B5
(197,185,181)
#D0C7C3
(208,199,195)
#DBD5D1
(219,213,209)
#E6E3DF
(230,227,223)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836561; }

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

This text font color is #836561.


Background Color

.myBgColor { background-color: #836561; }

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

This div background color is #836561.


Border color

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

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

This div border color is #836561.


Opacity

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

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

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

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

This text has shadow with #836561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836561 on black background.


Color preview on white background

This text has color #836561 on white background.



Black color preview on #836561 background

This text has black color on #836561 background.


White color preview on #836561 background

This text has white color on #836561 background.