COLOR #85B480

HEX: #85B480
RGB: (133,180,128)

Renk bilgisi

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

RGB renk modeli

#85B480 color RGB value is (133,180,128).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 180 of 255 = 71%
B 128 of 255 = 50%

133
180
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 180 + 128 = 441 (100%)
R 133 of 441 ~ 30.16%
G 180 of 441 ~ 40.82%
B 128 of 441 ~ 29.02%

%30.16
%40.82
%29.02

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%26.11
%0
%28.89
%29.41

Codes

Color #85B480 in popluar color models

85B480
RGB133180128
HSL114°25.74%60.39%
HSB/HSV114°28.89%70.59%
CMYK26.11%0.00%28.89%
29.41%

Color #85B480 in popluar number systems.

HEX85B480
Decimal133180128
Binary100001011011010010000000
Octal205264200

Shades and tints

Shades of #85B480

#85B480
(133,180,128)
#79A475
(121,164,117)
#6D946A
(109,148,106)
#61845F
(97,132,95)
#557454
(85,116,84)
#496449
(73,100,73)
#3D543E
(61,84,62)
#314433
(49,68,51)
#253428
(37,52,40)
#19241D
(25,36,29)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #85B480

#85B480
(133,180,128)
#90BA8B
(144,186,139)
#9BC096
(155,192,150)
#A6C6A1
(166,198,161)
#B1CCAC
(177,204,172)
#BCD2B7
(188,210,183)
#C7D8C2
(199,216,194)
#D2DECD
(210,222,205)
#DDE4D8
(221,228,216)
#E8EAE3
(232,234,227)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B480; }

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

This text font color is #85B480.


Background Color

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

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

This div background color is #85B480.


Border color

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

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

This div border color is #85B480.


Opacity

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

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

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

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

This text has shadow with #85B480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B480 on black background.


Color preview on white background

This text has color #85B480 on white background.



Black color preview on #85B480 background

This text has black color on #85B480 background.


White color preview on #85B480 background

This text has white color on #85B480 background.