COLOR #837976

HEX: #837976
RGB: (131,121,118)

Renk bilgisi

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

RGB renk modeli

#837976 color RGB value is (131,121,118).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 121 of 255 = 47%
B 118 of 255 = 46%

131
121
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 121 + 118 = 370 (100%)
R 131 of 370 ~ 35.41%
G 121 of 370 ~ 32.7%
B 118 of 370 ~ 31.89%

%35.41
%32.7
%31.89

CMYK RENK MODELİ

#837976 rengi CMYK tonu (0,8,10,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.63%
  • sarı tonu 9.92%
  • ana renk tonu 48.63%
CMYK:
(0,8,10,49)
C0M8Y10K49 
(0%,8%,10%,49%)
(0.00/0.08/0.10/0.49)	

CMYK yüzdeleri

%0
%7.63
%9.92
%48.63

Codes

Color #837976 in popluar color models

837976
RGB131121118
HSL14°5.22%48.82%
HSB/HSV14°9.92%51.37%
CMYK0.00%7.63%9.92%
48.63%

Color #837976 in popluar number systems.

HEX837976
Decimal131121118
Binary1000001111110011110110
Octal203171166

Shades and tints

Shades of #837976

#837976
(131,121,118)
#786E6C
(120,110,108)
#6D6362
(109,99,98)
#625858
(98,88,88)
#574D4E
(87,77,78)
#4C4244
(76,66,68)
#41373A
(65,55,58)
#362C30
(54,44,48)
#2B2126
(43,33,38)
#20161C
(32,22,28)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #837976

#837976
(131,121,118)
#8E8582
(142,133,130)
#99918E
(153,145,142)
#A49D9A
(164,157,154)
#AFA9A6
(175,169,166)
#BAB5B2
(186,181,178)
#C5C1BE
(197,193,190)
#D0CDCA
(208,205,202)
#DBD9D6
(219,217,214)
#E6E5E2
(230,229,226)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837976; }

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

This text font color is #837976.


Background Color

.myBgColor { background-color: #837976; }

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

This div background color is #837976.


Border color

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

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

This div border color is #837976.


Opacity

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

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

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

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

This text has shadow with #837976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837976 on black background.


Color preview on white background

This text has color #837976 on white background.



Black color preview on #837976 background

This text has black color on #837976 background.


White color preview on #837976 background

This text has white color on #837976 background.