COLOR #837E85

HEX: #837E85
RGB: (131,126,133)

Renk bilgisi

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

RGB renk modeli

#837E85 color RGB value is (131,126,133).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 133 of 255 = 52%

131
126
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 133 = 390 (100%)
R 131 of 390 ~ 33.59%
G 126 of 390 ~ 32.31%
B 133 of 390 ~ 34.1%

%33.59
%32.31
%34.1

CMYK RENK MODELİ

#837E85 rengi CMYK tonu (2,5,0,48).

  • camgöbeği tonu 1.50%
  • eflatun tonu 5.26%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,5,0,48)
C2M5Y0K48 
(2%,5%,0%,48%)
(0.02/0.05/0.00/0.48)	

CMYK yüzdeleri

%1.5
%5.26
%0
%47.84

Codes

Color #837E85 in popluar color models

837E85
RGB131126133
HSL283°2.79%50.78%
HSB/HSV283°5.26%52.16%
CMYK1.50%5.26%0.00%
47.84%

Color #837E85 in popluar number systems.

HEX837E85
Decimal131126133
Binary10000011111111010000101
Octal203176205

Shades and tints

Shades of #837E85

#837E85
(131,126,133)
#787379
(120,115,121)
#6D686D
(109,104,109)
#625D61
(98,93,97)
#575255
(87,82,85)
#4C4749
(76,71,73)
#413C3D
(65,60,61)
#363131
(54,49,49)
#2B2625
(43,38,37)
#201B19
(32,27,25)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #837E85

#837E85
(131,126,133)
#8E8990
(142,137,144)
#99949B
(153,148,155)
#A49FA6
(164,159,166)
#AFAAB1
(175,170,177)
#BAB5BC
(186,181,188)
#C5C0C7
(197,192,199)
#D0CBD2
(208,203,210)
#DBD6DD
(219,214,221)
#E6E1E8
(230,225,232)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E85; }

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

This text font color is #837E85.


Background Color

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

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

This div background color is #837E85.


Border color

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

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

This div border color is #837E85.


Opacity

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

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

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

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

This text has shadow with #837E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E85 on black background.


Color preview on white background

This text has color #837E85 on white background.



Black color preview on #837E85 background

This text has black color on #837E85 background.


White color preview on #837E85 background

This text has white color on #837E85 background.