COLOR #898953

HEX: #898953 RGB: (137,137,83)

Color info

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

RGB color model

#898953 color RGB value is (137,137,83).

RGB: (137,137,83) (54%, 54%, 33%)

RGB channels and saturation

R 137 of 255 = 54%
G 137 of 255 = 54%
B 83 of 255 = 33%

137
137
83

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

Portions of RGB colors in percentages

R + G + B = 137 + 137 + 83 = 357 (100%)
R 137 of 357 ~ 38.38%
G 137 of 357 ~ 38.38%
B 83 of 357 ~ 23.25'%

%38.38
%38.38
%23.25

CMYK color model

#898953 color CMYK value is (0,0,39,46).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 46.27%

CMYK: (0,0,39,46)
C0M0Y39K46 (0%, 0%, 39%, 46%)
(0.00 / 0.00 / 0.39 / 0.46)

CMYK percentages

%0
%0
%39.42
%46.27

Codes

Color #898953 in popluar color models

89 89 53
RGB 137 137 83
HSL 60° 24.55% 43.14%
HSB/HSV 60° 39.42% 53.73%
CMYK 0.00% 0.00% 39.42%
46.27%

Color #898953 in popluar number systems.

HEX 89 89 53
Decimal 137 137 83
Binary 10001001 10001001 1010011
Octal 211 211 123

Shades and tints

Shades of #898953

#898953
(137,137,83)
#7D7D4C
(125,125,76)
#717145
(113,113,69)
#65653E
(101,101,62)
#595937
(89,89,55)
#4D4D30
(77,77,48)
#414129
(65,65,41)
#353522
(53,53,34)
#29291B
(41,41,27)
#1D1D14
(29,29,20)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #898953

#898953
(137,137,83)
#939362
(147,147,98)
#9D9D71
(157,157,113)
#A7A780
(167,167,128)
#B1B18F
(177,177,143)
#BBBB9E
(187,187,158)
#C5C5AD
(197,197,173)
#CFCFBC
(207,207,188)
#D9D9CB
(217,217,203)
#E3E3DA
(227,227,218)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898953; }

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

This text font color is #898953.

Background Color

.myBgColor { background-color: #898953; }

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

This div background color is #898953.

Border color

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

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

This div border color is #898953.

Opacity

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

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

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

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

This text has shadow with #898953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898953.

Preview

Color preview on black background

This text has color #898953 on black background.


Color preview on white background

This text has color #898953 on white background.


Black color preview on #898953 background

This text has black color on #898953 background.


White color preview on #898953 background

This text has white color on #898953 background.


Related colors

Complementary color

Complementary color for #hex is #7676AC.


I love getcolorcode.com