COLOR #837E73

HEX: #837E73
RGB: (131,126,115)

Renk bilgisi

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

RGB renk modeli

#837E73 color RGB value is (131,126,115).

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

RGB bağlantıları ve doygunluk

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

131
126
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 115 = 372 (100%)
R 131 of 372 ~ 35.22%
G 126 of 372 ~ 33.87%
B 115 of 372 ~ 30.91%

%35.22
%33.87
%30.91

CMYK RENK MODELİ

#837E73 rengi CMYK tonu (0,4,12,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.82%
  • sarı tonu 12.21%
  • ana renk tonu 48.63%
CMYK:
(0,4,12,49)
C0M4Y12K49 
(0%,4%,12%,49%)
(0.00/0.04/0.12/0.49)	

CMYK yüzdeleri

%0
%3.82
%12.21
%48.63

Codes

Color #837E73 in popluar color models

837E73
RGB131126115
HSL41°6.50%48.24%
HSB/HSV41°12.21%51.37%
CMYK0.00%3.82%12.21%
48.63%

Color #837E73 in popluar number systems.

HEX837E73
Decimal131126115
Binary1000001111111101110011
Octal203176163

Shades and tints

Shades of #837E73

#837E73
(131,126,115)
#787369
(120,115,105)
#6D685F
(109,104,95)
#625D55
(98,93,85)
#57524B
(87,82,75)
#4C4741
(76,71,65)
#413C37
(65,60,55)
#36312D
(54,49,45)
#2B2623
(43,38,35)
#201B19
(32,27,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #837E73

#837E73
(131,126,115)
#8E897F
(142,137,127)
#99948B
(153,148,139)
#A49F97
(164,159,151)
#AFAAA3
(175,170,163)
#BAB5AF
(186,181,175)
#C5C0BB
(197,192,187)
#D0CBC7
(208,203,199)
#DBD6D3
(219,214,211)
#E6E1DF
(230,225,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E73; }

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

This text font color is #837E73.


Background Color

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

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

This div background color is #837E73.


Border color

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

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

This div border color is #837E73.


Opacity

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

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

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

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

This text has shadow with #837E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E73 on black background.


Color preview on white background

This text has color #837E73 on white background.



Black color preview on #837E73 background

This text has black color on #837E73 background.


White color preview on #837E73 background

This text has white color on #837E73 background.