COLOR #898F3E

HEX: #898F3E
RGB: (137,143,62)

Color info

#898F3E contains mainly red and green colors. Web safe color of #898F3E is #999933 (or #993).

RGB color model

#898F3E color RGB value is (137,143,62).

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

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 62 of 255 = 24%

137
143
62

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

Portions of RGB colors in percentages

R + G + B =
137 + 143 + 62 = 342 (100%)
R 137 of 342 ~ 40.06%
G 143 of 342 ~ 41.81%
B 62 of 342 ~ 18.13%

%40.06
%41.81
%18.13

CMYK color model

#898F3E color CMYK value is (4,0,57,44).

  • cyan value is 4.20%
  • magenta value is 0.00%
  • yellow value is 56.64%
  • key color value is 43.92%
CMYK:
(4,0,57,44)
C4M0Y57K44 
(4%,0%,57%,44%)
(0.04/0.00/0.57/0.44)	

CMYK percentages

%4.2
%0
%56.64
%43.92

Codes

Color #898F3E in popluar color models

898F3E
RGB13714362
HSL64°39.51%40.20%
HSB/HSV64°56.64%56.08%
CMYK4.20%0.00%56.64%
43.92%

Color #898F3E in popluar number systems.

HEX898F3E
Decimal13714362
Binary1000100110001111111110
Octal21121776

Shades and tints

Shades of #898F3E

#898F3E
(137,143,62)
#7D8239
(125,130,57)
#717534
(113,117,52)
#65682F
(101,104,47)
#595B2A
(89,91,42)
#4D4E25
(77,78,37)
#414120
(65,65,32)
#35341B
(53,52,27)
#292716
(41,39,22)
#1D1A11
(29,26,17)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #898F3E

#898F3E
(137,143,62)
#93994F
(147,153,79)
#9DA360
(157,163,96)
#A7AD71
(167,173,113)
#B1B782
(177,183,130)
#BBC193
(187,193,147)
#C5CBA4
(197,203,164)
#CFD5B5
(207,213,181)
#D9DFC6
(217,223,198)
#E3E9D7
(227,233,215)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898F3E; }

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

This text font color is #898F3E.


Background Color

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

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

This div background color is #898F3E.


Border color

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

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

This div border color is #898F3E.


Opacity

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

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

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

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

This text has shadow with #898F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898F3E on black background.


Color preview on white background

This text has color #898F3E on white background.



Black color preview on #898F3E background

This text has black color on #898F3E background.


White color preview on #898F3E background

This text has white color on #898F3E background.