COLOR #898E10

HEX: #898E10
RGB: (137,142,16)

Color info

#898E10 contains mainly red and green colors. Web safe color of #898E10 is #999900 (or #990).

RGB color model

#898E10 color RGB value is (137,142,16).

  • red value is 137;
  • green value is 142;
  • blue value is 16.
RGB:
(137,142,16)
(54%,56%,6%)

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 16 of 255 = 6%

137
142
16

R + G + B ~ 39%. #898E10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 142 + 16 = 295 (100%)
R 137 of 295 ~ 46.44%
G 142 of 295 ~ 48.14%
B 16 of 295 ~ 5.42%

%46.44
%48.14

CMYK color model

#898E10 color CMYK value is (4,0,89,44).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 88.73%
  • key color value is 44.31%
CMYK:
(4,0,89,44)
C4M0Y89K44 
(4%,0%,89%,44%)
(0.04/0.00/0.89/0.44)	

CMYK percentages

%3.52
%0
%88.73
%44.31

Codes

Color #898E10 in popluar color models

898E10
RGB13714216
HSL62°79.75%30.98%
HSB/HSV62°88.73%55.69%
CMYK3.52%0.00%88.73%
44.31%

Color #898E10 in popluar number systems.

HEX898E10
Decimal13714216
Binary100010011000111010000
Octal21121620

Shades and tints

Shades of #898E10

#898E10
(137,142,16)
#7D820F
(125,130,15)
#71760E
(113,118,14)
#656A0D
(101,106,13)
#595E0C
(89,94,12)
#4D520B
(77,82,11)
#41460A
(65,70,10)
#353A09
(53,58,9)
#292E08
(41,46,8)
#1D2207
(29,34,7)
#111606
(17,22,6)
#000000
(0,0,0)

Tints of #898E10

#898E10
(137,142,16)
#939825
(147,152,37)
#9DA23A
(157,162,58)
#A7AC4F
(167,172,79)
#B1B664
(177,182,100)
#BBC079
(187,192,121)
#C5CA8E
(197,202,142)
#CFD4A3
(207,212,163)
#D9DEB8
(217,222,184)
#E3E8CD
(227,232,205)
#EDF2E2
(237,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898E10 color. Also use rgb(137,142,16) instead hex code.

Text Font Color

.myTextColor { color: #898E10; }

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

This text font color is #898E10.


Background Color

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

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

This div background color is #898E10.


Border color

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

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

This div border color is #898E10.


Opacity

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

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

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

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

This text has shadow with #898E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898E10 on black background.


Color preview on white background

This text has color #898E10 on white background.



Black color preview on #898E10 background

This text has black color on #898E10 background.


White color preview on #898E10 background

This text has white color on #898E10 background.