COLOR #837E72

HEX: #837E72
RGB: (131,126,114)

Renk bilgisi

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

RGB renk modeli

#837E72 color RGB value is (131,126,114).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 114 of 255 = 45%

131
126
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 114 = 371 (100%)
R 131 of 371 ~ 35.31%
G 126 of 371 ~ 33.96%
B 114 of 371 ~ 30.73%

%35.31
%33.96
%30.73

CMYK RENK MODELİ

#837E72 rengi CMYK tonu (0,4,13,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.82%
  • sarı tonu 12.98%
  • ana renk tonu 48.63%
CMYK:
(0,4,13,49)
C0M4Y13K49 
(0%,4%,13%,49%)
(0.00/0.04/0.13/0.49)	

CMYK yüzdeleri

%0
%3.82
%12.98
%48.63

Codes

Color #837E72 in popluar color models

837E72
RGB131126114
HSL42°6.94%48.04%
HSB/HSV42°12.98%51.37%
CMYK0.00%3.82%12.98%
48.63%

Color #837E72 in popluar number systems.

HEX837E72
Decimal131126114
Binary1000001111111101110010
Octal203176162

Shades and tints

Shades of #837E72

#837E72
(131,126,114)
#787368
(120,115,104)
#6D685E
(109,104,94)
#625D54
(98,93,84)
#57524A
(87,82,74)
#4C4740
(76,71,64)
#413C36
(65,60,54)
#36312C
(54,49,44)
#2B2622
(43,38,34)
#201B18
(32,27,24)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #837E72

#837E72
(131,126,114)
#8E897E
(142,137,126)
#99948A
(153,148,138)
#A49F96
(164,159,150)
#AFAAA2
(175,170,162)
#BAB5AE
(186,181,174)
#C5C0BA
(197,192,186)
#D0CBC6
(208,203,198)
#DBD6D2
(219,214,210)
#E6E1DE
(230,225,222)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E72; }

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

This text font color is #837E72.


Background Color

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

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

This div background color is #837E72.


Border color

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

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

This div border color is #837E72.


Opacity

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

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

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

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

This text has shadow with #837E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E72 on black background.


Color preview on white background

This text has color #837E72 on white background.



Black color preview on #837E72 background

This text has black color on #837E72 background.


White color preview on #837E72 background

This text has white color on #837E72 background.