COLOR #85C575

HEX: #85C575
RGB: (133,197,117)

Renk bilgisi

#85C575 contains mainly green color. #85C575 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#85C575 color RGB value is (133,197,117).

  • kırmız ton 133;
  • yeşil ton 197;
  • mavi ton 117.
RGB:
(133,197,117)
(52%,77%,46%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 197 of 255 = 77%
B 117 of 255 = 46%

133
197
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 197 + 117 = 447 (100%)
R 133 of 447 ~ 29.75%
G 197 of 447 ~ 44.07%
B 117 of 447 ~ 26.17%

%29.75
%44.07
%26.17

CMYK RENK MODELİ

#85C575 rengi CMYK tonu (32,0,41,23).

  • camgöbeği tonu 32.49%
  • eflatun tonu 0.00%
  • sarı tonu 40.61%
  • ana renk tonu 22.75%
CMYK:
(32,0,41,23)
C32M0Y41K23 
(32%,0%,41%,23%)
(0.32/0.00/0.41/0.23)	

CMYK yüzdeleri

%32.49
%0
%40.61
%22.75

Codes

Color #85C575 in popluar color models

85C575
RGB133197117
HSL108°40.82%61.57%
HSB/HSV108°40.61%77.25%
CMYK32.49%0.00%40.61%
22.75%

Color #85C575 in popluar number systems.

HEX85C575
Decimal133197117
Binary10000101110001011110101
Octal205305165

Shades and tints

Shades of #85C575

#85C575
(133,197,117)
#79B46B
(121,180,107)
#6DA361
(109,163,97)
#619257
(97,146,87)
#55814D
(85,129,77)
#497043
(73,112,67)
#3D5F39
(61,95,57)
#314E2F
(49,78,47)
#253D25
(37,61,37)
#192C1B
(25,44,27)
#0D1B11
(13,27,17)
#000000
(0,0,0)

Tints of #85C575

#85C575
(133,197,117)
#90CA81
(144,202,129)
#9BCF8D
(155,207,141)
#A6D499
(166,212,153)
#B1D9A5
(177,217,165)
#BCDEB1
(188,222,177)
#C7E3BD
(199,227,189)
#D2E8C9
(210,232,201)
#DDEDD5
(221,237,213)
#E8F2E1
(232,242,225)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C575 color. Also use rgb(133,197,117) instead hex code.

Text Font Color

.myTextColor { color: #85C575; }

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

This text font color is #85C575.


Background Color

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

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

This div background color is #85C575.


Border color

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

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

This div border color is #85C575.


Opacity

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

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

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

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

This text has shadow with #85C575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C575 on black background.


Color preview on white background

This text has color #85C575 on white background.



Black color preview on #85C575 background

This text has black color on #85C575 background.


White color preview on #85C575 background

This text has white color on #85C575 background.