COLOR #985F01

HEX: #985F01
RGB: (152,95,1)

Color info

#985F01 contains mainly red and green colors. Web safe color of #985F01 is #996600 (or #960).

RGB color model

#985F01 color RGB value is (152,95,1).

  • red value is 152;
  • green value is 95;
  • blue value is 1.
RGB:
(152,95,1)
(60%,37%,0%)

RGB channels and saturation

R 152 of 255 = 60%
G 95 of 255 = 37%
B 1 of 255 = 0%

152
95
1

R + G + B ~ 32%. #985F01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 95 + 1 = 248 (100%)
R 152 of 248 ~ 61.29%
G 95 of 248 ~ 38.31%
B 1 of 248 ~ 0.4%

%61.29
%38.31

CMYK color model

#985F01 color CMYK value is (0,38,99,40).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 99.34%
  • key color value is 40.39%
CMYK:
(0,38,99,40)
C0M38Y99K40 
(0%,38%,99%,40%)
(0.00/0.38/0.99/0.40)	

CMYK percentages

%0
%37.5
%99.34
%40.39

Codes

Color #985F01 in popluar color models

985F01
RGB152951
HSL37°98.69%30.00%
HSB/HSV37°99.34%59.61%
CMYK0.00%37.50%99.34%
40.39%

Color #985F01 in popluar number systems.

HEX985F01
Decimal152951
Binary1001100010111111
Octal2301371

Shades and tints

Shades of #985F01

#985F01
(152,95,1)
#8B5701
(139,87,1)
#7E4F01
(126,79,1)
#714701
(113,71,1)
#643F01
(100,63,1)
#573701
(87,55,1)
#4A2F01
(74,47,1)
#3D2701
(61,39,1)
#301F01
(48,31,1)
#231701
(35,23,1)
#160F01
(22,15,1)
#000000
(0,0,0)

Tints of #985F01

#985F01
(152,95,1)
#A16D18
(161,109,24)
#AA7B2F
(170,123,47)
#B38946
(179,137,70)
#BC975D
(188,151,93)
#C5A574
(197,165,116)
#CEB38B
(206,179,139)
#D7C1A2
(215,193,162)
#E0CFB9
(224,207,185)
#E9DDD0
(233,221,208)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985F01 color. Also use rgb(152,95,1) instead hex code.

Text Font Color

.myTextColor { color: #985F01; }

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

This text font color is #985F01.


Background Color

.myBgColor { background-color: #985F01; }

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

This div background color is #985F01.


Border color

.myBorderColor { border: 1px solid #985F01; }

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

This div border color is #985F01.


Opacity

.myOpacity80 { color: #985F01; opacity: 0.8; }

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

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

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

This text has shadow with #985F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985F01 on black background.


Color preview on white background

This text has color #985F01 on white background.



Black color preview on #985F01 background

This text has black color on #985F01 background.


White color preview on #985F01 background

This text has white color on #985F01 background.