COLOR #895533

HEX: #895533
RGB: (137,85,51)

Color info

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

RGB color model

#895533 color RGB value is (137,85,51).

  • red value is 137;
  • green value is 85;
  • blue value is 51.
RGB:
(137,85,51)
(54%,33%,20%)

RGB channels and saturation

R 137 of 255 = 54%
G 85 of 255 = 33%
B 51 of 255 = 20%

137
85
51

R + G + B ~ 36%. #895533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 85 + 51 = 273 (100%)
R 137 of 273 ~ 50.18%
G 85 of 273 ~ 31.14%
B 51 of 273 ~ 18.68%

%50.18
%31.14
%18.68

CMYK color model

#895533 color CMYK value is (0,38,63,46).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 62.77%
  • key color value is 46.27%
CMYK:
(0,38,63,46)
C0M38Y63K46 
(0%,38%,63%,46%)
(0.00/0.38/0.63/0.46)	

CMYK percentages

%0
%37.96
%62.77
%46.27

Codes

Color #895533 in popluar color models

895533
RGB1378551
HSL24°45.74%36.86%
HSB/HSV24°62.77%53.73%
CMYK0.00%37.96%62.77%
46.27%

Color #895533 in popluar number systems.

HEX895533
Decimal1378551
Binary100010011010101110011
Octal21112563

Shades and tints

Shades of #895533

#895533
(137,85,51)
#7D4E2F
(125,78,47)
#71472B
(113,71,43)
#654027
(101,64,39)
#593923
(89,57,35)
#4D321F
(77,50,31)
#412B1B
(65,43,27)
#352417
(53,36,23)
#291D13
(41,29,19)
#1D160F
(29,22,15)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #895533

#895533
(137,85,51)
#936445
(147,100,69)
#9D7357
(157,115,87)
#A78269
(167,130,105)
#B1917B
(177,145,123)
#BBA08D
(187,160,141)
#C5AF9F
(197,175,159)
#CFBEB1
(207,190,177)
#D9CDC3
(217,205,195)
#E3DCD5
(227,220,213)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895533; }

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

This text font color is #895533.


Background Color

.myBgColor { background-color: #895533; }

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

This div background color is #895533.


Border color

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

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

This div border color is #895533.


Opacity

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

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

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

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

This text has shadow with #895533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895533 on black background.


Color preview on white background

This text has color #895533 on white background.



Black color preview on #895533 background

This text has black color on #895533 background.


White color preview on #895533 background

This text has white color on #895533 background.