COLOR #896E4B

HEX: #896E4B RGB: (137,110,75)

Color info

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

RGB color model

#896E4B color RGB value is (137,110,75).

RGB: (137,110,75) (54%, 43%, 29%)

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 75 of 255 = 29%

137
110
75

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

Portions of RGB colors in percentages

R + G + B = 137 + 110 + 75 = 322 (100%)
R 137 of 322 ~ 42.55%
G 110 of 322 ~ 34.16%
B 75 of 322 ~ 23.29'%

%42.55
%34.16
%23.29

CMYK color model

#896E4B color CMYK value is (0,20,45,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 45.26%
  • key color value is 46.27%

CMYK: (0,20,45,46)
C0M20Y45K46 (0%, 20%, 45%, 46%)
(0.00 / 0.20 / 0.45 / 0.46)

CMYK percentages

%0
%19.71
%45.26
%46.27

Codes

Color #896E4B in popluar color models

89 6E 4B
RGB 137 110 75
HSL 34° 29.25% 41.57%
HSB/HSV 34° 45.26% 53.73%
CMYK 0.00% 19.71% 45.26%
46.27%

Color #896E4B in popluar number systems.

HEX 89 6E 4B
Decimal 137 110 75
Binary 10001001 1101110 1001011
Octal 211 156 113

Shades and tints

Shades of #896E4B

#896E4B
(137,110,75)
#7D6445
(125,100,69)
#715A3F
(113,90,63)
#655039
(101,80,57)
#594633
(89,70,51)
#4D3C2D
(77,60,45)
#413227
(65,50,39)
#352821
(53,40,33)
#291E1B
(41,30,27)
#1D1415
(29,20,21)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #896E4B

#896E4B
(137,110,75)
#937B5B
(147,123,91)
#9D886B
(157,136,107)
#A7957B
(167,149,123)
#B1A28B
(177,162,139)
#BBAF9B
(187,175,155)
#C5BCAB
(197,188,171)
#CFC9BB
(207,201,187)
#D9D6CB
(217,214,203)
#E3E3DB
(227,227,219)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896E4B color. Also use rgb(137,110,75) instead hex code.

Text Font Color

.myTextColor { color: #896E4B; }

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

This text font color is #896E4B.

Background Color

.myBgColor { background-color: #896E4B; }

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

This div background color is #896E4B.

Border color

.myBorderColor { border: 1px solid #896E4B; }

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

This div border color is #896E4B.

Opacity

.myOpacity80 { color: #896E4B; opacity: 0.8; }

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

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

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

This text has shadow with #896E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896E4B.

Preview

Color preview on black background

This text has color #896E4B on black background.


Color preview on white background

This text has color #896E4B on white background.


Black color preview on #896E4B background

This text has black color on #896E4B background.


White color preview on #896E4B background

This text has white color on #896E4B background.


Related colors

Complementary color

Complementary color for #hex is #7691B4.


I love getcolorcode.com

Triadic colors

1 #4B896E and #6E4B89 with #896E4B are triadic colors.

2 #4B6E89 and #6E894B with #896E4B are triadic colors.