COLOR #85A592

HEX: #85A592
RGB: (133,165,146)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

133
165
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 165 + 146 = 444 (100%)
R 133 of 444 ~ 29.95%
G 165 of 444 ~ 37.16%
B 146 of 444 ~ 32.88%

%29.95
%37.16
%32.88

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%19.39
%0
%11.52
%35.29

Codes

Color #85A592 in popluar color models

85A592
RGB133165146
HSL144°15.09%58.43%
HSB/HSV144°19.39%64.71%
CMYK19.39%0.00%11.52%
35.29%

Color #85A592 in popluar number systems.

HEX85A592
Decimal133165146
Binary100001011010010110010010
Octal205245222

Shades and tints

Shades of #85A592

#85A592
(133,165,146)
#799685
(121,150,133)
#6D8778
(109,135,120)
#61786B
(97,120,107)
#55695E
(85,105,94)
#495A51
(73,90,81)
#3D4B44
(61,75,68)
#313C37
(49,60,55)
#252D2A
(37,45,42)
#191E1D
(25,30,29)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #85A592

#85A592
(133,165,146)
#90AD9B
(144,173,155)
#9BB5A4
(155,181,164)
#A6BDAD
(166,189,173)
#B1C5B6
(177,197,182)
#BCCDBF
(188,205,191)
#C7D5C8
(199,213,200)
#D2DDD1
(210,221,209)
#DDE5DA
(221,229,218)
#E8EDE3
(232,237,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A592; }

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

This text font color is #85A592.


Background Color

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

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

This div background color is #85A592.


Border color

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

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

This div border color is #85A592.


Opacity

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

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

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

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

This text has shadow with #85A592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A592 on black background.


Color preview on white background

This text has color #85A592 on white background.



Black color preview on #85A592 background

This text has black color on #85A592 background.


White color preview on #85A592 background

This text has white color on #85A592 background.