COLOR #85A586

HEX: #85A586
RGB: (133,165,134)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

133
165
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 165 + 134 = 432 (100%)
R 133 of 432 ~ 30.79%
G 165 of 432 ~ 38.19%
B 134 of 432 ~ 31.02%

%30.79
%38.19
%31.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 19.39%
  • eflatun tonu 0.00%
  • sarı tonu 18.79%
  • 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
%18.79
%35.29

Codes

Color #85A586 in popluar color models

85A586
RGB133165134
HSL122°15.09%58.43%
HSB/HSV122°19.39%64.71%
CMYK19.39%0.00%18.79%
35.29%

Color #85A586 in popluar number systems.

HEX85A586
Decimal133165134
Binary100001011010010110000110
Octal205245206

Shades and tints

Shades of #85A586

#85A586
(133,165,134)
#79967A
(121,150,122)
#6D876E
(109,135,110)
#617862
(97,120,98)
#556956
(85,105,86)
#495A4A
(73,90,74)
#3D4B3E
(61,75,62)
#313C32
(49,60,50)
#252D26
(37,45,38)
#191E1A
(25,30,26)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #85A586

#85A586
(133,165,134)
#90AD91
(144,173,145)
#9BB59C
(155,181,156)
#A6BDA7
(166,189,167)
#B1C5B2
(177,197,178)
#BCCDBD
(188,205,189)
#C7D5C8
(199,213,200)
#D2DDD3
(210,221,211)
#DDE5DE
(221,229,222)
#E8EDE9
(232,237,233)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A586; }

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

This text font color is #85A586.


Background Color

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

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

This div background color is #85A586.


Border color

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

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

This div border color is #85A586.


Opacity

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

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

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

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

This text has shadow with #85A586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A586 on black background.


Color preview on white background

This text has color #85A586 on white background.



Black color preview on #85A586 background

This text has black color on #85A586 background.


White color preview on #85A586 background

This text has white color on #85A586 background.