COLOR #836B31

HEX: #836B31
RGB: (131,107,49)

Renk bilgisi

#836B31 contains mainly red and green colors. #836B31 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#836B31 color RGB value is (131,107,49).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 107 of 255 = 42%
B 49 of 255 = 19%

131
107
49

R + G + B ~ 37%. #836B31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 107 + 49 = 287 (100%)
R 131 of 287 ~ 45.64%
G 107 of 287 ~ 37.28%
B 49 of 287 ~ 17.07%

%45.64
%37.28
%17.07

CMYK RENK MODELİ

#836B31 rengi CMYK tonu (0,18,63,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.32%
  • sarı tonu 62.60%
  • ana renk tonu 48.63%
CMYK:
(0,18,63,49)
C0M18Y63K49 
(0%,18%,63%,49%)
(0.00/0.18/0.63/0.49)	

CMYK yüzdeleri

%0
%18.32
%62.6
%48.63

Codes

Color #836B31 in popluar color models

836B31
RGB13110749
HSL42°45.56%35.29%
HSB/HSV42°62.60%51.37%
CMYK0.00%18.32%62.60%
48.63%

Color #836B31 in popluar number systems.

HEX836B31
Decimal13110749
Binary100000111101011110001
Octal20315361

Shades and tints

Shades of #836B31

#836B31
(131,107,49)
#78622D
(120,98,45)
#6D5929
(109,89,41)
#625025
(98,80,37)
#574721
(87,71,33)
#4C3E1D
(76,62,29)
#413519
(65,53,25)
#362C15
(54,44,21)
#2B2311
(43,35,17)
#201A0D
(32,26,13)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #836B31

#836B31
(131,107,49)
#8E7843
(142,120,67)
#998555
(153,133,85)
#A49267
(164,146,103)
#AF9F79
(175,159,121)
#BAAC8B
(186,172,139)
#C5B99D
(197,185,157)
#D0C6AF
(208,198,175)
#DBD3C1
(219,211,193)
#E6E0D3
(230,224,211)
#F1EDE5
(241,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836B31; }

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

This text font color is #836B31.


Background Color

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

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

This div background color is #836B31.


Border color

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

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

This div border color is #836B31.


Opacity

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

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

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

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

This text has shadow with #836B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B31 on black background.


Color preview on white background

This text has color #836B31 on white background.



Black color preview on #836B31 background

This text has black color on #836B31 background.


White color preview on #836B31 background

This text has white color on #836B31 background.