COLOR #836A57

HEX: #836A57
RGB: (131,106,87)

Renk bilgisi

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

RGB renk modeli

#836A57 color RGB value is (131,106,87).

  • kırmız ton 131;
  • yeşil ton 106;
  • mavi ton 87.
RGB:
(131,106,87)
(51%,42%,34%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 106 of 255 = 42%
B 87 of 255 = 34%

131
106
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 106 + 87 = 324 (100%)
R 131 of 324 ~ 40.43%
G 106 of 324 ~ 32.72%
B 87 of 324 ~ 26.85%

%40.43
%32.72
%26.85

CMYK RENK MODELİ

#836A57 rengi CMYK tonu (0,19,34,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.08%
  • sarı tonu 33.59%
  • ana renk tonu 48.63%
CMYK:
(0,19,34,49)
C0M19Y34K49 
(0%,19%,34%,49%)
(0.00/0.19/0.34/0.49)	

CMYK yüzdeleri

%0
%19.08
%33.59
%48.63

Codes

Color #836A57 in popluar color models

836A57
RGB13110687
HSL26°20.18%42.75%
HSB/HSV26°33.59%51.37%
CMYK0.00%19.08%33.59%
48.63%

Color #836A57 in popluar number systems.

HEX836A57
Decimal13110687
Binary1000001111010101010111
Octal203152127

Shades and tints

Shades of #836A57

#836A57
(131,106,87)
#786150
(120,97,80)
#6D5849
(109,88,73)
#624F42
(98,79,66)
#57463B
(87,70,59)
#4C3D34
(76,61,52)
#41342D
(65,52,45)
#362B26
(54,43,38)
#2B221F
(43,34,31)
#201918
(32,25,24)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #836A57

#836A57
(131,106,87)
#8E7766
(142,119,102)
#998475
(153,132,117)
#A49184
(164,145,132)
#AF9E93
(175,158,147)
#BAABA2
(186,171,162)
#C5B8B1
(197,184,177)
#D0C5C0
(208,197,192)
#DBD2CF
(219,210,207)
#E6DFDE
(230,223,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836A57 color. Also use rgb(131,106,87) instead hex code.

Text Font Color

.myTextColor { color: #836A57; }

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

This text font color is #836A57.


Background Color

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

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

This div background color is #836A57.


Border color

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

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

This div border color is #836A57.


Opacity

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

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

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

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

This text has shadow with #836A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836A57 on black background.


Color preview on white background

This text has color #836A57 on white background.



Black color preview on #836A57 background

This text has black color on #836A57 background.


White color preview on #836A57 background

This text has white color on #836A57 background.