COLOR #836D60

HEX: #836D60
RGB: (131,109,96)

Renk bilgisi

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

RGB renk modeli

#836D60 color RGB value is (131,109,96).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 109 of 255 = 43%
B 96 of 255 = 38%

131
109
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 109 + 96 = 336 (100%)
R 131 of 336 ~ 38.99%
G 109 of 336 ~ 32.44%
B 96 of 336 ~ 28.57%

%38.99
%32.44
%28.57

CMYK RENK MODELİ

#836D60 rengi CMYK tonu (0,17,27,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.79%
  • sarı tonu 26.72%
  • ana renk tonu 48.63%
CMYK:
(0,17,27,49)
C0M17Y27K49 
(0%,17%,27%,49%)
(0.00/0.17/0.27/0.49)	

CMYK yüzdeleri

%0
%16.79
%26.72
%48.63

Codes

Color #836D60 in popluar color models

836D60
RGB13110996
HSL22°15.42%44.51%
HSB/HSV22°26.72%51.37%
CMYK0.00%16.79%26.72%
48.63%

Color #836D60 in popluar number systems.

HEX836D60
Decimal13110996
Binary1000001111011011100000
Octal203155140

Shades and tints

Shades of #836D60

#836D60
(131,109,96)
#786458
(120,100,88)
#6D5B50
(109,91,80)
#625248
(98,82,72)
#574940
(87,73,64)
#4C4038
(76,64,56)
#413730
(65,55,48)
#362E28
(54,46,40)
#2B2520
(43,37,32)
#201C18
(32,28,24)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #836D60

#836D60
(131,109,96)
#8E7A6E
(142,122,110)
#99877C
(153,135,124)
#A4948A
(164,148,138)
#AFA198
(175,161,152)
#BAAEA6
(186,174,166)
#C5BBB4
(197,187,180)
#D0C8C2
(208,200,194)
#DBD5D0
(219,213,208)
#E6E2DE
(230,226,222)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836D60; }

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

This text font color is #836D60.


Background Color

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

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

This div background color is #836D60.


Border color

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

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

This div border color is #836D60.


Opacity

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

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

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

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

This text has shadow with #836D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836D60 on black background.


Color preview on white background

This text has color #836D60 on white background.



Black color preview on #836D60 background

This text has black color on #836D60 background.


White color preview on #836D60 background

This text has white color on #836D60 background.