COLOR #837873

HEX: #837873
RGB: (131,120,115)

Renk bilgisi

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

RGB renk modeli

#837873 color RGB value is (131,120,115).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 120 of 255 = 47%
B 115 of 255 = 45%

131
120
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 120 + 115 = 366 (100%)
R 131 of 366 ~ 35.79%
G 120 of 366 ~ 32.79%
B 115 of 366 ~ 31.42%

%35.79
%32.79
%31.42

CMYK RENK MODELİ

#837873 rengi CMYK tonu (0,8,12,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 12.21%
  • ana renk tonu 48.63%
CMYK:
(0,8,12,49)
C0M8Y12K49 
(0%,8%,12%,49%)
(0.00/0.08/0.12/0.49)	

CMYK yüzdeleri

%0
%8.4
%12.21
%48.63

Codes

Color #837873 in popluar color models

837873
RGB131120115
HSL19°6.50%48.24%
HSB/HSV19°12.21%51.37%
CMYK0.00%8.40%12.21%
48.63%

Color #837873 in popluar number systems.

HEX837873
Decimal131120115
Binary1000001111110001110011
Octal203170163

Shades and tints

Shades of #837873

#837873
(131,120,115)
#786E69
(120,110,105)
#6D645F
(109,100,95)
#625A55
(98,90,85)
#57504B
(87,80,75)
#4C4641
(76,70,65)
#413C37
(65,60,55)
#36322D
(54,50,45)
#2B2823
(43,40,35)
#201E19
(32,30,25)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #837873

#837873
(131,120,115)
#8E847F
(142,132,127)
#99908B
(153,144,139)
#A49C97
(164,156,151)
#AFA8A3
(175,168,163)
#BAB4AF
(186,180,175)
#C5C0BB
(197,192,187)
#D0CCC7
(208,204,199)
#DBD8D3
(219,216,211)
#E6E4DF
(230,228,223)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837873; }

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

This text font color is #837873.


Background Color

.myBgColor { background-color: #837873; }

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

This div background color is #837873.


Border color

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

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

This div border color is #837873.


Opacity

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

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

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

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

This text has shadow with #837873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837873 on black background.


Color preview on white background

This text has color #837873 on white background.



Black color preview on #837873 background

This text has black color on #837873 background.


White color preview on #837873 background

This text has white color on #837873 background.