COLOR #85A585

HEX: #85A585
RGB: (133,165,133)

Renk bilgisi

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

RGB renk modeli

#85A585 color RGB value is (133,165,133).

  • kırmız ton 133;
  • yeşil ton 165;
  • mavi ton 133.
RGB:
(133,165,133)
(52%,65%,52%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 165 of 255 = 65%
B 133 of 255 = 52%

133
165
133

R + G + B ~ 56%. #85A585 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 165 + 133 = 431 (100%)
R 133 of 431 ~ 30.86%
G 165 of 431 ~ 38.28%
B 133 of 431 ~ 30.86%

%30.86
%38.28
%30.86

CMYK RENK MODELİ

#85A585 rengi CMYK tonu (19,0,19,35).

  • camgöbeği tonu 19.39%
  • eflatun tonu 0.00%
  • sarı tonu 19.39%
  • ana renk tonu 35.29%
CMYK:
(19,0,19,35)
C19M0Y19K35 
(19%,0%,19%,35%)
(0.19/0.00/0.19/0.35)	

CMYK yüzdeleri

%19.39
%0
%19.39
%35.29

Codes

Color #85A585 in popluar color models

85A585
RGB133165133
HSL120°15.09%58.43%
HSB/HSV120°19.39%64.71%
CMYK19.39%0.00%19.39%
35.29%

Color #85A585 in popluar number systems.

HEX85A585
Decimal133165133
Binary100001011010010110000101
Octal205245205

Shades and tints

Shades of #85A585

#85A585
(133,165,133)
#799679
(121,150,121)
#6D876D
(109,135,109)
#617861
(97,120,97)
#556955
(85,105,85)
#495A49
(73,90,73)
#3D4B3D
(61,75,61)
#313C31
(49,60,49)
#252D25
(37,45,37)
#191E19
(25,30,25)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #85A585

#85A585
(133,165,133)
#90AD90
(144,173,144)
#9BB59B
(155,181,155)
#A6BDA6
(166,189,166)
#B1C5B1
(177,197,177)
#BCCDBC
(188,205,188)
#C7D5C7
(199,213,199)
#D2DDD2
(210,221,210)
#DDE5DD
(221,229,221)
#E8EDE8
(232,237,232)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A585 color. Also use rgb(133,165,133) instead hex code.

Text Font Color

.myTextColor { color: #85A585; }

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

This text font color is #85A585.


Background Color

.myBgColor { background-color: #85A585; }

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

This div background color is #85A585.


Border color

.myBorderColor { border: 1px solid #85A585; }

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

This div border color is #85A585.


Opacity

.myOpacity80 { color: #85A585; opacity: 0.8; }

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

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

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

This text has shadow with #85A585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A585 on black background.


Color preview on white background

This text has color #85A585 on white background.



Black color preview on #85A585 background

This text has black color on #85A585 background.


White color preview on #85A585 background

This text has white color on #85A585 background.