COLOR #85A713

HEX: #85A713
RGB: (133,167,19)

Color info

#85A713 contains mainly red and green colors. Web safe color of #85A713 is #999900 (or #990).

RGB color model

#85A713 color RGB value is (133,167,19).

  • red value is 133;
  • green value is 167;
  • blue value is 19.
RGB:
(133,167,19)
(52%,65%,7%)

RGB channels and saturation

R 133 of 255 = 52%
G 167 of 255 = 65%
B 19 of 255 = 7%

133
167
19

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

Portions of RGB colors in percentages

R + G + B =
133 + 167 + 19 = 319 (100%)
R 133 of 319 ~ 41.69%
G 167 of 319 ~ 52.35%
B 19 of 319 ~ 5.96%

%41.69
%52.35

CMYK color model

#85A713 color CMYK value is (20,0,89,35).

  • cyan value is 20.36%
  • magenta value is 0.00%
  • yellow value is 88.62%
  • key color value is 34.51%
CMYK:
(20,0,89,35)
C20M0Y89K35 
(20%,0%,89%,35%)
(0.20/0.00/0.89/0.35)	

CMYK percentages

%20.36
%0
%88.62
%34.51

Codes

Color #85A713 in popluar color models

85A713
RGB13316719
HSL74°79.57%36.47%
HSB/HSV74°88.62%65.49%
CMYK20.36%0.00%88.62%
34.51%

Color #85A713 in popluar number systems.

HEX85A713
Decimal13316719
Binary100001011010011110011
Octal20524723

Shades and tints

Shades of #85A713

#85A713
(133,167,19)
#799812
(121,152,18)
#6D8911
(109,137,17)
#617A10
(97,122,16)
#556B0F
(85,107,15)
#495C0E
(73,92,14)
#3D4D0D
(61,77,13)
#313E0C
(49,62,12)
#252F0B
(37,47,11)
#19200A
(25,32,10)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #85A713

#85A713
(133,167,19)
#90AF28
(144,175,40)
#9BB73D
(155,183,61)
#A6BF52
(166,191,82)
#B1C767
(177,199,103)
#BCCF7C
(188,207,124)
#C7D791
(199,215,145)
#D2DFA6
(210,223,166)
#DDE7BB
(221,231,187)
#E8EFD0
(232,239,208)
#F3F7E5
(243,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A713 color. Also use rgb(133,167,19) instead hex code.

Text Font Color

.myTextColor { color: #85A713; }

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

This text font color is #85A713.


Background Color

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

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

This div background color is #85A713.


Border color

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

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

This div border color is #85A713.


Opacity

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

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

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

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

This text has shadow with #85A713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A713 on black background.


Color preview on white background

This text has color #85A713 on white background.



Black color preview on #85A713 background

This text has black color on #85A713 background.


White color preview on #85A713 background

This text has white color on #85A713 background.