COLOR #85B959

HEX: #85B959
RGB: (133,185,89)

Renk bilgisi

#85B959 contains mainly red and green colors. #85B959 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#85B959 color RGB value is (133,185,89).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 185 of 255 = 73%
B 89 of 255 = 35%

133
185
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 185 + 89 = 407 (100%)
R 133 of 407 ~ 32.68%
G 185 of 407 ~ 45.45%
B 89 of 407 ~ 21.87%

%32.68
%45.45
%21.87

CMYK RENK MODELİ

#85B959 rengi CMYK tonu (28,0,52,27).

  • camgöbeği tonu 28.11%
  • eflatun tonu 0.00%
  • sarı tonu 51.89%
  • ana renk tonu 27.45%
CMYK:
(28,0,52,27)
C28M0Y52K27 
(28%,0%,52%,27%)
(0.28/0.00/0.52/0.27)	

CMYK yüzdeleri

%28.11
%0
%51.89
%27.45

Codes

Color #85B959 in popluar color models

85B959
RGB13318589
HSL93°40.68%53.73%
HSB/HSV93°51.89%72.55%
CMYK28.11%0.00%51.89%
27.45%

Color #85B959 in popluar number systems.

HEX85B959
Decimal13318589
Binary10000101101110011011001
Octal205271131

Shades and tints

Shades of #85B959

#85B959
(133,185,89)
#79A951
(121,169,81)
#6D9949
(109,153,73)
#618941
(97,137,65)
#557939
(85,121,57)
#496931
(73,105,49)
#3D5929
(61,89,41)
#314921
(49,73,33)
#253919
(37,57,25)
#192911
(25,41,17)
#0D1909
(13,25,9)
#000000
(0,0,0)

Tints of #85B959

#85B959
(133,185,89)
#90BF68
(144,191,104)
#9BC577
(155,197,119)
#A6CB86
(166,203,134)
#B1D195
(177,209,149)
#BCD7A4
(188,215,164)
#C7DDB3
(199,221,179)
#D2E3C2
(210,227,194)
#DDE9D1
(221,233,209)
#E8EFE0
(232,239,224)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B959; }

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

This text font color is #85B959.


Background Color

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

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

This div background color is #85B959.


Border color

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

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

This div border color is #85B959.


Opacity

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

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

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

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

This text has shadow with #85B959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B959 on black background.


Color preview on white background

This text has color #85B959 on white background.



Black color preview on #85B959 background

This text has black color on #85B959 background.


White color preview on #85B959 background

This text has white color on #85B959 background.