COLOR #85A359

HEX: #85A359
RGB: (133,163,89)

Renk bilgisi

#85A359 contains mainly red and green colors. #85A359 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#85A359 color RGB value is (133,163,89).

  • kırmız ton 133;
  • yeşil ton 163;
  • mavi ton 89.
RGB:
(133,163,89)
(52%,64%,35%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 163 of 255 = 64%
B 89 of 255 = 35%

133
163
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 163 + 89 = 385 (100%)
R 133 of 385 ~ 34.55%
G 163 of 385 ~ 42.34%
B 89 of 385 ~ 23.12%

%34.55
%42.34
%23.12

CMYK RENK MODELİ

#85A359 rengi CMYK tonu (18,0,45,36).

  • camgöbeği tonu 18.40%
  • eflatun tonu 0.00%
  • sarı tonu 45.40%
  • ana renk tonu 36.08%
CMYK:
(18,0,45,36)
C18M0Y45K36 
(18%,0%,45%,36%)
(0.18/0.00/0.45/0.36)	

CMYK yüzdeleri

%18.4
%0
%45.4
%36.08

Codes

Color #85A359 in popluar color models

85A359
RGB13316389
HSL84°29.37%49.41%
HSB/HSV84°45.40%63.92%
CMYK18.40%0.00%45.40%
36.08%

Color #85A359 in popluar number systems.

HEX85A359
Decimal13316389
Binary10000101101000111011001
Octal205243131

Shades and tints

Shades of #85A359

#85A359
(133,163,89)
#799551
(121,149,81)
#6D8749
(109,135,73)
#617941
(97,121,65)
#556B39
(85,107,57)
#495D31
(73,93,49)
#3D4F29
(61,79,41)
#314121
(49,65,33)
#253319
(37,51,25)
#192511
(25,37,17)
#0D1709
(13,23,9)
#000000
(0,0,0)

Tints of #85A359

#85A359
(133,163,89)
#90AB68
(144,171,104)
#9BB377
(155,179,119)
#A6BB86
(166,187,134)
#B1C395
(177,195,149)
#BCCBA4
(188,203,164)
#C7D3B3
(199,211,179)
#D2DBC2
(210,219,194)
#DDE3D1
(221,227,209)
#E8EBE0
(232,235,224)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A359; }

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

This text font color is #85A359.


Background Color

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

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

This div background color is #85A359.


Border color

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

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

This div border color is #85A359.


Opacity

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

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

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

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

This text has shadow with #85A359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A359 on black background.


Color preview on white background

This text has color #85A359 on white background.



Black color preview on #85A359 background

This text has black color on #85A359 background.


White color preview on #85A359 background

This text has white color on #85A359 background.