COLOR #837583

HEX: #837583
RGB: (131,117,131)

Renk bilgisi

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

RGB renk modeli

#837583 color RGB value is (131,117,131).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 117 of 255 = 46%
B 131 of 255 = 51%

131
117
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 117 + 131 = 379 (100%)
R 131 of 379 ~ 34.56%
G 117 of 379 ~ 30.87%
B 131 of 379 ~ 34.56%

%34.56
%30.87
%34.56

CMYK RENK MODELİ

#837583 rengi CMYK tonu (0,11,0,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.69%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(0,11,0,49)
C0M11Y0K49 
(0%,11%,0%,49%)
(0.00/0.11/0.00/0.49)	

CMYK yüzdeleri

%0
%10.69
%0
%48.63

Codes

Color #837583 in popluar color models

837583
RGB131117131
HSL300°5.65%48.63%
HSB/HSV300°10.69%51.37%
CMYK0.00%10.69%0.00%
48.63%

Color #837583 in popluar number systems.

HEX837583
Decimal131117131
Binary10000011111010110000011
Octal203165203

Shades and tints

Shades of #837583

#837583
(131,117,131)
#786B78
(120,107,120)
#6D616D
(109,97,109)
#625762
(98,87,98)
#574D57
(87,77,87)
#4C434C
(76,67,76)
#413941
(65,57,65)
#362F36
(54,47,54)
#2B252B
(43,37,43)
#201B20
(32,27,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #837583

#837583
(131,117,131)
#8E818E
(142,129,142)
#998D99
(153,141,153)
#A499A4
(164,153,164)
#AFA5AF
(175,165,175)
#BAB1BA
(186,177,186)
#C5BDC5
(197,189,197)
#D0C9D0
(208,201,208)
#DBD5DB
(219,213,219)
#E6E1E6
(230,225,230)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837583; }

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

This text font color is #837583.


Background Color

.myBgColor { background-color: #837583; }

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

This div background color is #837583.


Border color

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

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

This div border color is #837583.


Opacity

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

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

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

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

This text has shadow with #837583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837583 on black background.


Color preview on white background

This text has color #837583 on white background.



Black color preview on #837583 background

This text has black color on #837583 background.


White color preview on #837583 background

This text has white color on #837583 background.