COLOR #897512

HEX: #897512
RGB: (137,117,18)

Color info

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

RGB color model

#897512 color RGB value is (137,117,18).

  • red value is 137;
  • green value is 117;
  • blue value is 18.
RGB:
(137,117,18)
(54%,46%,7%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 18 of 255 = 7%

137
117
18

R + G + B ~ 36%. #897512 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 18 = 272 (100%)
R 137 of 272 ~ 50.37%
G 117 of 272 ~ 43.01%
B 18 of 272 ~ 6.62%

%50.37
%43.01

CMYK color model

#897512 color CMYK value is (0,15,87,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 86.86%
  • key color value is 46.27%
CMYK:
(0,15,87,46)
C0M15Y87K46 
(0%,15%,87%,46%)
(0.00/0.15/0.87/0.46)	

CMYK percentages

%0
%14.6
%86.86
%46.27

Codes

Color #897512 in popluar color models

897512
RGB13711718
HSL50°76.77%30.39%
HSB/HSV50°86.86%53.73%
CMYK0.00%14.60%86.86%
46.27%

Color #897512 in popluar number systems.

HEX897512
Decimal13711718
Binary10001001111010110010
Octal21116522

Shades and tints

Shades of #897512

#897512
(137,117,18)
#7D6B11
(125,107,17)
#716110
(113,97,16)
#65570F
(101,87,15)
#594D0E
(89,77,14)
#4D430D
(77,67,13)
#41390C
(65,57,12)
#352F0B
(53,47,11)
#29250A
(41,37,10)
#1D1B09
(29,27,9)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #897512

#897512
(137,117,18)
#938127
(147,129,39)
#9D8D3C
(157,141,60)
#A79951
(167,153,81)
#B1A566
(177,165,102)
#BBB17B
(187,177,123)
#C5BD90
(197,189,144)
#CFC9A5
(207,201,165)
#D9D5BA
(217,213,186)
#E3E1CF
(227,225,207)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897512 color. Also use rgb(137,117,18) instead hex code.

Text Font Color

.myTextColor { color: #897512; }

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

This text font color is #897512.


Background Color

.myBgColor { background-color: #897512; }

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

This div background color is #897512.


Border color

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

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

This div border color is #897512.


Opacity

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

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

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

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

This text has shadow with #897512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897512 on black background.


Color preview on white background

This text has color #897512 on white background.



Black color preview on #897512 background

This text has black color on #897512 background.


White color preview on #897512 background

This text has white color on #897512 background.