COLOR #837176

HEX: #837176
RGB: (131,113,118)

Renk bilgisi

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

RGB renk modeli

#837176 color RGB value is (131,113,118).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 113 of 255 = 44%
B 118 of 255 = 46%

131
113
118

R + G + B ~ 47%. #837176 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 113 + 118 = 362 (100%)
R 131 of 362 ~ 36.19%
G 113 of 362 ~ 31.22%
B 118 of 362 ~ 32.6%

%36.19
%31.22
%32.6

CMYK RENK MODELİ

#837176 rengi CMYK tonu (0,14,10,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.74%
  • sarı tonu 9.92%
  • ana renk tonu 48.63%
CMYK:
(0,14,10,49)
C0M14Y10K49 
(0%,14%,10%,49%)
(0.00/0.14/0.10/0.49)	

CMYK yüzdeleri

%0
%13.74
%9.92
%48.63

Codes

Color #837176 in popluar color models

837176
RGB131113118
HSL343°7.38%47.84%
HSB/HSV343°13.74%51.37%
CMYK0.00%13.74%9.92%
48.63%

Color #837176 in popluar number systems.

HEX837176
Decimal131113118
Binary1000001111100011110110
Octal203161166

Shades and tints

Shades of #837176

#837176
(131,113,118)
#78676C
(120,103,108)
#6D5D62
(109,93,98)
#625358
(98,83,88)
#57494E
(87,73,78)
#4C3F44
(76,63,68)
#41353A
(65,53,58)
#362B30
(54,43,48)
#2B2126
(43,33,38)
#20171C
(32,23,28)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #837176

#837176
(131,113,118)
#8E7D82
(142,125,130)
#99898E
(153,137,142)
#A4959A
(164,149,154)
#AFA1A6
(175,161,166)
#BAADB2
(186,173,178)
#C5B9BE
(197,185,190)
#D0C5CA
(208,197,202)
#DBD1D6
(219,209,214)
#E6DDE2
(230,221,226)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837176; }

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

This text font color is #837176.


Background Color

.myBgColor { background-color: #837176; }

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

This div background color is #837176.


Border color

.myBorderColor { border: 1px solid #837176; }

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

This div border color is #837176.


Opacity

.myOpacity80 { color: #837176; opacity: 0.8; }

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

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

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

This text has shadow with #837176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837176 on black background.


Color preview on white background

This text has color #837176 on white background.



Black color preview on #837176 background

This text has black color on #837176 background.


White color preview on #837176 background

This text has white color on #837176 background.