COLOR #837257

HEX: #837257
RGB: (131,114,87)

Renk bilgisi

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

RGB renk modeli

#837257 color RGB value is (131,114,87).

  • kırmız ton 131;
  • yeşil ton 114;
  • mavi ton 87.
RGB:
(131,114,87)
(51%,45%,34%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 114 of 255 = 45%
B 87 of 255 = 34%

131
114
87

R + G + B ~ 43%. #837257 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 114 + 87 = 332 (100%)
R 131 of 332 ~ 39.46%
G 114 of 332 ~ 34.34%
B 87 of 332 ~ 26.2%

%39.46
%34.34
%26.2

CMYK RENK MODELİ

#837257 rengi CMYK tonu (0,13,34,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.98%
  • sarı tonu 33.59%
  • ana renk tonu 48.63%
CMYK:
(0,13,34,49)
C0M13Y34K49 
(0%,13%,34%,49%)
(0.00/0.13/0.34/0.49)	

CMYK yüzdeleri

%0
%12.98
%33.59
%48.63

Codes

Color #837257 in popluar color models

837257
RGB13111487
HSL37°20.18%42.75%
HSB/HSV37°33.59%51.37%
CMYK0.00%12.98%33.59%
48.63%

Color #837257 in popluar number systems.

HEX837257
Decimal13111487
Binary1000001111100101010111
Octal203162127

Shades and tints

Shades of #837257

#837257
(131,114,87)
#786850
(120,104,80)
#6D5E49
(109,94,73)
#625442
(98,84,66)
#574A3B
(87,74,59)
#4C4034
(76,64,52)
#41362D
(65,54,45)
#362C26
(54,44,38)
#2B221F
(43,34,31)
#201818
(32,24,24)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #837257

#837257
(131,114,87)
#8E7E66
(142,126,102)
#998A75
(153,138,117)
#A49684
(164,150,132)
#AFA293
(175,162,147)
#BAAEA2
(186,174,162)
#C5BAB1
(197,186,177)
#D0C6C0
(208,198,192)
#DBD2CF
(219,210,207)
#E6DEDE
(230,222,222)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837257 color. Also use rgb(131,114,87) instead hex code.

Text Font Color

.myTextColor { color: #837257; }

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

This text font color is #837257.


Background Color

.myBgColor { background-color: #837257; }

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

This div background color is #837257.


Border color

.myBorderColor { border: 1px solid #837257; }

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

This div border color is #837257.


Opacity

.myOpacity80 { color: #837257; opacity: 0.8; }

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

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

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

This text has shadow with #837257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837257 on black background.


Color preview on white background

This text has color #837257 on white background.



Black color preview on #837257 background

This text has black color on #837257 background.


White color preview on #837257 background

This text has white color on #837257 background.