COLOR #837E82

HEX: #837E82
RGB: (131,126,130)

Renk bilgisi

#837E82 contains red, green and blue colors in about the same proportion. #837E82 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#837E82 color RGB value is (131,126,130).

  • kırmız ton 131;
  • yeşil ton 126;
  • mavi ton 130.
RGB:
(131,126,130)
(51%,49%,51%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 130 of 255 = 51%

131
126
130

R + G + B ~ 50%. #837E82 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 130 = 387 (100%)
R 131 of 387 ~ 33.85%
G 126 of 387 ~ 32.56%
B 130 of 387 ~ 33.59%

%33.85
%32.56
%33.59

CMYK RENK MODELİ

#837E82 rengi CMYK tonu (0,4,1,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.82%
  • sarı tonu 0.76%
  • ana renk tonu 48.63%
CMYK:
(0,4,1,49)
C0M4Y1K49 
(0%,4%,1%,49%)
(0.00/0.04/0.01/0.49)	

CMYK yüzdeleri

%0
%3.82
%0.76
%48.63

Codes

Color #837E82 in popluar color models

837E82
RGB131126130
HSL312°1.98%50.39%
HSB/HSV312°3.82%51.37%
CMYK0.00%3.82%0.76%
48.63%

Color #837E82 in popluar number systems.

HEX837E82
Decimal131126130
Binary10000011111111010000010
Octal203176202

Shades and tints

Shades of #837E82

#837E82
(131,126,130)
#787377
(120,115,119)
#6D686C
(109,104,108)
#625D61
(98,93,97)
#575256
(87,82,86)
#4C474B
(76,71,75)
#413C40
(65,60,64)
#363135
(54,49,53)
#2B262A
(43,38,42)
#201B1F
(32,27,31)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #837E82

#837E82
(131,126,130)
#8E898D
(142,137,141)
#999498
(153,148,152)
#A49FA3
(164,159,163)
#AFAAAE
(175,170,174)
#BAB5B9
(186,181,185)
#C5C0C4
(197,192,196)
#D0CBCF
(208,203,207)
#DBD6DA
(219,214,218)
#E6E1E5
(230,225,229)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837E82 color. Also use rgb(131,126,130) instead hex code.

Text Font Color

.myTextColor { color: #837E82; }

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

This text font color is #837E82.


Background Color

.myBgColor { background-color: #837E82; }

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

This div background color is #837E82.


Border color

.myBorderColor { border: 1px solid #837E82; }

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

This div border color is #837E82.


Opacity

.myOpacity80 { color: #837E82; opacity: 0.8; }

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

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

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

This text has shadow with #837E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E82 on black background.


Color preview on white background

This text has color #837E82 on white background.



Black color preview on #837E82 background

This text has black color on #837E82 background.


White color preview on #837E82 background

This text has white color on #837E82 background.