COLOR #836A73

HEX: #836A73
RGB: (131,106,115)

Renk bilgisi

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

RGB renk modeli

#836A73 color RGB value is (131,106,115).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 106 of 255 = 42%
B 115 of 255 = 45%

131
106
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 106 + 115 = 352 (100%)
R 131 of 352 ~ 37.22%
G 106 of 352 ~ 30.11%
B 115 of 352 ~ 32.67%

%37.22
%30.11
%32.67

CMYK RENK MODELİ

#836A73 rengi CMYK tonu (0,19,12,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.08%
  • sarı tonu 12.21%
  • ana renk tonu 48.63%
CMYK:
(0,19,12,49)
C0M19Y12K49 
(0%,19%,12%,49%)
(0.00/0.19/0.12/0.49)	

CMYK yüzdeleri

%0
%19.08
%12.21
%48.63

Codes

Color #836A73 in popluar color models

836A73
RGB131106115
HSL338°10.55%46.47%
HSB/HSV338°19.08%51.37%
CMYK0.00%19.08%12.21%
48.63%

Color #836A73 in popluar number systems.

HEX836A73
Decimal131106115
Binary1000001111010101110011
Octal203152163

Shades and tints

Shades of #836A73

#836A73
(131,106,115)
#786169
(120,97,105)
#6D585F
(109,88,95)
#624F55
(98,79,85)
#57464B
(87,70,75)
#4C3D41
(76,61,65)
#413437
(65,52,55)
#362B2D
(54,43,45)
#2B2223
(43,34,35)
#201919
(32,25,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #836A73

#836A73
(131,106,115)
#8E777F
(142,119,127)
#99848B
(153,132,139)
#A49197
(164,145,151)
#AF9EA3
(175,158,163)
#BAABAF
(186,171,175)
#C5B8BB
(197,184,187)
#D0C5C7
(208,197,199)
#DBD2D3
(219,210,211)
#E6DFDF
(230,223,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836A73; }

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

This text font color is #836A73.


Background Color

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

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

This div background color is #836A73.


Border color

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

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

This div border color is #836A73.


Opacity

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

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

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

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

This text has shadow with #836A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836A73 on black background.


Color preview on white background

This text has color #836A73 on white background.



Black color preview on #836A73 background

This text has black color on #836A73 background.


White color preview on #836A73 background

This text has white color on #836A73 background.