COLOR #898F60

HEX: #898F60
RGB: (137,143,96)

Color info

#898F60 contains red, green and blue colors in about the same proportion. Web safe color of #898F60 is #999966 (or #996).

RGB color model

#898F60 color RGB value is (137,143,96).

  • red value is 137;
  • green value is 143;
  • blue value is 96.
RGB:
(137,143,96)
(54%,56%,38%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 96 of 255 = 38%

137
143
96

R + G + B ~ 49%. #898F60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 143 + 96 = 376 (100%)
R 137 of 376 ~ 36.44%
G 143 of 376 ~ 38.03%
B 96 of 376 ~ 25.53%

%36.44
%38.03
%25.53

CMYK color model

#898F60 color CMYK value is (4,0,33,44).

  • cyan value is 4.20%
  • magenta value is 0.00%
  • yellow value is 32.87%
  • key color value is 43.92%
CMYK:
(4,0,33,44)
C4M0Y33K44 
(4%,0%,33%,44%)
(0.04/0.00/0.33/0.44)	

CMYK percentages

%4.2
%0
%32.87
%43.92

Codes

Color #898F60 in popluar color models

898F60
RGB13714396
HSL68°19.67%46.86%
HSB/HSV68°32.87%56.08%
CMYK4.20%0.00%32.87%
43.92%

Color #898F60 in popluar number systems.

HEX898F60
Decimal13714396
Binary10001001100011111100000
Octal211217140

Shades and tints

Shades of #898F60

#898F60
(137,143,96)
#7D8258
(125,130,88)
#717550
(113,117,80)
#656848
(101,104,72)
#595B40
(89,91,64)
#4D4E38
(77,78,56)
#414130
(65,65,48)
#353428
(53,52,40)
#292720
(41,39,32)
#1D1A18
(29,26,24)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #898F60

#898F60
(137,143,96)
#93996E
(147,153,110)
#9DA37C
(157,163,124)
#A7AD8A
(167,173,138)
#B1B798
(177,183,152)
#BBC1A6
(187,193,166)
#C5CBB4
(197,203,180)
#CFD5C2
(207,213,194)
#D9DFD0
(217,223,208)
#E3E9DE
(227,233,222)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898F60 color. Also use rgb(137,143,96) instead hex code.

Text Font Color

.myTextColor { color: #898F60; }

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

This text font color is #898F60.


Background Color

.myBgColor { background-color: #898F60; }

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

This div background color is #898F60.


Border color

.myBorderColor { border: 1px solid #898F60; }

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

This div border color is #898F60.


Opacity

.myOpacity80 { color: #898F60; opacity: 0.8; }

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

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

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

This text has shadow with #898F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898F60 on black background.


Color preview on white background

This text has color #898F60 on white background.



Black color preview on #898F60 background

This text has black color on #898F60 background.


White color preview on #898F60 background

This text has white color on #898F60 background.