COLOR #837F6C

HEX: #837F6C
RGB: (131,127,108)

Renk bilgisi

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

RGB renk modeli

#837F6C color RGB value is (131,127,108).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 127 of 255 = 50%
B 108 of 255 = 42%

131
127
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 127 + 108 = 366 (100%)
R 131 of 366 ~ 35.79%
G 127 of 366 ~ 34.7%
B 108 of 366 ~ 29.51%

%35.79
%34.7
%29.51

CMYK RENK MODELİ

#837F6C rengi CMYK tonu (0,3,18,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.05%
  • sarı tonu 17.56%
  • ana renk tonu 48.63%
CMYK:
(0,3,18,49)
C0M3Y18K49 
(0%,3%,18%,49%)
(0.00/0.03/0.18/0.49)	

CMYK yüzdeleri

%0
%3.05
%17.56
%48.63

Codes

Color #837F6C in popluar color models

837F6C
RGB131127108
HSL50°9.62%46.86%
HSB/HSV50°17.56%51.37%
CMYK0.00%3.05%17.56%
48.63%

Color #837F6C in popluar number systems.

HEX837F6C
Decimal131127108
Binary1000001111111111101100
Octal203177154

Shades and tints

Shades of #837F6C

#837F6C
(131,127,108)
#787463
(120,116,99)
#6D695A
(109,105,90)
#625E51
(98,94,81)
#575348
(87,83,72)
#4C483F
(76,72,63)
#413D36
(65,61,54)
#36322D
(54,50,45)
#2B2724
(43,39,36)
#201C1B
(32,28,27)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #837F6C

#837F6C
(131,127,108)
#8E8A79
(142,138,121)
#999586
(153,149,134)
#A4A093
(164,160,147)
#AFABA0
(175,171,160)
#BAB6AD
(186,182,173)
#C5C1BA
(197,193,186)
#D0CCC7
(208,204,199)
#DBD7D4
(219,215,212)
#E6E2E1
(230,226,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837F6C; }

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

This text font color is #837F6C.


Background Color

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

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

This div background color is #837F6C.


Border color

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

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

This div border color is #837F6C.


Opacity

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

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

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

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

This text has shadow with #837F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837F6C on black background.


Color preview on white background

This text has color #837F6C on white background.



Black color preview on #837F6C background

This text has black color on #837F6C background.


White color preview on #837F6C background

This text has white color on #837F6C background.