COLOR #85A03F

HEX: #85A03F
RGB: (133,160,63)

Color info

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

RGB color model

#85A03F color RGB value is (133,160,63).

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

RGB channels and saturation

R 133 of 255 = 52%
G 160 of 255 = 63%
B 63 of 255 = 25%

133
160
63

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

Portions of RGB colors in percentages

R + G + B =
133 + 160 + 63 = 356 (100%)
R 133 of 356 ~ 37.36%
G 160 of 356 ~ 44.94%
B 63 of 356 ~ 17.7%

%37.36
%44.94
%17.7

CMYK color model

#85A03F color CMYK value is (17,0,61,37).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 60.63%
  • key color value is 37.25%
CMYK:
(17,0,61,37)
C17M0Y61K37 
(17%,0%,61%,37%)
(0.17/0.00/0.61/0.37)	

CMYK percentages

%16.88
%0
%60.63
%37.25

Codes

Color #85A03F in popluar color models

85A03F
RGB13316063
HSL77°43.50%43.73%
HSB/HSV77°60.63%62.75%
CMYK16.88%0.00%60.63%
37.25%

Color #85A03F in popluar number systems.

HEX85A03F
Decimal13316063
Binary1000010110100000111111
Octal20524077

Shades and tints

Shades of #85A03F

#85A03F
(133,160,63)
#79923A
(121,146,58)
#6D8435
(109,132,53)
#617630
(97,118,48)
#55682B
(85,104,43)
#495A26
(73,90,38)
#3D4C21
(61,76,33)
#313E1C
(49,62,28)
#253017
(37,48,23)
#192212
(25,34,18)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #85A03F

#85A03F
(133,160,63)
#90A850
(144,168,80)
#9BB061
(155,176,97)
#A6B872
(166,184,114)
#B1C083
(177,192,131)
#BCC894
(188,200,148)
#C7D0A5
(199,208,165)
#D2D8B6
(210,216,182)
#DDE0C7
(221,224,199)
#E8E8D8
(232,232,216)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A03F; }

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

This text font color is #85A03F.


Background Color

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

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

This div background color is #85A03F.


Border color

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

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

This div border color is #85A03F.


Opacity

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

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

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

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

This text has shadow with #85A03F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A03F on black background.


Color preview on white background

This text has color #85A03F on white background.



Black color preview on #85A03F background

This text has black color on #85A03F background.


White color preview on #85A03F background

This text has white color on #85A03F background.