COLOR #837F5F

HEX: #837F5F
RGB: (131,127,95)

Renk bilgisi

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

RGB renk modeli

#837F5F color RGB value is (131,127,95).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 127 of 255 = 50%
B 95 of 255 = 37%

131
127
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 127 + 95 = 353 (100%)
R 131 of 353 ~ 37.11%
G 127 of 353 ~ 35.98%
B 95 of 353 ~ 26.91%

%37.11
%35.98
%26.91

CMYK RENK MODELİ

#837F5F rengi CMYK tonu (0,3,27,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.05%
  • sarı tonu 27.48%
  • ana renk tonu 48.63%
CMYK:
(0,3,27,49)
C0M3Y27K49 
(0%,3%,27%,49%)
(0.00/0.03/0.27/0.49)	

CMYK yüzdeleri

%0
%3.05
%27.48
%48.63

Codes

Color #837F5F in popluar color models

837F5F
RGB13112795
HSL53°15.93%44.31%
HSB/HSV53°27.48%51.37%
CMYK0.00%3.05%27.48%
48.63%

Color #837F5F in popluar number systems.

HEX837F5F
Decimal13112795
Binary1000001111111111011111
Octal203177137

Shades and tints

Shades of #837F5F

#837F5F
(131,127,95)
#787457
(120,116,87)
#6D694F
(109,105,79)
#625E47
(98,94,71)
#57533F
(87,83,63)
#4C4837
(76,72,55)
#413D2F
(65,61,47)
#363227
(54,50,39)
#2B271F
(43,39,31)
#201C17
(32,28,23)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #837F5F

#837F5F
(131,127,95)
#8E8A6D
(142,138,109)
#99957B
(153,149,123)
#A4A089
(164,160,137)
#AFAB97
(175,171,151)
#BAB6A5
(186,182,165)
#C5C1B3
(197,193,179)
#D0CCC1
(208,204,193)
#DBD7CF
(219,215,207)
#E6E2DD
(230,226,221)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837F5F; }

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

This text font color is #837F5F.


Background Color

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

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

This div background color is #837F5F.


Border color

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

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

This div border color is #837F5F.


Opacity

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

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

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

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

This text has shadow with #837F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837F5F on black background.


Color preview on white background

This text has color #837F5F on white background.



Black color preview on #837F5F background

This text has black color on #837F5F background.


White color preview on #837F5F background

This text has white color on #837F5F background.