COLOR #85B43F

HEX: #85B43F
RGB: (133,180,63)

Color info

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

RGB color model

#85B43F color RGB value is (133,180,63).

  • red value is 133;
  • green value is 180;
  • blue value is 63.
RGB:
(133,180,63)
(52%,71%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 180 of 255 = 71%
B 63 of 255 = 25%

133
180
63

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

Portions of RGB colors in percentages

R + G + B =
133 + 180 + 63 = 376 (100%)
R 133 of 376 ~ 35.37%
G 180 of 376 ~ 47.87%
B 63 of 376 ~ 16.76%

%35.37
%47.87
%16.76

CMYK color model

#85B43F color CMYK value is (26,0,65,29).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 29.41%
CMYK:
(26,0,65,29)
C26M0Y65K29 
(26%,0%,65%,29%)
(0.26/0.00/0.65/0.29)	

CMYK percentages

%26.11
%0
%65
%29.41

Codes

Color #85B43F in popluar color models

85B43F
RGB13318063
HSL84°48.15%47.65%
HSB/HSV84°65.00%70.59%
CMYK26.11%0.00%65.00%
29.41%

Color #85B43F in popluar number systems.

HEX85B43F
Decimal13318063
Binary1000010110110100111111
Octal20526477

Shades and tints

Shades of #85B43F

#85B43F
(133,180,63)
#79A43A
(121,164,58)
#6D9435
(109,148,53)
#618430
(97,132,48)
#55742B
(85,116,43)
#496426
(73,100,38)
#3D5421
(61,84,33)
#31441C
(49,68,28)
#253417
(37,52,23)
#192412
(25,36,18)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #85B43F

#85B43F
(133,180,63)
#90BA50
(144,186,80)
#9BC061
(155,192,97)
#A6C672
(166,198,114)
#B1CC83
(177,204,131)
#BCD294
(188,210,148)
#C7D8A5
(199,216,165)
#D2DEB6
(210,222,182)
#DDE4C7
(221,228,199)
#E8EAD8
(232,234,216)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B43F; }

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

This text font color is #85B43F.


Background Color

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

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

This div background color is #85B43F.


Border color

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

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

This div border color is #85B43F.


Opacity

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

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

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

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

This text has shadow with #85B43F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B43F on black background.


Color preview on white background

This text has color #85B43F on white background.



Black color preview on #85B43F background

This text has black color on #85B43F background.


White color preview on #85B43F background

This text has white color on #85B43F background.