COLOR #898734

HEX: #898734
RGB: (137,135,52)

Color info

#898734 contains mainly red and green colors. Web safe color of #898734 is #999933 (or #993).

RGB color model

#898734 color RGB value is (137,135,52).

  • red value is 137;
  • green value is 135;
  • blue value is 52.
RGB:
(137,135,52)
(54%,53%,20%)

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 52 of 255 = 20%

137
135
52

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

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 52 = 324 (100%)
R 137 of 324 ~ 42.28%
G 135 of 324 ~ 41.67%
B 52 of 324 ~ 16.05%

%42.28
%41.67
%16.05

CMYK color model

#898734 color CMYK value is (0,1,62,46).

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 62.04%
  • key color value is 46.27%
CMYK:
(0,1,62,46)
C0M1Y62K46 
(0%,1%,62%,46%)
(0.00/0.01/0.62/0.46)	

CMYK percentages

%0
%1.46
%62.04
%46.27

Codes

Color #898734 in popluar color models

898734
RGB13713552
HSL59°44.97%37.06%
HSB/HSV59°62.04%53.73%
CMYK0.00%1.46%62.04%
46.27%

Color #898734 in popluar number systems.

HEX898734
Decimal13713552
Binary1000100110000111110100
Octal21120764

Shades and tints

Shades of #898734

#898734
(137,135,52)
#7D7B30
(125,123,48)
#716F2C
(113,111,44)
#656328
(101,99,40)
#595724
(89,87,36)
#4D4B20
(77,75,32)
#413F1C
(65,63,28)
#353318
(53,51,24)
#292714
(41,39,20)
#1D1B10
(29,27,16)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #898734

#898734
(137,135,52)
#939146
(147,145,70)
#9D9B58
(157,155,88)
#A7A56A
(167,165,106)
#B1AF7C
(177,175,124)
#BBB98E
(187,185,142)
#C5C3A0
(197,195,160)
#CFCDB2
(207,205,178)
#D9D7C4
(217,215,196)
#E3E1D6
(227,225,214)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898734; }

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

This text font color is #898734.


Background Color

.myBgColor { background-color: #898734; }

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

This div background color is #898734.


Border color

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

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

This div border color is #898734.


Opacity

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

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

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

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

This text has shadow with #898734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898734 on black background.


Color preview on white background

This text has color #898734 on white background.



Black color preview on #898734 background

This text has black color on #898734 background.


White color preview on #898734 background

This text has white color on #898734 background.