COLOR #85A401

HEX: #85A401
RGB: (133,164,1)

Color info

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

RGB color model

#85A401 color RGB value is (133,164,1).

  • red value is 133;
  • green value is 164;
  • blue value is 1.
RGB:
(133,164,1)
(52%,64%,0%)

RGB channels and saturation

R 133 of 255 = 52%
G 164 of 255 = 64%
B 1 of 255 = 0%

133
164
1

R + G + B ~ 39%. #85A401 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 164 + 1 = 298 (100%)
R 133 of 298 ~ 44.63%
G 164 of 298 ~ 55.03%
B 1 of 298 ~ 0.34%

%44.63
%55.03

CMYK color model

#85A401 color CMYK value is (19,0,99,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 99.39%
  • key color value is 35.69%
CMYK:
(19,0,99,36)
C19M0Y99K36 
(19%,0%,99%,36%)
(0.19/0.00/0.99/0.36)	

CMYK percentages

%18.9
%0
%99.39
%35.69

Codes

Color #85A401 in popluar color models

85A401
RGB1331641
HSL71°98.79%32.35%
HSB/HSV71°99.39%64.31%
CMYK18.90%0.00%99.39%
35.69%

Color #85A401 in popluar number systems.

HEX85A401
Decimal1331641
Binary10000101101001001
Octal2052441

Shades and tints

Shades of #85A401

#85A401
(133,164,1)
#799601
(121,150,1)
#6D8801
(109,136,1)
#617A01
(97,122,1)
#556C01
(85,108,1)
#495E01
(73,94,1)
#3D5001
(61,80,1)
#314201
(49,66,1)
#253401
(37,52,1)
#192601
(25,38,1)
#0D1801
(13,24,1)
#000000
(0,0,0)

Tints of #85A401

#85A401
(133,164,1)
#90AC18
(144,172,24)
#9BB42F
(155,180,47)
#A6BC46
(166,188,70)
#B1C45D
(177,196,93)
#BCCC74
(188,204,116)
#C7D48B
(199,212,139)
#D2DCA2
(210,220,162)
#DDE4B9
(221,228,185)
#E8ECD0
(232,236,208)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A401 color. Also use rgb(133,164,1) instead hex code.

Text Font Color

.myTextColor { color: #85A401; }

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

This text font color is #85A401.


Background Color

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

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

This div background color is #85A401.


Border color

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

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

This div border color is #85A401.


Opacity

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

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

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

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

This text has shadow with #85A401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A401 on black background.


Color preview on white background

This text has color #85A401 on white background.



Black color preview on #85A401 background

This text has black color on #85A401 background.


White color preview on #85A401 background

This text has white color on #85A401 background.