COLOR #836B21

HEX: #836B21
RGB: (131,107,33)

Renk bilgisi

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

RGB renk modeli

#836B21 color RGB value is (131,107,33).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 107 of 255 = 42%
B 33 of 255 = 13%

131
107
33

R + G + B ~ 35%. #836B21 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 107 + 33 = 271 (100%)
R 131 of 271 ~ 48.34%
G 107 of 271 ~ 39.48%
B 33 of 271 ~ 12.18%

%48.34
%39.48
%12.18

CMYK RENK MODELİ

#836B21 rengi CMYK tonu (0,18,75,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.32%
  • sarı tonu 74.81%
  • ana renk tonu 48.63%
CMYK:
(0,18,75,49)
C0M18Y75K49 
(0%,18%,75%,49%)
(0.00/0.18/0.75/0.49)	

CMYK yüzdeleri

%0
%18.32
%74.81
%48.63

Codes

Color #836B21 in popluar color models

836B21
RGB13110733
HSL45°59.76%32.16%
HSB/HSV45°74.81%51.37%
CMYK0.00%18.32%74.81%
48.63%

Color #836B21 in popluar number systems.

HEX836B21
Decimal13110733
Binary100000111101011100001
Octal20315341

Shades and tints

Shades of #836B21

#836B21
(131,107,33)
#78621E
(120,98,30)
#6D591B
(109,89,27)
#625018
(98,80,24)
#574715
(87,71,21)
#4C3E12
(76,62,18)
#41350F
(65,53,15)
#362C0C
(54,44,12)
#2B2309
(43,35,9)
#201A06
(32,26,6)
#151103
(21,17,3)
#000000
(0,0,0)

Tints of #836B21

#836B21
(131,107,33)
#8E7835
(142,120,53)
#998549
(153,133,73)
#A4925D
(164,146,93)
#AF9F71
(175,159,113)
#BAAC85
(186,172,133)
#C5B999
(197,185,153)
#D0C6AD
(208,198,173)
#DBD3C1
(219,211,193)
#E6E0D5
(230,224,213)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836B21; }

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

This text font color is #836B21.


Background Color

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

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

This div background color is #836B21.


Border color

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

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

This div border color is #836B21.


Opacity

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

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

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

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

This text has shadow with #836B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B21 on black background.


Color preview on white background

This text has color #836B21 on white background.



Black color preview on #836B21 background

This text has black color on #836B21 background.


White color preview on #836B21 background

This text has white color on #836B21 background.