COLOR #837A82

HEX: #837A82
RGB: (131,122,130)

Renk bilgisi

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

RGB renk modeli

#837A82 color RGB value is (131,122,130).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 122 of 255 = 48%
B 130 of 255 = 51%

131
122
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 122 + 130 = 383 (100%)
R 131 of 383 ~ 34.2%
G 122 of 383 ~ 31.85%
B 130 of 383 ~ 33.94%

%34.2
%31.85
%33.94

CMYK RENK MODELİ

#837A82 rengi CMYK tonu (0,7,1,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.87%
  • sarı tonu 0.76%
  • ana renk tonu 48.63%
CMYK:
(0,7,1,49)
C0M7Y1K49 
(0%,7%,1%,49%)
(0.00/0.07/0.01/0.49)	

CMYK yüzdeleri

%0
%6.87
%0.76
%48.63

Codes

Color #837A82 in popluar color models

837A82
RGB131122130
HSL307°3.56%49.61%
HSB/HSV307°6.87%51.37%
CMYK0.00%6.87%0.76%
48.63%

Color #837A82 in popluar number systems.

HEX837A82
Decimal131122130
Binary10000011111101010000010
Octal203172202

Shades and tints

Shades of #837A82

#837A82
(131,122,130)
#786F77
(120,111,119)
#6D646C
(109,100,108)
#625961
(98,89,97)
#574E56
(87,78,86)
#4C434B
(76,67,75)
#413840
(65,56,64)
#362D35
(54,45,53)
#2B222A
(43,34,42)
#20171F
(32,23,31)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #837A82

#837A82
(131,122,130)
#8E868D
(142,134,141)
#999298
(153,146,152)
#A49EA3
(164,158,163)
#AFAAAE
(175,170,174)
#BAB6B9
(186,182,185)
#C5C2C4
(197,194,196)
#D0CECF
(208,206,207)
#DBDADA
(219,218,218)
#E6E6E5
(230,230,229)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A82; }

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

This text font color is #837A82.


Background Color

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

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

This div background color is #837A82.


Border color

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

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

This div border color is #837A82.


Opacity

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

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

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

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

This text has shadow with #837A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A82 on black background.


Color preview on white background

This text has color #837A82 on white background.



Black color preview on #837A82 background

This text has black color on #837A82 background.


White color preview on #837A82 background

This text has white color on #837A82 background.