COLOR #895348

HEX: #895348
RGB: (137,83,72)

Color info

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

RGB color model

#895348 color RGB value is (137,83,72).

  • red value is 137;
  • green value is 83;
  • blue value is 72.
RGB:
(137,83,72)
(54%,33%,28%)

RGB channels and saturation

R 137 of 255 = 54%
G 83 of 255 = 33%
B 72 of 255 = 28%

137
83
72

R + G + B ~ 38%. #895348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 83 + 72 = 292 (100%)
R 137 of 292 ~ 46.92%
G 83 of 292 ~ 28.42%
B 72 of 292 ~ 24.66%

%46.92
%28.42
%24.66

CMYK color model

#895348 color CMYK value is (0,39,47,46).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 47.45%
  • key color value is 46.27%
CMYK:
(0,39,47,46)
C0M39Y47K46 
(0%,39%,47%,46%)
(0.00/0.39/0.47/0.46)	

CMYK percentages

%0
%39.42
%47.45
%46.27

Codes

Color #895348 in popluar color models

895348
RGB1378372
HSL10°31.10%40.98%
HSB/HSV10°47.45%53.73%
CMYK0.00%39.42%47.45%
46.27%

Color #895348 in popluar number systems.

HEX895348
Decimal1378372
Binary1000100110100111001000
Octal211123110

Shades and tints

Shades of #895348

#895348
(137,83,72)
#7D4C42
(125,76,66)
#71453C
(113,69,60)
#653E36
(101,62,54)
#593730
(89,55,48)
#4D302A
(77,48,42)
#412924
(65,41,36)
#35221E
(53,34,30)
#291B18
(41,27,24)
#1D1412
(29,20,18)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #895348

#895348
(137,83,72)
#936258
(147,98,88)
#9D7168
(157,113,104)
#A78078
(167,128,120)
#B18F88
(177,143,136)
#BB9E98
(187,158,152)
#C5ADA8
(197,173,168)
#CFBCB8
(207,188,184)
#D9CBC8
(217,203,200)
#E3DAD8
(227,218,216)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895348 color. Also use rgb(137,83,72) instead hex code.

Text Font Color

.myTextColor { color: #895348; }

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

This text font color is #895348.


Background Color

.myBgColor { background-color: #895348; }

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

This div background color is #895348.


Border color

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

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

This div border color is #895348.


Opacity

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

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

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

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

This text has shadow with #895348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895348 on black background.


Color preview on white background

This text has color #895348 on white background.



Black color preview on #895348 background

This text has black color on #895348 background.


White color preview on #895348 background

This text has white color on #895348 background.