COLOR #897F03

HEX: #897F03
RGB: (137,127,3)

Color info

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

RGB color model

#897F03 color RGB value is (137,127,3).

  • red value is 137;
  • green value is 127;
  • blue value is 3.
RGB:
(137,127,3)
(54%,50%,1%)

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 3 of 255 = 1%

137
127
3

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

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 3 = 267 (100%)
R 137 of 267 ~ 51.31%
G 127 of 267 ~ 47.57%
B 3 of 267 ~ 1.12%

%51.31
%47.57

CMYK color model

#897F03 color CMYK value is (0,7,98,46).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 97.81%
  • key color value is 46.27%
CMYK:
(0,7,98,46)
C0M7Y98K46 
(0%,7%,98%,46%)
(0.00/0.07/0.98/0.46)	

CMYK percentages

%0
%7.3
%97.81
%46.27

Codes

Color #897F03 in popluar color models

897F03
RGB1371273
HSL56°95.71%27.45%
HSB/HSV56°97.81%53.73%
CMYK0.00%7.30%97.81%
46.27%

Color #897F03 in popluar number systems.

HEX897F03
Decimal1371273
Binary10001001111111111
Octal2111773

Shades and tints

Shades of #897F03

#897F03
(137,127,3)
#7D7403
(125,116,3)
#716903
(113,105,3)
#655E03
(101,94,3)
#595303
(89,83,3)
#4D4803
(77,72,3)
#413D03
(65,61,3)
#353203
(53,50,3)
#292703
(41,39,3)
#1D1C03
(29,28,3)
#111103
(17,17,3)
#000000
(0,0,0)

Tints of #897F03

#897F03
(137,127,3)
#938A19
(147,138,25)
#9D952F
(157,149,47)
#A7A045
(167,160,69)
#B1AB5B
(177,171,91)
#BBB671
(187,182,113)
#C5C187
(197,193,135)
#CFCC9D
(207,204,157)
#D9D7B3
(217,215,179)
#E3E2C9
(227,226,201)
#EDEDDF
(237,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897F03 color. Also use rgb(137,127,3) instead hex code.

Text Font Color

.myTextColor { color: #897F03; }

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

This text font color is #897F03.


Background Color

.myBgColor { background-color: #897F03; }

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

This div background color is #897F03.


Border color

.myBorderColor { border: 1px solid #897F03; }

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

This div border color is #897F03.


Opacity

.myOpacity80 { color: #897F03; opacity: 0.8; }

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

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

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

This text has shadow with #897F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897F03 on black background.


Color preview on white background

This text has color #897F03 on white background.



Black color preview on #897F03 background

This text has black color on #897F03 background.


White color preview on #897F03 background

This text has white color on #897F03 background.