COLOR #836D4F

HEX: #836D4F
RGB: (131,109,79)

Renk bilgisi

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

RGB renk modeli

#836D4F color RGB value is (131,109,79).

  • kırmız ton 131;
  • yeşil ton 109;
  • mavi ton 79.
RGB:
(131,109,79)
(51%,43%,31%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 109 of 255 = 43%
B 79 of 255 = 31%

131
109
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 109 + 79 = 319 (100%)
R 131 of 319 ~ 41.07%
G 109 of 319 ~ 34.17%
B 79 of 319 ~ 24.76%

%41.07
%34.17
%24.76

CMYK RENK MODELİ

#836D4F rengi CMYK tonu (0,17,40,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.79%
  • sarı tonu 39.69%
  • ana renk tonu 48.63%
CMYK:
(0,17,40,49)
C0M17Y40K49 
(0%,17%,40%,49%)
(0.00/0.17/0.40/0.49)	

CMYK yüzdeleri

%0
%16.79
%39.69
%48.63

Codes

Color #836D4F in popluar color models

836D4F
RGB13110979
HSL35°24.76%41.18%
HSB/HSV35°39.69%51.37%
CMYK0.00%16.79%39.69%
48.63%

Color #836D4F in popluar number systems.

HEX836D4F
Decimal13110979
Binary1000001111011011001111
Octal203155117

Shades and tints

Shades of #836D4F

#836D4F
(131,109,79)
#786448
(120,100,72)
#6D5B41
(109,91,65)
#62523A
(98,82,58)
#574933
(87,73,51)
#4C402C
(76,64,44)
#413725
(65,55,37)
#362E1E
(54,46,30)
#2B2517
(43,37,23)
#201C10
(32,28,16)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #836D4F

#836D4F
(131,109,79)
#8E7A5F
(142,122,95)
#99876F
(153,135,111)
#A4947F
(164,148,127)
#AFA18F
(175,161,143)
#BAAE9F
(186,174,159)
#C5BBAF
(197,187,175)
#D0C8BF
(208,200,191)
#DBD5CF
(219,213,207)
#E6E2DF
(230,226,223)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836D4F color. Also use rgb(131,109,79) instead hex code.

Text Font Color

.myTextColor { color: #836D4F; }

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

This text font color is #836D4F.


Background Color

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

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

This div background color is #836D4F.


Border color

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

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

This div border color is #836D4F.


Opacity

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

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

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

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

This text has shadow with #836D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836D4F on black background.


Color preview on white background

This text has color #836D4F on white background.



Black color preview on #836D4F background

This text has black color on #836D4F background.


White color preview on #836D4F background

This text has white color on #836D4F background.