COLOR #836D72

HEX: #836D72
RGB: (131,109,114)

Renk bilgisi

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

RGB renk modeli

#836D72 color RGB value is (131,109,114).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 109 of 255 = 43%
B 114 of 255 = 45%

131
109
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 109 + 114 = 354 (100%)
R 131 of 354 ~ 37.01%
G 109 of 354 ~ 30.79%
B 114 of 354 ~ 32.2%

%37.01
%30.79
%32.2

CMYK RENK MODELİ

#836D72 rengi CMYK tonu (0,17,13,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.79%
  • sarı tonu 12.98%
  • ana renk tonu 48.63%
CMYK:
(0,17,13,49)
C0M17Y13K49 
(0%,17%,13%,49%)
(0.00/0.17/0.13/0.49)	

CMYK yüzdeleri

%0
%16.79
%12.98
%48.63

Codes

Color #836D72 in popluar color models

836D72
RGB131109114
HSL346°9.17%47.06%
HSB/HSV346°16.79%51.37%
CMYK0.00%16.79%12.98%
48.63%

Color #836D72 in popluar number systems.

HEX836D72
Decimal131109114
Binary1000001111011011110010
Octal203155162

Shades and tints

Shades of #836D72

#836D72
(131,109,114)
#786468
(120,100,104)
#6D5B5E
(109,91,94)
#625254
(98,82,84)
#57494A
(87,73,74)
#4C4040
(76,64,64)
#413736
(65,55,54)
#362E2C
(54,46,44)
#2B2522
(43,37,34)
#201C18
(32,28,24)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #836D72

#836D72
(131,109,114)
#8E7A7E
(142,122,126)
#99878A
(153,135,138)
#A49496
(164,148,150)
#AFA1A2
(175,161,162)
#BAAEAE
(186,174,174)
#C5BBBA
(197,187,186)
#D0C8C6
(208,200,198)
#DBD5D2
(219,213,210)
#E6E2DE
(230,226,222)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836D72; }

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

This text font color is #836D72.


Background Color

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

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

This div background color is #836D72.


Border color

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

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

This div border color is #836D72.


Opacity

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

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

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

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

This text has shadow with #836D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836D72 on black background.


Color preview on white background

This text has color #836D72 on white background.



Black color preview on #836D72 background

This text has black color on #836D72 background.


White color preview on #836D72 background

This text has white color on #836D72 background.