COLOR #897C4B

HEX: #897C4B RGB: (137,124,75)

Color info

#897C4B contains mainly red and green colors. Web safe color of #897C4B is #996633 (or #963).

RGB color model

#897C4B color RGB value is (137,124,75).

RGB: (137,124,75) (54%, 49%, 29%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 75 of 255 = 29%

137
124
75

R + G + B ~ 44%. #897C4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 124 + 75 = 336 (100%)
R 137 of 336 ~ 40.77%
G 124 of 336 ~ 36.9%
B 75 of 336 ~ 22.32'%

%40.77
%36.9
%22.32

CMYK color model

#897C4B color CMYK value is (0,9,45,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 45.26%
  • key color value is 46.27%
CMYK: (0,9,45,46) C0M9Y45K46 (0%,9%,45%,46%) (0.00/0.09/0.45/0.46) 

CMYK percentages

%0
%9.49
%45.26
%46.27

Codes

Color #897C4B in popluar color models

89 7C 4B
RGB 137 124 75
HSL 47° 29.25% 41.57%
HSB/HSV 47° 45.26% 53.73%
CMYK 0.00% 9.49% 45.26%
46.27%

Color #897C4B in popluar number systems.

HEX 89 7C 4B
Decimal 137 124 75
Binary 10001001 1111100 1001011
Octal 211 174 113

Shades and tints

Shades of #897C4B

#897C4B
(137,124,75)
#7D7145
(125,113,69)
#71663F
(113,102,63)
#655B39
(101,91,57)
#595033
(89,80,51)
#4D452D
(77,69,45)
#413A27
(65,58,39)
#352F21
(53,47,33)
#29241B
(41,36,27)
#1D1915
(29,25,21)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #897C4B

#897C4B
(137,124,75)
#93875B
(147,135,91)
#9D926B
(157,146,107)
#A79D7B
(167,157,123)
#B1A88B
(177,168,139)
#BBB39B
(187,179,155)
#C5BEAB
(197,190,171)
#CFC9BB
(207,201,187)
#D9D4CB
(217,212,203)
#E3DFDB
(227,223,219)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897C4B color. Also use rgb(137,124,75) instead hex code.

Text Font Color

.myTextColor { color: #897C4B; }

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

This text font color is #897C4B.

Background Color

.myBgColor { background-color: #897C4B; }

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

This div background color is #897C4B.

Border color

.myBorderColor { border: 1px solid #897C4B; }

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

This div border color is #897C4B.

Opacity

.myOpacity80 { color: #897C4B; opacity: 0.8; }

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

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

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

This text has shadow with #897C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897C4B.

Preview

Color preview on black background

This text has color #897C4B on black background.


Color preview on white background

This text has color #897C4B on white background.


Black color preview on #897C4B background

This text has black color on #897C4B background.


White color preview on #897C4B background

This text has white color on #897C4B background.


Related colors

Complementary color

Complementary color for #hex is #7683B4.


I love getcolorcode.com

Triadic colors

1 #4B897C and #7C4B89 with #897C4B are triadic colors.

2 #4B7C89 and #7C894B with #897C4B are triadic colors.