COLOR #898C39

HEX: #898C39
RGB: (137,140,57)

Color info

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

RGB color model

#898C39 color RGB value is (137,140,57).

  • red value is 137;
  • green value is 140;
  • blue value is 57.
RGB:
(137,140,57)
(54%,55%,22%)

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 57 of 255 = 22%

137
140
57

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

Portions of RGB colors in percentages

R + G + B =
137 + 140 + 57 = 334 (100%)
R 137 of 334 ~ 41.02%
G 140 of 334 ~ 41.92%
B 57 of 334 ~ 17.07%

%41.02
%41.92
%17.07

CMYK color model

#898C39 color CMYK value is (2,0,59,45).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 59.29%
  • key color value is 45.10%
CMYK:
(2,0,59,45)
C2M0Y59K45 
(2%,0%,59%,45%)
(0.02/0.00/0.59/0.45)	

CMYK percentages

%2.14
%0
%59.29
%45.1

Codes

Color #898C39 in popluar color models

898C39
RGB13714057
HSL62°42.13%38.63%
HSB/HSV62°59.29%54.90%
CMYK2.14%0.00%59.29%
45.10%

Color #898C39 in popluar number systems.

HEX898C39
Decimal13714057
Binary1000100110001100111001
Octal21121471

Shades and tints

Shades of #898C39

#898C39
(137,140,57)
#7D8034
(125,128,52)
#71742F
(113,116,47)
#65682A
(101,104,42)
#595C25
(89,92,37)
#4D5020
(77,80,32)
#41441B
(65,68,27)
#353816
(53,56,22)
#292C11
(41,44,17)
#1D200C
(29,32,12)
#111407
(17,20,7)
#000000
(0,0,0)

Tints of #898C39

#898C39
(137,140,57)
#93964B
(147,150,75)
#9DA05D
(157,160,93)
#A7AA6F
(167,170,111)
#B1B481
(177,180,129)
#BBBE93
(187,190,147)
#C5C8A5
(197,200,165)
#CFD2B7
(207,210,183)
#D9DCC9
(217,220,201)
#E3E6DB
(227,230,219)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898C39 color. Also use rgb(137,140,57) instead hex code.

Text Font Color

.myTextColor { color: #898C39; }

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

This text font color is #898C39.


Background Color

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

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

This div background color is #898C39.


Border color

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

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

This div border color is #898C39.


Opacity

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

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

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

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

This text has shadow with #898C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898C39 on black background.


Color preview on white background

This text has color #898C39 on white background.



Black color preview on #898C39 background

This text has black color on #898C39 background.


White color preview on #898C39 background

This text has white color on #898C39 background.