COLOR #85B593

HEX: #85B593
RGB: (133,181,147)

Renk bilgisi

#85B593 contains red, green and blue colors in about the same proportion. #85B593 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#85B593 color RGB value is (133,181,147).

  • kırmız ton 133;
  • yeşil ton 181;
  • mavi ton 147.
RGB:
(133,181,147)
(52%,71%,58%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 181 of 255 = 71%
B 147 of 255 = 58%

133
181
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 181 + 147 = 461 (100%)
R 133 of 461 ~ 28.85%
G 181 of 461 ~ 39.26%
B 147 of 461 ~ 31.89%

%28.85
%39.26
%31.89

CMYK RENK MODELİ

#85B593 rengi CMYK tonu (27,0,19,29).

  • camgöbeği tonu 26.52%
  • eflatun tonu 0.00%
  • sarı tonu 18.78%
  • ana renk tonu 29.02%
CMYK:
(27,0,19,29)
C27M0Y19K29 
(27%,0%,19%,29%)
(0.27/0.00/0.19/0.29)	

CMYK yüzdeleri

%26.52
%0
%18.78
%29.02

Codes

Color #85B593 in popluar color models

85B593
RGB133181147
HSL138°24.49%61.57%
HSB/HSV138°26.52%70.98%
CMYK26.52%0.00%18.78%
29.02%

Color #85B593 in popluar number systems.

HEX85B593
Decimal133181147
Binary100001011011010110010011
Octal205265223

Shades and tints

Shades of #85B593

#85B593
(133,181,147)
#79A586
(121,165,134)
#6D9579
(109,149,121)
#61856C
(97,133,108)
#55755F
(85,117,95)
#496552
(73,101,82)
#3D5545
(61,85,69)
#314538
(49,69,56)
#25352B
(37,53,43)
#19251E
(25,37,30)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #85B593

#85B593
(133,181,147)
#90BB9C
(144,187,156)
#9BC1A5
(155,193,165)
#A6C7AE
(166,199,174)
#B1CDB7
(177,205,183)
#BCD3C0
(188,211,192)
#C7D9C9
(199,217,201)
#D2DFD2
(210,223,210)
#DDE5DB
(221,229,219)
#E8EBE4
(232,235,228)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B593 color. Also use rgb(133,181,147) instead hex code.

Text Font Color

.myTextColor { color: #85B593; }

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

This text font color is #85B593.


Background Color

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

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

This div background color is #85B593.


Border color

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

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

This div border color is #85B593.


Opacity

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

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

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

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

This text has shadow with #85B593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B593 on black background.


Color preview on white background

This text has color #85B593 on white background.



Black color preview on #85B593 background

This text has black color on #85B593 background.


White color preview on #85B593 background

This text has white color on #85B593 background.