COLOR #85B372

HEX: #85B372
RGB: (133,179,114)

Renk bilgisi

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

RGB renk modeli

#85B372 color RGB value is (133,179,114).

  • kırmız ton 133;
  • yeşil ton 179;
  • mavi ton 114.
RGB:
(133,179,114)
(52%,70%,45%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 179 of 255 = 70%
B 114 of 255 = 45%

133
179
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 179 + 114 = 426 (100%)
R 133 of 426 ~ 31.22%
G 179 of 426 ~ 42.02%
B 114 of 426 ~ 26.76%

%31.22
%42.02
%26.76

CMYK RENK MODELİ

#85B372 rengi CMYK tonu (26,0,36,30).

  • camgöbeği tonu 25.70%
  • eflatun tonu 0.00%
  • sarı tonu 36.31%
  • ana renk tonu 29.80%
CMYK:
(26,0,36,30)
C26M0Y36K30 
(26%,0%,36%,30%)
(0.26/0.00/0.36/0.30)	

CMYK yüzdeleri

%25.7
%0
%36.31
%29.8

Codes

Color #85B372 in popluar color models

85B372
RGB133179114
HSL102°29.95%57.45%
HSB/HSV102°36.31%70.20%
CMYK25.70%0.00%36.31%
29.80%

Color #85B372 in popluar number systems.

HEX85B372
Decimal133179114
Binary10000101101100111110010
Octal205263162

Shades and tints

Shades of #85B372

#85B372
(133,179,114)
#79A368
(121,163,104)
#6D935E
(109,147,94)
#618354
(97,131,84)
#55734A
(85,115,74)
#496340
(73,99,64)
#3D5336
(61,83,54)
#31432C
(49,67,44)
#253322
(37,51,34)
#192318
(25,35,24)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #85B372

#85B372
(133,179,114)
#90B97E
(144,185,126)
#9BBF8A
(155,191,138)
#A6C596
(166,197,150)
#B1CBA2
(177,203,162)
#BCD1AE
(188,209,174)
#C7D7BA
(199,215,186)
#D2DDC6
(210,221,198)
#DDE3D2
(221,227,210)
#E8E9DE
(232,233,222)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B372 color. Also use rgb(133,179,114) instead hex code.

Text Font Color

.myTextColor { color: #85B372; }

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

This text font color is #85B372.


Background Color

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

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

This div background color is #85B372.


Border color

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

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

This div border color is #85B372.


Opacity

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

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

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

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

This text has shadow with #85B372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B372 on black background.


Color preview on white background

This text has color #85B372 on white background.



Black color preview on #85B372 background

This text has black color on #85B372 background.


White color preview on #85B372 background

This text has white color on #85B372 background.