COLOR #858801

HEX: #858801
RGB: (133,136,1)

Color info

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

RGB color model

#858801 color RGB value is (133,136,1).

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

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 1 of 255 = 0%

133
136
1

R + G + B ~ 35%. #858801 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 1 = 270 (100%)
R 133 of 270 ~ 49.26%
G 136 of 270 ~ 50.37%
B 1 of 270 ~ 0.37%

%49.26
%50.37

CMYK color model

#858801 color CMYK value is (2,0,99,47).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 99.26%
  • key color value is 46.67%
CMYK:
(2,0,99,47)
C2M0Y99K47 
(2%,0%,99%,47%)
(0.02/0.00/0.99/0.47)	

CMYK percentages

%2.21
%0
%99.26
%46.67

Codes

Color #858801 in popluar color models

858801
RGB1331361
HSL61°98.54%26.86%
HSB/HSV61°99.26%53.33%
CMYK2.21%0.00%99.26%
46.67%

Color #858801 in popluar number systems.

HEX858801
Decimal1331361
Binary10000101100010001
Octal2052101

Shades and tints

Shades of #858801

#858801
(133,136,1)
#797C01
(121,124,1)
#6D7001
(109,112,1)
#616401
(97,100,1)
#555801
(85,88,1)
#494C01
(73,76,1)
#3D4001
(61,64,1)
#313401
(49,52,1)
#252801
(37,40,1)
#191C01
(25,28,1)
#0D1001
(13,16,1)
#000000
(0,0,0)

Tints of #858801

#858801
(133,136,1)
#909218
(144,146,24)
#9B9C2F
(155,156,47)
#A6A646
(166,166,70)
#B1B05D
(177,176,93)
#BCBA74
(188,186,116)
#C7C48B
(199,196,139)
#D2CEA2
(210,206,162)
#DDD8B9
(221,216,185)
#E8E2D0
(232,226,208)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858801; }

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

This text font color is #858801.


Background Color

.myBgColor { background-color: #858801; }

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

This div background color is #858801.


Border color

.myBorderColor { border: 1px solid #858801; }

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

This div border color is #858801.


Opacity

.myOpacity80 { color: #858801; opacity: 0.8; }

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

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

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

This text has shadow with #858801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858801 on black background.


Color preview on white background

This text has color #858801 on white background.



Black color preview on #858801 background

This text has black color on #858801 background.


White color preview on #858801 background

This text has white color on #858801 background.