COLOR #85B62D

HEX: #85B62D
RGB: (133,182,45)

Color info

#85B62D contains mainly red and green colors. Web safe color of #85B62D is #99CC33 (or #9C3).

RGB color model

#85B62D color RGB value is (133,182,45).

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

RGB channels and saturation

R 133 of 255 = 52%
G 182 of 255 = 71%
B 45 of 255 = 18%

133
182
45

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

Portions of RGB colors in percentages

R + G + B =
133 + 182 + 45 = 360 (100%)
R 133 of 360 ~ 36.94%
G 182 of 360 ~ 50.56%
B 45 of 360 ~ 12.5%

%36.94
%50.56
%12.5

CMYK color model

#85B62D color CMYK value is (27,0,75,29).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 75.27%
  • key color value is 28.63%
CMYK:
(27,0,75,29)
C27M0Y75K29 
(27%,0%,75%,29%)
(0.27/0.00/0.75/0.29)	

CMYK percentages

%26.92
%0
%75.27
%28.63

Codes

Color #85B62D in popluar color models

85B62D
RGB13318245
HSL81°60.35%44.51%
HSB/HSV81°75.27%71.37%
CMYK26.92%0.00%75.27%
28.63%

Color #85B62D in popluar number systems.

HEX85B62D
Decimal13318245
Binary1000010110110110101101
Octal20526655

Shades and tints

Shades of #85B62D

#85B62D
(133,182,45)
#79A629
(121,166,41)
#6D9625
(109,150,37)
#618621
(97,134,33)
#55761D
(85,118,29)
#496619
(73,102,25)
#3D5615
(61,86,21)
#314611
(49,70,17)
#25360D
(37,54,13)
#192609
(25,38,9)
#0D1605
(13,22,5)
#000000
(0,0,0)

Tints of #85B62D

#85B62D
(133,182,45)
#90BC40
(144,188,64)
#9BC253
(155,194,83)
#A6C866
(166,200,102)
#B1CE79
(177,206,121)
#BCD48C
(188,212,140)
#C7DA9F
(199,218,159)
#D2E0B2
(210,224,178)
#DDE6C5
(221,230,197)
#E8ECD8
(232,236,216)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B62D; }

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

This text font color is #85B62D.


Background Color

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

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

This div background color is #85B62D.


Border color

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

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

This div border color is #85B62D.


Opacity

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

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

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

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

This text has shadow with #85B62D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B62D on black background.


Color preview on white background

This text has color #85B62D on white background.



Black color preview on #85B62D background

This text has black color on #85B62D background.


White color preview on #85B62D background

This text has white color on #85B62D background.