COLOR #836A71

HEX: #836A71
RGB: (131,106,113)

Renk bilgisi

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

RGB renk modeli

#836A71 color RGB value is (131,106,113).

  • kırmız ton 131;
  • yeşil ton 106;
  • mavi ton 113.
RGB:
(131,106,113)
(51%,42%,44%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 106 of 255 = 42%
B 113 of 255 = 44%

131
106
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 106 + 113 = 350 (100%)
R 131 of 350 ~ 37.43%
G 106 of 350 ~ 30.29%
B 113 of 350 ~ 32.29%

%37.43
%30.29
%32.29

CMYK RENK MODELİ

#836A71 rengi CMYK tonu (0,19,14,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.08%
  • sarı tonu 13.74%
  • ana renk tonu 48.63%
CMYK:
(0,19,14,49)
C0M19Y14K49 
(0%,19%,14%,49%)
(0.00/0.19/0.14/0.49)	

CMYK yüzdeleri

%0
%19.08
%13.74
%48.63

Codes

Color #836A71 in popluar color models

836A71
RGB131106113
HSL343°10.55%46.47%
HSB/HSV343°19.08%51.37%
CMYK0.00%19.08%13.74%
48.63%

Color #836A71 in popluar number systems.

HEX836A71
Decimal131106113
Binary1000001111010101110001
Octal203152161

Shades and tints

Shades of #836A71

#836A71
(131,106,113)
#786167
(120,97,103)
#6D585D
(109,88,93)
#624F53
(98,79,83)
#574649
(87,70,73)
#4C3D3F
(76,61,63)
#413435
(65,52,53)
#362B2B
(54,43,43)
#2B2221
(43,34,33)
#201917
(32,25,23)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #836A71

#836A71
(131,106,113)
#8E777D
(142,119,125)
#998489
(153,132,137)
#A49195
(164,145,149)
#AF9EA1
(175,158,161)
#BAABAD
(186,171,173)
#C5B8B9
(197,184,185)
#D0C5C5
(208,197,197)
#DBD2D1
(219,210,209)
#E6DFDD
(230,223,221)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836A71 color. Also use rgb(131,106,113) instead hex code.

Text Font Color

.myTextColor { color: #836A71; }

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

This text font color is #836A71.


Background Color

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

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

This div background color is #836A71.


Border color

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

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

This div border color is #836A71.


Opacity

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

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

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

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

This text has shadow with #836A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836A71 on black background.


Color preview on white background

This text has color #836A71 on white background.



Black color preview on #836A71 background

This text has black color on #836A71 background.


White color preview on #836A71 background

This text has white color on #836A71 background.