COLOR #93786F

HEX: #93786F
RGB: (147,120,111)

Color info

#93786F contains red, green and blue colors in about the same proportion. Web safe color of #93786F is #996666 (or #966).

RGB color model

#93786F color RGB value is (147,120,111).

  • red value is 147;
  • green value is 120;
  • blue value is 111.
RGB:
(147,120,111)
(58%,47%,44%)

RGB channels and saturation

R 147 of 255 = 58%
G 120 of 255 = 47%
B 111 of 255 = 44%

147
120
111

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

Portions of RGB colors in percentages

R + G + B =
147 + 120 + 111 = 378 (100%)
R 147 of 378 ~ 38.89%
G 120 of 378 ~ 31.75%
B 111 of 378 ~ 29.37%

%38.89
%31.75
%29.37

CMYK color model

#93786F color CMYK value is (0,18,24,42).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 24.49%
  • key color value is 42.35%
CMYK:
(0,18,24,42)
C0M18Y24K42 
(0%,18%,24%,42%)
(0.00/0.18/0.24/0.42)	

CMYK percentages

%0
%18.37
%24.49
%42.35

Codes

Color #93786F in popluar color models

93786F
RGB147120111
HSL15°14.29%50.59%
HSB/HSV15°24.49%57.65%
CMYK0.00%18.37%24.49%
42.35%

Color #93786F in popluar number systems.

HEX93786F
Decimal147120111
Binary1001001111110001101111
Octal223170157

Shades and tints

Shades of #93786F

#93786F
(147,120,111)
#866E65
(134,110,101)
#79645B
(121,100,91)
#6C5A51
(108,90,81)
#5F5047
(95,80,71)
#52463D
(82,70,61)
#453C33
(69,60,51)
#383229
(56,50,41)
#2B281F
(43,40,31)
#1E1E15
(30,30,21)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #93786F

#93786F
(147,120,111)
#9C847C
(156,132,124)
#A59089
(165,144,137)
#AE9C96
(174,156,150)
#B7A8A3
(183,168,163)
#C0B4B0
(192,180,176)
#C9C0BD
(201,192,189)
#D2CCCA
(210,204,202)
#DBD8D7
(219,216,215)
#E4E4E4
(228,228,228)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93786F color. Also use rgb(147,120,111) instead hex code.

Text Font Color

.myTextColor { color: #93786F; }

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

This text font color is #93786F.


Background Color

.myBgColor { background-color: #93786F; }

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

This div background color is #93786F.


Border color

.myBorderColor { border: 1px solid #93786F; }

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

This div border color is #93786F.


Opacity

.myOpacity80 { color: #93786F; opacity: 0.8; }

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

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

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

This text has shadow with #93786F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93786F on black background.


Color preview on white background

This text has color #93786F on white background.



Black color preview on #93786F background

This text has black color on #93786F background.


White color preview on #93786F background

This text has white color on #93786F background.