COLOR #8D7D01

HEX: #8D7D01
RGB: (141,125,1)

Color info

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

RGB color model

#8D7D01 color RGB value is (141,125,1).

  • red value is 141;
  • green value is 125;
  • blue value is 1.
RGB:
(141,125,1)
(55%,49%,0%)

RGB channels and saturation

R 141 of 255 = 55%
G 125 of 255 = 49%
B 1 of 255 = 0%

141
125
1

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

Portions of RGB colors in percentages

R + G + B =
141 + 125 + 1 = 267 (100%)
R 141 of 267 ~ 52.81%
G 125 of 267 ~ 46.82%
B 1 of 267 ~ 0.37%

%52.81
%46.82

CMYK color model

#8D7D01 color CMYK value is (0,11,99,45).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 99.29%
  • key color value is 44.71%
CMYK:
(0,11,99,45)
C0M11Y99K45 
(0%,11%,99%,45%)
(0.00/0.11/0.99/0.45)	

CMYK percentages

%0
%11.35
%99.29
%44.71

Codes

Color #8D7D01 in popluar color models

8D7D01
RGB1411251
HSL53°98.59%27.84%
HSB/HSV53°99.29%55.29%
CMYK0.00%11.35%99.29%
44.71%

Color #8D7D01 in popluar number systems.

HEX8D7D01
Decimal1411251
Binary1000110111111011
Octal2151751

Shades and tints

Shades of #8D7D01

#8D7D01
(141,125,1)
#817201
(129,114,1)
#756701
(117,103,1)
#695C01
(105,92,1)
#5D5101
(93,81,1)
#514601
(81,70,1)
#453B01
(69,59,1)
#393001
(57,48,1)
#2D2501
(45,37,1)
#211A01
(33,26,1)
#150F01
(21,15,1)
#000000
(0,0,0)

Tints of #8D7D01

#8D7D01
(141,125,1)
#978818
(151,136,24)
#A1932F
(161,147,47)
#AB9E46
(171,158,70)
#B5A95D
(181,169,93)
#BFB474
(191,180,116)
#C9BF8B
(201,191,139)
#D3CAA2
(211,202,162)
#DDD5B9
(221,213,185)
#E7E0D0
(231,224,208)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7D01 color. Also use rgb(141,125,1) instead hex code.

Text Font Color

.myTextColor { color: #8D7D01; }

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

This text font color is #8D7D01.


Background Color

.myBgColor { background-color: #8D7D01; }

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

This div background color is #8D7D01.


Border color

.myBorderColor { border: 1px solid #8D7D01; }

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

This div border color is #8D7D01.


Opacity

.myOpacity80 { color: #8D7D01; opacity: 0.8; }

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

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

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

This text has shadow with #8D7D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7D01 on black background.


Color preview on white background

This text has color #8D7D01 on white background.



Black color preview on #8D7D01 background

This text has black color on #8D7D01 background.


White color preview on #8D7D01 background

This text has white color on #8D7D01 background.