COLOR #93785F

HEX: #93785F
RGB: (147,120,95)

Color info

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

RGB color model

#93785F color RGB value is (147,120,95).

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

RGB channels and saturation

R 147 of 255 = 58%
G 120 of 255 = 47%
B 95 of 255 = 37%

147
120
95

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

Portions of RGB colors in percentages

R + G + B =
147 + 120 + 95 = 362 (100%)
R 147 of 362 ~ 40.61%
G 120 of 362 ~ 33.15%
B 95 of 362 ~ 26.24%

%40.61
%33.15
%26.24

CMYK color model

#93785F color CMYK value is (0,18,35,42).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 35.37%
  • key color value is 42.35%
CMYK:
(0,18,35,42)
C0M18Y35K42 
(0%,18%,35%,42%)
(0.00/0.18/0.35/0.42)	

CMYK percentages

%0
%18.37
%35.37
%42.35

Codes

Color #93785F in popluar color models

93785F
RGB14712095
HSL29°21.49%47.45%
HSB/HSV29°35.37%57.65%
CMYK0.00%18.37%35.37%
42.35%

Color #93785F in popluar number systems.

HEX93785F
Decimal14712095
Binary1001001111110001011111
Octal223170137

Shades and tints

Shades of #93785F

#93785F
(147,120,95)
#866E57
(134,110,87)
#79644F
(121,100,79)
#6C5A47
(108,90,71)
#5F503F
(95,80,63)
#524637
(82,70,55)
#453C2F
(69,60,47)
#383227
(56,50,39)
#2B281F
(43,40,31)
#1E1E17
(30,30,23)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #93785F

#93785F
(147,120,95)
#9C846D
(156,132,109)
#A5907B
(165,144,123)
#AE9C89
(174,156,137)
#B7A897
(183,168,151)
#C0B4A5
(192,180,165)
#C9C0B3
(201,192,179)
#D2CCC1
(210,204,193)
#DBD8CF
(219,216,207)
#E4E4DD
(228,228,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93785F; }

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

This text font color is #93785F.


Background Color

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

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

This div background color is #93785F.


Border color

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

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

This div border color is #93785F.


Opacity

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

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

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

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

This text has shadow with #93785F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93785F on black background.


Color preview on white background

This text has color #93785F on white background.



Black color preview on #93785F background

This text has black color on #93785F background.


White color preview on #93785F background

This text has white color on #93785F background.