COLOR #85A580

HEX: #85A580
RGB: (133,165,128)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

133
165
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 165 + 128 = 426 (100%)
R 133 of 426 ~ 31.22%
G 165 of 426 ~ 38.73%
B 128 of 426 ~ 30.05%

%31.22
%38.73
%30.05

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%19.39
%0
%22.42
%35.29

Codes

Color #85A580 in popluar color models

85A580
RGB133165128
HSL112°17.05%57.45%
HSB/HSV112°22.42%64.71%
CMYK19.39%0.00%22.42%
35.29%

Color #85A580 in popluar number systems.

HEX85A580
Decimal133165128
Binary100001011010010110000000
Octal205245200

Shades and tints

Shades of #85A580

#85A580
(133,165,128)
#799675
(121,150,117)
#6D876A
(109,135,106)
#61785F
(97,120,95)
#556954
(85,105,84)
#495A49
(73,90,73)
#3D4B3E
(61,75,62)
#313C33
(49,60,51)
#252D28
(37,45,40)
#191E1D
(25,30,29)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #85A580

#85A580
(133,165,128)
#90AD8B
(144,173,139)
#9BB596
(155,181,150)
#A6BDA1
(166,189,161)
#B1C5AC
(177,197,172)
#BCCDB7
(188,205,183)
#C7D5C2
(199,213,194)
#D2DDCD
(210,221,205)
#DDE5D8
(221,229,216)
#E8EDE3
(232,237,227)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A580; }

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

This text font color is #85A580.


Background Color

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

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

This div background color is #85A580.


Border color

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

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

This div border color is #85A580.


Opacity

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

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

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

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

This text has shadow with #85A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A580 on black background.


Color preview on white background

This text has color #85A580 on white background.



Black color preview on #85A580 background

This text has black color on #85A580 background.


White color preview on #85A580 background

This text has white color on #85A580 background.