COLOR #898F75

HEX: #898F75 RGB: (137,143,117)

Color info

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

RGB color model

#898F75 color RGB value is (137,143,117).

RGB: (137,143,117) (54%, 56%, 46%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 117 of 255 = 46%

137
143
117

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

Portions of RGB colors in percentages

R + G + B = 137 + 143 + 117 = 397 (100%)
R 137 of 397 ~ 34.51%
G 143 of 397 ~ 36.02%
B 117 of 397 ~ 29.47'%

%34.51
%36.02
%29.47

CMYK color model

#898F75 color CMYK value is (4,0,18,44).

  • cyan value is 4.20%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 43.92%

CMYK: (4,0,18,44)
C4M0Y18K44 (4%, 0%, 18%, 44%)
(0.04 / 0.00 / 0.18 / 0.44)

CMYK percentages

%4.2
%0
%18.18
%43.92

Codes

Color #898F75 in popluar color models

89 8F 75
RGB 137 143 117
HSL 74° 10.40% 50.98%
HSB/HSV 74° 18.18% 56.08%
CMYK 4.20% 0.00% 18.18%
43.92%

Color #898F75 in popluar number systems.

HEX 89 8F 75
Decimal 137 143 117
Binary 10001001 10001111 1110101
Octal 211 217 165

Shades and tints

Shades of #898F75

#898F75
(137,143,117)
#7D826B
(125,130,107)
#717561
(113,117,97)
#656857
(101,104,87)
#595B4D
(89,91,77)
#4D4E43
(77,78,67)
#414139
(65,65,57)
#35342F
(53,52,47)
#292725
(41,39,37)
#1D1A1B
(29,26,27)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #898F75

#898F75
(137,143,117)
#939981
(147,153,129)
#9DA38D
(157,163,141)
#A7AD99
(167,173,153)
#B1B7A5
(177,183,165)
#BBC1B1
(187,193,177)
#C5CBBD
(197,203,189)
#CFD5C9
(207,213,201)
#D9DFD5
(217,223,213)
#E3E9E1
(227,233,225)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898F75; }

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

This text font color is #898F75.

Background Color

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

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

This div background color is #898F75.

Border color

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

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

This div border color is #898F75.

Opacity

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

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

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

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

This text has shadow with #898F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898F75.

Preview

Color preview on black background

This text has color #898F75 on black background.


Color preview on white background

This text has color #898F75 on white background.


Black color preview on #898F75 background

This text has black color on #898F75 background.


White color preview on #898F75 background

This text has white color on #898F75 background.


Related colors

Complementary color

Complementary color for #hex is #76708A.


I love getcolorcode.com

Triadic colors

1 #75898F and #8F7589 with #898F75 are triadic colors.

2 #758F89 and #8F8975 with #898F75 are triadic colors.