COLOR #837E6D

HEX: #837E6D
RGB: (131,126,109)

Renk bilgisi

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

RGB renk modeli

#837E6D color RGB value is (131,126,109).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 109 of 255 = 43%

131
126
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 109 = 366 (100%)
R 131 of 366 ~ 35.79%
G 126 of 366 ~ 34.43%
B 109 of 366 ~ 29.78%

%35.79
%34.43
%29.78

CMYK RENK MODELİ

#837E6D rengi CMYK tonu (0,4,17,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.82%
  • sarı tonu 16.79%
  • ana renk tonu 48.63%
CMYK:
(0,4,17,49)
C0M4Y17K49 
(0%,4%,17%,49%)
(0.00/0.04/0.17/0.49)	

CMYK yüzdeleri

%0
%3.82
%16.79
%48.63

Codes

Color #837E6D in popluar color models

837E6D
RGB131126109
HSL46°9.17%47.06%
HSB/HSV46°16.79%51.37%
CMYK0.00%3.82%16.79%
48.63%

Color #837E6D in popluar number systems.

HEX837E6D
Decimal131126109
Binary1000001111111101101101
Octal203176155

Shades and tints

Shades of #837E6D

#837E6D
(131,126,109)
#787364
(120,115,100)
#6D685B
(109,104,91)
#625D52
(98,93,82)
#575249
(87,82,73)
#4C4740
(76,71,64)
#413C37
(65,60,55)
#36312E
(54,49,46)
#2B2625
(43,38,37)
#201B1C
(32,27,28)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #837E6D

#837E6D
(131,126,109)
#8E897A
(142,137,122)
#999487
(153,148,135)
#A49F94
(164,159,148)
#AFAAA1
(175,170,161)
#BAB5AE
(186,181,174)
#C5C0BB
(197,192,187)
#D0CBC8
(208,203,200)
#DBD6D5
(219,214,213)
#E6E1E2
(230,225,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E6D; }

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

This text font color is #837E6D.


Background Color

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

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

This div background color is #837E6D.


Border color

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

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

This div border color is #837E6D.


Opacity

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

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

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

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

This text has shadow with #837E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E6D on black background.


Color preview on white background

This text has color #837E6D on white background.



Black color preview on #837E6D background

This text has black color on #837E6D background.


White color preview on #837E6D background

This text has white color on #837E6D background.