COLOR #85B472

HEX: #85B472
RGB: (133,180,114)

Renk bilgisi

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

RGB renk modeli

#85B472 color RGB value is (133,180,114).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 180 of 255 = 71%
B 114 of 255 = 45%

133
180
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 180 + 114 = 427 (100%)
R 133 of 427 ~ 31.15%
G 180 of 427 ~ 42.15%
B 114 of 427 ~ 26.7%

%31.15
%42.15
%26.7

CMYK RENK MODELİ

#85B472 rengi CMYK tonu (26,0,37,29).

  • camgöbeği tonu 26.11%
  • eflatun tonu 0.00%
  • sarı tonu 36.67%
  • ana renk tonu 29.41%
CMYK:
(26,0,37,29)
C26M0Y37K29 
(26%,0%,37%,29%)
(0.26/0.00/0.37/0.29)	

CMYK yüzdeleri

%26.11
%0
%36.67
%29.41

Codes

Color #85B472 in popluar color models

85B472
RGB133180114
HSL103°30.56%57.65%
HSB/HSV103°36.67%70.59%
CMYK26.11%0.00%36.67%
29.41%

Color #85B472 in popluar number systems.

HEX85B472
Decimal133180114
Binary10000101101101001110010
Octal205264162

Shades and tints

Shades of #85B472

#85B472
(133,180,114)
#79A468
(121,164,104)
#6D945E
(109,148,94)
#618454
(97,132,84)
#55744A
(85,116,74)
#496440
(73,100,64)
#3D5436
(61,84,54)
#31442C
(49,68,44)
#253422
(37,52,34)
#192418
(25,36,24)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #85B472

#85B472
(133,180,114)
#90BA7E
(144,186,126)
#9BC08A
(155,192,138)
#A6C696
(166,198,150)
#B1CCA2
(177,204,162)
#BCD2AE
(188,210,174)
#C7D8BA
(199,216,186)
#D2DEC6
(210,222,198)
#DDE4D2
(221,228,210)
#E8EADE
(232,234,222)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B472; }

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

This text font color is #85B472.


Background Color

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

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

This div background color is #85B472.


Border color

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

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

This div border color is #85B472.


Opacity

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

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

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

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

This text has shadow with #85B472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B472 on black background.


Color preview on white background

This text has color #85B472 on white background.



Black color preview on #85B472 background

This text has black color on #85B472 background.


White color preview on #85B472 background

This text has white color on #85B472 background.