COLOR #837D83

HEX: #837D83
RGB: (131,125,131)

Renk bilgisi

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

RGB renk modeli

#837D83 color RGB value is (131,125,131).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 125 of 255 = 49%
B 131 of 255 = 51%

131
125
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 125 + 131 = 387 (100%)
R 131 of 387 ~ 33.85%
G 125 of 387 ~ 32.3%
B 131 of 387 ~ 33.85%

%33.85
%32.3
%33.85

CMYK RENK MODELİ

#837D83 rengi CMYK tonu (0,5,0,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.58%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(0,5,0,49)
C0M5Y0K49 
(0%,5%,0%,49%)
(0.00/0.05/0.00/0.49)	

CMYK yüzdeleri

%0
%4.58
%0
%48.63

Codes

Color #837D83 in popluar color models

837D83
RGB131125131
HSL300°2.36%50.20%
HSB/HSV300°4.58%51.37%
CMYK0.00%4.58%0.00%
48.63%

Color #837D83 in popluar number systems.

HEX837D83
Decimal131125131
Binary10000011111110110000011
Octal203175203

Shades and tints

Shades of #837D83

#837D83
(131,125,131)
#787278
(120,114,120)
#6D676D
(109,103,109)
#625C62
(98,92,98)
#575157
(87,81,87)
#4C464C
(76,70,76)
#413B41
(65,59,65)
#363036
(54,48,54)
#2B252B
(43,37,43)
#201A20
(32,26,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #837D83

#837D83
(131,125,131)
#8E888E
(142,136,142)
#999399
(153,147,153)
#A49EA4
(164,158,164)
#AFA9AF
(175,169,175)
#BAB4BA
(186,180,186)
#C5BFC5
(197,191,197)
#D0CAD0
(208,202,208)
#DBD5DB
(219,213,219)
#E6E0E6
(230,224,230)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D83; }

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

This text font color is #837D83.


Background Color

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

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

This div background color is #837D83.


Border color

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

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

This div border color is #837D83.


Opacity

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

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

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

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

This text has shadow with #837D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D83 on black background.


Color preview on white background

This text has color #837D83 on white background.



Black color preview on #837D83 background

This text has black color on #837D83 background.


White color preview on #837D83 background

This text has white color on #837D83 background.