COLOR #898B23

HEX: #898B23
RGB: (137,139,35)

Color info

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

RGB color model

#898B23 color RGB value is (137,139,35).

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

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 35 of 255 = 14%

137
139
35

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

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 35 = 311 (100%)
R 137 of 311 ~ 44.05%
G 139 of 311 ~ 44.69%
B 35 of 311 ~ 11.25%

%44.05
%44.69
%11.25

CMYK color model

#898B23 color CMYK value is (1,0,75,45).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 74.82%
  • key color value is 45.49%
CMYK:
(1,0,75,45)
C1M0Y75K45 
(1%,0%,75%,45%)
(0.01/0.00/0.75/0.45)	

CMYK percentages

%1.44
%0
%74.82
%45.49

Codes

Color #898B23 in popluar color models

898B23
RGB13713935
HSL61°59.77%34.12%
HSB/HSV61°74.82%54.51%
CMYK1.44%0.00%74.82%
45.49%

Color #898B23 in popluar number systems.

HEX898B23
Decimal13713935
Binary1000100110001011100011
Octal21121343

Shades and tints

Shades of #898B23

#898B23
(137,139,35)
#7D7F20
(125,127,32)
#71731D
(113,115,29)
#65671A
(101,103,26)
#595B17
(89,91,23)
#4D4F14
(77,79,20)
#414311
(65,67,17)
#35370E
(53,55,14)
#292B0B
(41,43,11)
#1D1F08
(29,31,8)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #898B23

#898B23
(137,139,35)
#939537
(147,149,55)
#9D9F4B
(157,159,75)
#A7A95F
(167,169,95)
#B1B373
(177,179,115)
#BBBD87
(187,189,135)
#C5C79B
(197,199,155)
#CFD1AF
(207,209,175)
#D9DBC3
(217,219,195)
#E3E5D7
(227,229,215)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898B23; }

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

This text font color is #898B23.


Background Color

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

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

This div background color is #898B23.


Border color

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

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

This div border color is #898B23.


Opacity

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

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

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

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

This text has shadow with #898B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898B23 on black background.


Color preview on white background

This text has color #898B23 on white background.



Black color preview on #898B23 background

This text has black color on #898B23 background.


White color preview on #898B23 background

This text has white color on #898B23 background.