COLOR #837F7B

HEX: #837F7B
RGB: (131,127,123)

Renk bilgisi

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

RGB renk modeli

#837F7B color RGB value is (131,127,123).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 127 of 255 = 50%
B 123 of 255 = 48%

131
127
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 127 + 123 = 381 (100%)
R 131 of 381 ~ 34.38%
G 127 of 381 ~ 33.33%
B 123 of 381 ~ 32.28%

%34.38
%33.33
%32.28

CMYK RENK MODELİ

#837F7B rengi CMYK tonu (0,3,6,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.05%
  • sarı tonu 6.11%
  • ana renk tonu 48.63%
CMYK:
(0,3,6,49)
C0M3Y6K49 
(0%,3%,6%,49%)
(0.00/0.03/0.06/0.49)	

CMYK yüzdeleri

%0
%3.05
%6.11
%48.63

Codes

Color #837F7B in popluar color models

837F7B
RGB131127123
HSL30°3.15%49.80%
HSB/HSV30°6.11%51.37%
CMYK0.00%3.05%6.11%
48.63%

Color #837F7B in popluar number systems.

HEX837F7B
Decimal131127123
Binary1000001111111111111011
Octal203177173

Shades and tints

Shades of #837F7B

#837F7B
(131,127,123)
#787470
(120,116,112)
#6D6965
(109,105,101)
#625E5A
(98,94,90)
#57534F
(87,83,79)
#4C4844
(76,72,68)
#413D39
(65,61,57)
#36322E
(54,50,46)
#2B2723
(43,39,35)
#201C18
(32,28,24)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #837F7B

#837F7B
(131,127,123)
#8E8A87
(142,138,135)
#999593
(153,149,147)
#A4A09F
(164,160,159)
#AFABAB
(175,171,171)
#BAB6B7
(186,182,183)
#C5C1C3
(197,193,195)
#D0CCCF
(208,204,207)
#DBD7DB
(219,215,219)
#E6E2E7
(230,226,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837F7B; }

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

This text font color is #837F7B.


Background Color

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

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

This div background color is #837F7B.


Border color

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

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

This div border color is #837F7B.


Opacity

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

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

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

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

This text has shadow with #837F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837F7B on black background.


Color preview on white background

This text has color #837F7B on white background.



Black color preview on #837F7B background

This text has black color on #837F7B background.


White color preview on #837F7B background

This text has white color on #837F7B background.