COLOR #898B3B

HEX: #898B3B
RGB: (137,139,59)

Color info

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

RGB color model

#898B3B color RGB value is (137,139,59).

  • red value is 137;
  • green value is 139;
  • blue value is 59.
RGB:
(137,139,59)
(54%,55%,23%)

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 59 of 255 = 23%

137
139
59

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

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 59 = 335 (100%)
R 137 of 335 ~ 40.9%
G 139 of 335 ~ 41.49%
B 59 of 335 ~ 17.61%

%40.9
%41.49
%17.61

CMYK color model

#898B3B color CMYK value is (1,0,58,45).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 57.55%
  • key color value is 45.49%
CMYK:
(1,0,58,45)
C1M0Y58K45 
(1%,0%,58%,45%)
(0.01/0.00/0.58/0.45)	

CMYK percentages

%1.44
%0
%57.55
%45.49

Codes

Color #898B3B in popluar color models

898B3B
RGB13713959
HSL62°40.40%38.82%
HSB/HSV62°57.55%54.51%
CMYK1.44%0.00%57.55%
45.49%

Color #898B3B in popluar number systems.

HEX898B3B
Decimal13713959
Binary1000100110001011111011
Octal21121373

Shades and tints

Shades of #898B3B

#898B3B
(137,139,59)
#7D7F36
(125,127,54)
#717331
(113,115,49)
#65672C
(101,103,44)
#595B27
(89,91,39)
#4D4F22
(77,79,34)
#41431D
(65,67,29)
#353718
(53,55,24)
#292B13
(41,43,19)
#1D1F0E
(29,31,14)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #898B3B

#898B3B
(137,139,59)
#93954C
(147,149,76)
#9D9F5D
(157,159,93)
#A7A96E
(167,169,110)
#B1B37F
(177,179,127)
#BBBD90
(187,189,144)
#C5C7A1
(197,199,161)
#CFD1B2
(207,209,178)
#D9DBC3
(217,219,195)
#E3E5D4
(227,229,212)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898B3B color. Also use rgb(137,139,59) instead hex code.

Text Font Color

.myTextColor { color: #898B3B; }

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

This text font color is #898B3B.


Background Color

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

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

This div background color is #898B3B.


Border color

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

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

This div border color is #898B3B.


Opacity

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

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

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

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

This text has shadow with #898B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898B3B on black background.


Color preview on white background

This text has color #898B3B on white background.



Black color preview on #898B3B background

This text has black color on #898B3B background.


White color preview on #898B3B background

This text has white color on #898B3B background.