COLOR #93716C

HEX: #93716C
RGB: (147,113,108)

Color info

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

RGB color model

#93716C color RGB value is (147,113,108).

  • red value is 147;
  • green value is 113;
  • blue value is 108.
RGB:
(147,113,108)
(58%,44%,42%)

RGB channels and saturation

R 147 of 255 = 58%
G 113 of 255 = 44%
B 108 of 255 = 42%

147
113
108

R + G + B ~ 48%. #93716C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 113 + 108 = 368 (100%)
R 147 of 368 ~ 39.95%
G 113 of 368 ~ 30.71%
B 108 of 368 ~ 29.35%

%39.95
%30.71
%29.35

CMYK color model

#93716C color CMYK value is (0,23,27,42).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 26.53%
  • key color value is 42.35%
CMYK:
(0,23,27,42)
C0M23Y27K42 
(0%,23%,27%,42%)
(0.00/0.23/0.27/0.42)	

CMYK percentages

%0
%23.13
%26.53
%42.35

Codes

Color #93716C in popluar color models

93716C
RGB147113108
HSL15.29%50.00%
HSB/HSV26.53%57.65%
CMYK0.00%23.13%26.53%
42.35%

Color #93716C in popluar number systems.

HEX93716C
Decimal147113108
Binary1001001111100011101100
Octal223161154

Shades and tints

Shades of #93716C

#93716C
(147,113,108)
#866763
(134,103,99)
#795D5A
(121,93,90)
#6C5351
(108,83,81)
#5F4948
(95,73,72)
#523F3F
(82,63,63)
#453536
(69,53,54)
#382B2D
(56,43,45)
#2B2124
(43,33,36)
#1E171B
(30,23,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #93716C

#93716C
(147,113,108)
#9C7D79
(156,125,121)
#A58986
(165,137,134)
#AE9593
(174,149,147)
#B7A1A0
(183,161,160)
#C0ADAD
(192,173,173)
#C9B9BA
(201,185,186)
#D2C5C7
(210,197,199)
#DBD1D4
(219,209,212)
#E4DDE1
(228,221,225)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93716C color. Also use rgb(147,113,108) instead hex code.

Text Font Color

.myTextColor { color: #93716C; }

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

This text font color is #93716C.


Background Color

.myBgColor { background-color: #93716C; }

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

This div background color is #93716C.


Border color

.myBorderColor { border: 1px solid #93716C; }

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

This div border color is #93716C.


Opacity

.myOpacity80 { color: #93716C; opacity: 0.8; }

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

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

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

This text has shadow with #93716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93716C on black background.


Color preview on white background

This text has color #93716C on white background.



Black color preview on #93716C background

This text has black color on #93716C background.


White color preview on #93716C background

This text has white color on #93716C background.