COLOR #836D73

HEX: #836D73
RGB: (131,109,115)

Renk bilgisi

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

RGB renk modeli

#836D73 color RGB value is (131,109,115).

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

RGB bağlantıları ve doygunluk

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

131
109
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 109 + 115 = 355 (100%)
R 131 of 355 ~ 36.9%
G 109 of 355 ~ 30.7%
B 115 of 355 ~ 32.39%

%36.9
%30.7
%32.39

CMYK RENK MODELİ

#836D73 rengi CMYK tonu (0,17,12,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.79%
  • sarı tonu 12.21%
  • ana renk tonu 48.63%
CMYK:
(0,17,12,49)
C0M17Y12K49 
(0%,17%,12%,49%)
(0.00/0.17/0.12/0.49)	

CMYK yüzdeleri

%0
%16.79
%12.21
%48.63

Codes

Color #836D73 in popluar color models

836D73
RGB131109115
HSL344°9.17%47.06%
HSB/HSV344°16.79%51.37%
CMYK0.00%16.79%12.21%
48.63%

Color #836D73 in popluar number systems.

HEX836D73
Decimal131109115
Binary1000001111011011110011
Octal203155163

Shades and tints

Shades of #836D73

#836D73
(131,109,115)
#786469
(120,100,105)
#6D5B5F
(109,91,95)
#625255
(98,82,85)
#57494B
(87,73,75)
#4C4041
(76,64,65)
#413737
(65,55,55)
#362E2D
(54,46,45)
#2B2523
(43,37,35)
#201C19
(32,28,25)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #836D73

#836D73
(131,109,115)
#8E7A7F
(142,122,127)
#99878B
(153,135,139)
#A49497
(164,148,151)
#AFA1A3
(175,161,163)
#BAAEAF
(186,174,175)
#C5BBBB
(197,187,187)
#D0C8C7
(208,200,199)
#DBD5D3
(219,213,211)
#E6E2DF
(230,226,223)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836D73; }

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

This text font color is #836D73.


Background Color

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

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

This div background color is #836D73.


Border color

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

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

This div border color is #836D73.


Opacity

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

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

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

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

This text has shadow with #836D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836D73 on black background.


Color preview on white background

This text has color #836D73 on white background.



Black color preview on #836D73 background

This text has black color on #836D73 background.


White color preview on #836D73 background

This text has white color on #836D73 background.