COLOR #85B02D

HEX: #85B02D
RGB: (133,176,45)

Color info

#85B02D contains mainly red and green colors. Web safe color of #85B02D is #999933 (or #993).

RGB color model

#85B02D color RGB value is (133,176,45).

  • red value is 133;
  • green value is 176;
  • blue value is 45.
RGB:
(133,176,45)
(52%,69%,18%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 45 of 255 = 18%

133
176
45

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

Portions of RGB colors in percentages

R + G + B =
133 + 176 + 45 = 354 (100%)
R 133 of 354 ~ 37.57%
G 176 of 354 ~ 49.72%
B 45 of 354 ~ 12.71%

%37.57
%49.72
%12.71

CMYK color model

#85B02D color CMYK value is (24,0,74,31).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 74.43%
  • key color value is 30.98%
CMYK:
(24,0,74,31)
C24M0Y74K31 
(24%,0%,74%,31%)
(0.24/0.00/0.74/0.31)	

CMYK percentages

%24.43
%0
%74.43
%30.98

Codes

Color #85B02D in popluar color models

85B02D
RGB13317645
HSL80°59.28%43.33%
HSB/HSV80°74.43%69.02%
CMYK24.43%0.00%74.43%
30.98%

Color #85B02D in popluar number systems.

HEX85B02D
Decimal13317645
Binary1000010110110000101101
Octal20526055

Shades and tints

Shades of #85B02D

#85B02D
(133,176,45)
#79A029
(121,160,41)
#6D9025
(109,144,37)
#618021
(97,128,33)
#55701D
(85,112,29)
#496019
(73,96,25)
#3D5015
(61,80,21)
#314011
(49,64,17)
#25300D
(37,48,13)
#192009
(25,32,9)
#0D1005
(13,16,5)
#000000
(0,0,0)

Tints of #85B02D

#85B02D
(133,176,45)
#90B740
(144,183,64)
#9BBE53
(155,190,83)
#A6C566
(166,197,102)
#B1CC79
(177,204,121)
#BCD38C
(188,211,140)
#C7DA9F
(199,218,159)
#D2E1B2
(210,225,178)
#DDE8C5
(221,232,197)
#E8EFD8
(232,239,216)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B02D; }

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

This text font color is #85B02D.


Background Color

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

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

This div background color is #85B02D.


Border color

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

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

This div border color is #85B02D.


Opacity

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

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

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

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

This text has shadow with #85B02D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B02D on black background.


Color preview on white background

This text has color #85B02D on white background.



Black color preview on #85B02D background

This text has black color on #85B02D background.


White color preview on #85B02D background

This text has white color on #85B02D background.