COLOR #93895E

HEX: #93895E
RGB: (147,137,94)

Color info

#93895E contains red, green and blue colors in about the same proportion. Web safe color of #93895E is #999966 (or #996).

RGB color model

#93895E color RGB value is (147,137,94).

  • red value is 147;
  • green value is 137;
  • blue value is 94.
RGB:
(147,137,94)
(58%,54%,37%)

RGB channels and saturation

R 147 of 255 = 58%
G 137 of 255 = 54%
B 94 of 255 = 37%

147
137
94

R + G + B ~ 50%. #93895E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 137 + 94 = 378 (100%)
R 147 of 378 ~ 38.89%
G 137 of 378 ~ 36.24%
B 94 of 378 ~ 24.87%

%38.89
%36.24
%24.87

CMYK color model

#93895E color CMYK value is (0,7,36,42).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 36.05%
  • key color value is 42.35%
CMYK:
(0,7,36,42)
C0M7Y36K42 
(0%,7%,36%,42%)
(0.00/0.07/0.36/0.42)	

CMYK percentages

%0
%6.8
%36.05
%42.35

Codes

Color #93895E in popluar color models

93895E
RGB14713794
HSL49°21.99%47.25%
HSB/HSV49°36.05%57.65%
CMYK0.00%6.80%36.05%
42.35%

Color #93895E in popluar number systems.

HEX93895E
Decimal14713794
Binary10010011100010011011110
Octal223211136

Shades and tints

Shades of #93895E

#93895E
(147,137,94)
#867D56
(134,125,86)
#79714E
(121,113,78)
#6C6546
(108,101,70)
#5F593E
(95,89,62)
#524D36
(82,77,54)
#45412E
(69,65,46)
#383526
(56,53,38)
#2B291E
(43,41,30)
#1E1D16
(30,29,22)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #93895E

#93895E
(147,137,94)
#9C936C
(156,147,108)
#A59D7A
(165,157,122)
#AEA788
(174,167,136)
#B7B196
(183,177,150)
#C0BBA4
(192,187,164)
#C9C5B2
(201,197,178)
#D2CFC0
(210,207,192)
#DBD9CE
(219,217,206)
#E4E3DC
(228,227,220)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93895E color. Also use rgb(147,137,94) instead hex code.

Text Font Color

.myTextColor { color: #93895E; }

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

This text font color is #93895E.


Background Color

.myBgColor { background-color: #93895E; }

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

This div background color is #93895E.


Border color

.myBorderColor { border: 1px solid #93895E; }

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

This div border color is #93895E.


Opacity

.myOpacity80 { color: #93895E; opacity: 0.8; }

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

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

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

This text has shadow with #93895E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93895E on black background.


Color preview on white background

This text has color #93895E on white background.



Black color preview on #93895E background

This text has black color on #93895E background.


White color preview on #93895E background

This text has white color on #93895E background.