COLOR #898F5A

HEX: #898F5A
RGB: (137,143,90)

Color info

#898F5A contains red, green and blue colors in about the same proportion. Web safe color of #898F5A is #999966 (or #996).

RGB color model

#898F5A color RGB value is (137,143,90).

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

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 90 of 255 = 35%

137
143
90

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

Portions of RGB colors in percentages

R + G + B =
137 + 143 + 90 = 370 (100%)
R 137 of 370 ~ 37.03%
G 143 of 370 ~ 38.65%
B 90 of 370 ~ 24.32%

%37.03
%38.65
%24.32

CMYK color model

#898F5A color CMYK value is (4,0,37,44).

  • cyan value is 4.20%
  • magenta value is 0.00%
  • yellow value is 37.06%
  • key color value is 43.92%
CMYK:
(4,0,37,44)
C4M0Y37K44 
(4%,0%,37%,44%)
(0.04/0.00/0.37/0.44)	

CMYK percentages

%4.2
%0
%37.06
%43.92

Codes

Color #898F5A in popluar color models

898F5A
RGB13714390
HSL67°22.75%45.69%
HSB/HSV67°37.06%56.08%
CMYK4.20%0.00%37.06%
43.92%

Color #898F5A in popluar number systems.

HEX898F5A
Decimal13714390
Binary10001001100011111011010
Octal211217132

Shades and tints

Shades of #898F5A

#898F5A
(137,143,90)
#7D8252
(125,130,82)
#71754A
(113,117,74)
#656842
(101,104,66)
#595B3A
(89,91,58)
#4D4E32
(77,78,50)
#41412A
(65,65,42)
#353422
(53,52,34)
#29271A
(41,39,26)
#1D1A12
(29,26,18)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #898F5A

#898F5A
(137,143,90)
#939969
(147,153,105)
#9DA378
(157,163,120)
#A7AD87
(167,173,135)
#B1B796
(177,183,150)
#BBC1A5
(187,193,165)
#C5CBB4
(197,203,180)
#CFD5C3
(207,213,195)
#D9DFD2
(217,223,210)
#E3E9E1
(227,233,225)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898F5A; }

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

This text font color is #898F5A.


Background Color

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

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

This div background color is #898F5A.


Border color

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

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

This div border color is #898F5A.


Opacity

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

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

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

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

This text has shadow with #898F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898F5A on black background.


Color preview on white background

This text has color #898F5A on white background.



Black color preview on #898F5A background

This text has black color on #898F5A background.


White color preview on #898F5A background

This text has white color on #898F5A background.