COLOR #898270

HEX: #898270 RGB: (137,130,112)

Color info

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

RGB color model

#898270 color RGB value is (137,130,112).

RGB: (137,130,112) (54%, 51%, 44%)

RGB channels and saturation

R 137 of 255 = 54%
G 130 of 255 = 51%
B 112 of 255 = 44%

137
130
112

R + G + B ~ 50%. #898270 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 130 + 112 = 379 (100%)
R 137 of 379 ~ 36.15%
G 130 of 379 ~ 34.3%
B 112 of 379 ~ 29.55'%

%36.15
%34.3
%29.55

CMYK color model

#898270 color CMYK value is (0,5,18,46).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 18.25%
  • key color value is 46.27%

CMYK: (0,5,18,46)
C0M5Y18K46 (0%, 5%, 18%, 46%)
(0.00 / 0.05 / 0.18 / 0.46)

CMYK percentages

%0
%5.11
%18.25
%46.27

Codes

Color #898270 in popluar color models

89 82 70
RGB 137 130 112
HSL 43° 10.04% 48.82%
HSB/HSV 43° 18.25% 53.73%
CMYK 0.00% 5.11% 18.25%
46.27%

Color #898270 in popluar number systems.

HEX 89 82 70
Decimal 137 130 112
Binary 10001001 10000010 1110000
Octal 211 202 160

Shades and tints

Shades of #898270

#898270
(137,130,112)
#7D7766
(125,119,102)
#716C5C
(113,108,92)
#656152
(101,97,82)
#595648
(89,86,72)
#4D4B3E
(77,75,62)
#414034
(65,64,52)
#35352A
(53,53,42)
#292A20
(41,42,32)
#1D1F16
(29,31,22)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #898270

#898270
(137,130,112)
#938D7D
(147,141,125)
#9D988A
(157,152,138)
#A7A397
(167,163,151)
#B1AEA4
(177,174,164)
#BBB9B1
(187,185,177)
#C5C4BE
(197,196,190)
#CFCFCB
(207,207,203)
#D9DAD8
(217,218,216)
#E3E5E5
(227,229,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898270 color. Also use rgb(137,130,112) instead hex code.

Text Font Color

.myTextColor { color: #898270; }

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

This text font color is #898270.

Background Color

.myBgColor { background-color: #898270; }

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

This div background color is #898270.

Border color

.myBorderColor { border: 1px solid #898270; }

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

This div border color is #898270.

Opacity

.myOpacity80 { color: #898270; opacity: 0.8; }

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

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

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

This text has shadow with #898270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898270.

Preview

Color preview on black background

This text has color #898270 on black background.


Color preview on white background

This text has color #898270 on white background.


Black color preview on #898270 background

This text has black color on #898270 background.


White color preview on #898270 background

This text has white color on #898270 background.


Related colors

Complementary color

Complementary color for #hex is #767D8F.


I love getcolorcode.com

Triadic colors

1 #708982 and #827089 with #898270 are triadic colors.

2 #708289 and #828970 with #898270 are triadic colors.