COLOR #837E80

HEX: #837E80
RGB: (131,126,128)

Renk bilgisi

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

RGB renk modeli

#837E80 color RGB value is (131,126,128).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 128 of 255 = 50%

131
126
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 128 = 385 (100%)
R 131 of 385 ~ 34.03%
G 126 of 385 ~ 32.73%
B 128 of 385 ~ 33.25%

%34.03
%32.73
%33.25

CMYK RENK MODELİ

#837E80 rengi CMYK tonu (0,4,2,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.82%
  • sarı tonu 2.29%
  • ana renk tonu 48.63%
CMYK:
(0,4,2,49)
C0M4Y2K49 
(0%,4%,2%,49%)
(0.00/0.04/0.02/0.49)	

CMYK yüzdeleri

%0
%3.82
%2.29
%48.63

Codes

Color #837E80 in popluar color models

837E80
RGB131126128
HSL336°1.98%50.39%
HSB/HSV336°3.82%51.37%
CMYK0.00%3.82%2.29%
48.63%

Color #837E80 in popluar number systems.

HEX837E80
Decimal131126128
Binary10000011111111010000000
Octal203176200

Shades and tints

Shades of #837E80

#837E80
(131,126,128)
#787375
(120,115,117)
#6D686A
(109,104,106)
#625D5F
(98,93,95)
#575254
(87,82,84)
#4C4749
(76,71,73)
#413C3E
(65,60,62)
#363133
(54,49,51)
#2B2628
(43,38,40)
#201B1D
(32,27,29)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #837E80

#837E80
(131,126,128)
#8E898B
(142,137,139)
#999496
(153,148,150)
#A49FA1
(164,159,161)
#AFAAAC
(175,170,172)
#BAB5B7
(186,181,183)
#C5C0C2
(197,192,194)
#D0CBCD
(208,203,205)
#DBD6D8
(219,214,216)
#E6E1E3
(230,225,227)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E80; }

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

This text font color is #837E80.


Background Color

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

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

This div background color is #837E80.


Border color

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

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

This div border color is #837E80.


Opacity

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

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

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

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

This text has shadow with #837E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E80 on black background.


Color preview on white background

This text has color #837E80 on white background.



Black color preview on #837E80 background

This text has black color on #837E80 background.


White color preview on #837E80 background

This text has white color on #837E80 background.