COLOR #837F81

HEX: #837F81
RGB: (131,127,129)

Renk bilgisi

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

RGB renk modeli

#837F81 color RGB value is (131,127,129).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 127 of 255 = 50%
B 129 of 255 = 51%

131
127
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 127 + 129 = 387 (100%)
R 131 of 387 ~ 33.85%
G 127 of 387 ~ 32.82%
B 129 of 387 ~ 33.33%

%33.85
%32.82
%33.33

CMYK RENK MODELİ

#837F81 rengi CMYK tonu (0,3,2,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.05%
  • sarı tonu 1.53%
  • ana renk tonu 48.63%
CMYK:
(0,3,2,49)
C0M3Y2K49 
(0%,3%,2%,49%)
(0.00/0.03/0.02/0.49)	

CMYK yüzdeleri

%0
%3.05
%1.53
%48.63

Codes

Color #837F81 in popluar color models

837F81
RGB131127129
HSL330°1.59%50.59%
HSB/HSV330°3.05%51.37%
CMYK0.00%3.05%1.53%
48.63%

Color #837F81 in popluar number systems.

HEX837F81
Decimal131127129
Binary10000011111111110000001
Octal203177201

Shades and tints

Shades of #837F81

#837F81
(131,127,129)
#787476
(120,116,118)
#6D696B
(109,105,107)
#625E60
(98,94,96)
#575355
(87,83,85)
#4C484A
(76,72,74)
#413D3F
(65,61,63)
#363234
(54,50,52)
#2B2729
(43,39,41)
#201C1E
(32,28,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #837F81

#837F81
(131,127,129)
#8E8A8C
(142,138,140)
#999597
(153,149,151)
#A4A0A2
(164,160,162)
#AFABAD
(175,171,173)
#BAB6B8
(186,182,184)
#C5C1C3
(197,193,195)
#D0CCCE
(208,204,206)
#DBD7D9
(219,215,217)
#E6E2E4
(230,226,228)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837F81 color. Also use rgb(131,127,129) instead hex code.

Text Font Color

.myTextColor { color: #837F81; }

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

This text font color is #837F81.


Background Color

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

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

This div background color is #837F81.


Border color

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

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

This div border color is #837F81.


Opacity

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

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

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

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

This text has shadow with #837F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837F81 on black background.


Color preview on white background

This text has color #837F81 on white background.



Black color preview on #837F81 background

This text has black color on #837F81 background.


White color preview on #837F81 background

This text has white color on #837F81 background.