COLOR #837973

HEX: #837973
RGB: (131,121,115)

Renk bilgisi

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

RGB renk modeli

#837973 color RGB value is (131,121,115).

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

RGB bağlantıları ve doygunluk

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

131
121
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 121 + 115 = 367 (100%)
R 131 of 367 ~ 35.69%
G 121 of 367 ~ 32.97%
B 115 of 367 ~ 31.34%

%35.69
%32.97
%31.34

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.63%
  • 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
%7.63
%12.21
%48.63

Codes

Color #837973 in popluar color models

837973
RGB131121115
HSL23°6.50%48.24%
HSB/HSV23°12.21%51.37%
CMYK0.00%7.63%12.21%
48.63%

Color #837973 in popluar number systems.

HEX837973
Decimal131121115
Binary1000001111110011110011
Octal203171163

Shades and tints

Shades of #837973

#837973
(131,121,115)
#786E69
(120,110,105)
#6D635F
(109,99,95)
#625855
(98,88,85)
#574D4B
(87,77,75)
#4C4241
(76,66,65)
#413737
(65,55,55)
#362C2D
(54,44,45)
#2B2123
(43,33,35)
#201619
(32,22,25)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #837973

#837973
(131,121,115)
#8E857F
(142,133,127)
#99918B
(153,145,139)
#A49D97
(164,157,151)
#AFA9A3
(175,169,163)
#BAB5AF
(186,181,175)
#C5C1BB
(197,193,187)
#D0CDC7
(208,205,199)
#DBD9D3
(219,217,211)
#E6E5DF
(230,229,223)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837973; }

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

This text font color is #837973.


Background Color

.myBgColor { background-color: #837973; }

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

This div background color is #837973.


Border color

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

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

This div border color is #837973.


Opacity

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

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

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

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

This text has shadow with #837973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837973 on black background.


Color preview on white background

This text has color #837973 on white background.



Black color preview on #837973 background

This text has black color on #837973 background.


White color preview on #837973 background

This text has white color on #837973 background.