COLOR #837585

HEX: #837585
RGB: (131,117,133)

Renk bilgisi

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

RGB renk modeli

#837585 color RGB value is (131,117,133).

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

RGB bağlantıları ve doygunluk

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

131
117
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 117 + 133 = 381 (100%)
R 131 of 381 ~ 34.38%
G 117 of 381 ~ 30.71%
B 133 of 381 ~ 34.91%

%34.38
%30.71
%34.91

CMYK RENK MODELİ

#837585 rengi CMYK tonu (2,12,0,48).

  • camgöbeği tonu 1.50%
  • eflatun tonu 12.03%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,12,0,48)
C2M12Y0K48 
(2%,12%,0%,48%)
(0.02/0.12/0.00/0.48)	

CMYK yüzdeleri

%1.5
%12.03
%0
%47.84

Codes

Color #837585 in popluar color models

837585
RGB131117133
HSL293°6.40%49.02%
HSB/HSV293°12.03%52.16%
CMYK1.50%12.03%0.00%
47.84%

Color #837585 in popluar number systems.

HEX837585
Decimal131117133
Binary10000011111010110000101
Octal203165205

Shades and tints

Shades of #837585

#837585
(131,117,133)
#786B79
(120,107,121)
#6D616D
(109,97,109)
#625761
(98,87,97)
#574D55
(87,77,85)
#4C4349
(76,67,73)
#41393D
(65,57,61)
#362F31
(54,47,49)
#2B2525
(43,37,37)
#201B19
(32,27,25)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #837585

#837585
(131,117,133)
#8E8190
(142,129,144)
#998D9B
(153,141,155)
#A499A6
(164,153,166)
#AFA5B1
(175,165,177)
#BAB1BC
(186,177,188)
#C5BDC7
(197,189,199)
#D0C9D2
(208,201,210)
#DBD5DD
(219,213,221)
#E6E1E8
(230,225,232)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837585; }

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

This text font color is #837585.


Background Color

.myBgColor { background-color: #837585; }

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

This div background color is #837585.


Border color

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

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

This div border color is #837585.


Opacity

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

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

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

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

This text has shadow with #837585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837585 on black background.


Color preview on white background

This text has color #837585 on white background.



Black color preview on #837585 background

This text has black color on #837585 background.


White color preview on #837585 background

This text has white color on #837585 background.