COLOR #839585

HEX: #839585
RGB: (131,149,133)

Renk bilgisi

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

RGB renk modeli

#839585 color RGB value is (131,149,133).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 149 of 255 = 58%
B 133 of 255 = 52%

131
149
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 149 + 133 = 413 (100%)
R 131 of 413 ~ 31.72%
G 149 of 413 ~ 36.08%
B 133 of 413 ~ 32.2%

%31.72
%36.08
%32.2

CMYK RENK MODELİ

#839585 rengi CMYK tonu (12,0,11,42).

  • camgöbeği tonu 12.08%
  • eflatun tonu 0.00%
  • sarı tonu 10.74%
  • ana renk tonu 41.57%
CMYK:
(12,0,11,42)
C12M0Y11K42 
(12%,0%,11%,42%)
(0.12/0.00/0.11/0.42)	

CMYK yüzdeleri

%12.08
%0
%10.74
%41.57

Codes

Color #839585 in popluar color models

839585
RGB131149133
HSL127°7.83%54.90%
HSB/HSV127°12.08%58.43%
CMYK12.08%0.00%10.74%
41.57%

Color #839585 in popluar number systems.

HEX839585
Decimal131149133
Binary100000111001010110000101
Octal203225205

Shades and tints

Shades of #839585

#839585
(131,149,133)
#788879
(120,136,121)
#6D7B6D
(109,123,109)
#626E61
(98,110,97)
#576155
(87,97,85)
#4C5449
(76,84,73)
#41473D
(65,71,61)
#363A31
(54,58,49)
#2B2D25
(43,45,37)
#202019
(32,32,25)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #839585

#839585
(131,149,133)
#8E9E90
(142,158,144)
#99A79B
(153,167,155)
#A4B0A6
(164,176,166)
#AFB9B1
(175,185,177)
#BAC2BC
(186,194,188)
#C5CBC7
(197,203,199)
#D0D4D2
(208,212,210)
#DBDDDD
(219,221,221)
#E6E6E8
(230,230,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839585; }

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

This text font color is #839585.


Background Color

.myBgColor { background-color: #839585; }

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

This div background color is #839585.


Border color

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

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

This div border color is #839585.


Opacity

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

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

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

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

This text has shadow with #839585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839585 on black background.


Color preview on white background

This text has color #839585 on white background.



Black color preview on #839585 background

This text has black color on #839585 background.


White color preview on #839585 background

This text has white color on #839585 background.