COLOR #895F4A

HEX: #895F4A RGB: (137,95,74)

Color info

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

RGB color model

#895F4A color RGB value is (137,95,74).

RGB: (137,95,74) (54%, 37%, 29%)

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 74 of 255 = 29%

137
95
74

R + G + B ~ 40%. #895F4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 95 + 74 = 306 (100%)
R 137 of 306 ~ 44.77%
G 95 of 306 ~ 31.05%
B 74 of 306 ~ 24.18'%

%44.77
%31.05
%24.18

CMYK color model

#895F4A color CMYK value is (0,31,46,46).

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 45.99%
  • key color value is 46.27%
CMYK: (0,31,46,46) C0M31Y46K46 (0%,31%,46%,46%) (0.00/0.31/0.46/0.46) 

CMYK percentages

%0
%30.66
%45.99
%46.27

Codes

Color #895F4A in popluar color models

89 5F 4A
RGB 137 95 74
HSL 20° 29.86% 41.37%
HSB/HSV 20° 45.99% 53.73%
CMYK 0.00% 30.66% 45.99%
46.27%

Color #895F4A in popluar number systems.

HEX 89 5F 4A
Decimal 137 95 74
Binary 10001001 1011111 1001010
Octal 211 137 112

Shades and tints

Shades of #895F4A

#895F4A
(137,95,74)
#7D5744
(125,87,68)
#714F3E
(113,79,62)
#654738
(101,71,56)
#593F32
(89,63,50)
#4D372C
(77,55,44)
#412F26
(65,47,38)
#352720
(53,39,32)
#291F1A
(41,31,26)
#1D1714
(29,23,20)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #895F4A

#895F4A
(137,95,74)
#936D5A
(147,109,90)
#9D7B6A
(157,123,106)
#A7897A
(167,137,122)
#B1978A
(177,151,138)
#BBA59A
(187,165,154)
#C5B3AA
(197,179,170)
#CFC1BA
(207,193,186)
#D9CFCA
(217,207,202)
#E3DDDA
(227,221,218)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895F4A color. Also use rgb(137,95,74) instead hex code.

Text Font Color

.myTextColor { color: #895F4A; }

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

This text font color is #895F4A.

Background Color

.myBgColor { background-color: #895F4A; }

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

This div background color is #895F4A.

Border color

.myBorderColor { border: 1px solid #895F4A; }

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

This div border color is #895F4A.

Opacity

.myOpacity80 { color: #895F4A; opacity: 0.8; }

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

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

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

This text has shadow with #895F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895F4A.

Preview

Color preview on black background

This text has color #895F4A on black background.


Color preview on white background

This text has color #895F4A on white background.


Black color preview on #895F4A background

This text has black color on #895F4A background.


White color preview on #895F4A background

This text has white color on #895F4A background.


Related colors

Complementary color

Complementary color for #hex is #76A0B5.


I love getcolorcode.com

Triadic colors

1 #4A895F and #5F4A89 with #895F4A are triadic colors.

2 #4A5F89 and #5F894A with #895F4A are triadic colors.