COLOR #85B063

HEX: #85B063 RGB: (133,176,99)

Color info

#85B063 contains mainly red and green colors. Web safe color of #85B063 is #999966 (or #996).

RGB color model

#85B063 color RGB value is (133,176,99).

RGB: (133,176,99) (52%, 69%, 39%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 99 of 255 = 39%

133
176
99

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

Portions of RGB colors in percentages

R + G + B = 133 + 176 + 99 = 408 (100%)
R 133 of 408 ~ 32.6%
G 176 of 408 ~ 43.14%
B 99 of 408 ~ 24.26'%

%32.6
%43.14
%24.26

CMYK color model

#85B063 color CMYK value is (24,0,44,31).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 30.98%

CMYK: (24,0,44,31)
C24M0Y44K31 (24%, 0%, 44%, 31%)
(0.24 / 0.00 / 0.44 / 0.31)

CMYK percentages

%24.43
%0
%43.75
%30.98

Codes

Color #85B063 in popluar color models

85 B0 63
RGB 133 176 99
HSL 94° 32.77% 53.92%
HSB/HSV 94° 43.75% 69.02%
CMYK 24.43% 0.00% 43.75%
30.98%

Color #85B063 in popluar number systems.

HEX 85 B0 63
Decimal 133 176 99
Binary 10000101 10110000 1100011
Octal 205 260 143

Shades and tints

Shades of #85B063

#85B063
(133,176,99)
#79A05A
(121,160,90)
#6D9051
(109,144,81)
#618048
(97,128,72)
#55703F
(85,112,63)
#496036
(73,96,54)
#3D502D
(61,80,45)
#314024
(49,64,36)
#25301B
(37,48,27)
#192012
(25,32,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #85B063

#85B063
(133,176,99)
#90B771
(144,183,113)
#9BBE7F
(155,190,127)
#A6C58D
(166,197,141)
#B1CC9B
(177,204,155)
#BCD3A9
(188,211,169)
#C7DAB7
(199,218,183)
#D2E1C5
(210,225,197)
#DDE8D3
(221,232,211)
#E8EFE1
(232,239,225)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B063 color. Also use rgb(133,176,99) instead hex code.

Text Font Color

.myTextColor { color: #85B063; }

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

This text font color is #85B063.

Background Color

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

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

This div background color is #85B063.

Border color

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

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

This div border color is #85B063.

Opacity

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

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

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

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

This text has shadow with #85B063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B063.

Preview

Color preview on black background

This text has color #85B063 on black background.


Color preview on white background

This text has color #85B063 on white background.


Black color preview on #85B063 background

This text has black color on #85B063 background.


White color preview on #85B063 background

This text has white color on #85B063 background.


Related colors

Complementary color

Complementary color for #hex is #7A4F9C.


I love getcolorcode.com

Triadic colors

1 #6385B0 and #B06385 with #85B063 are triadic colors.

2 #63B085 and #B08563 with #85B063 are triadic colors.