COLOR #93747B

HEX: #93747B
RGB: (147,116,123)

Color info

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

RGB color model

#93747B color RGB value is (147,116,123).

  • red value is 147;
  • green value is 116;
  • blue value is 123.
RGB:
(147,116,123)
(58%,45%,48%)

RGB channels and saturation

R 147 of 255 = 58%
G 116 of 255 = 45%
B 123 of 255 = 48%

147
116
123

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

Portions of RGB colors in percentages

R + G + B =
147 + 116 + 123 = 386 (100%)
R 147 of 386 ~ 38.08%
G 116 of 386 ~ 30.05%
B 123 of 386 ~ 31.87%

%38.08
%30.05
%31.87

CMYK color model

#93747B color CMYK value is (0,21,16,42).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 16.33%
  • key color value is 42.35%
CMYK:
(0,21,16,42)
C0M21Y16K42 
(0%,21%,16%,42%)
(0.00/0.21/0.16/0.42)	

CMYK percentages

%0
%21.09
%16.33
%42.35

Codes

Color #93747B in popluar color models

93747B
RGB147116123
HSL346°12.55%51.57%
HSB/HSV346°21.09%57.65%
CMYK0.00%21.09%16.33%
42.35%

Color #93747B in popluar number systems.

HEX93747B
Decimal147116123
Binary1001001111101001111011
Octal223164173

Shades and tints

Shades of #93747B

#93747B
(147,116,123)
#866A70
(134,106,112)
#796065
(121,96,101)
#6C565A
(108,86,90)
#5F4C4F
(95,76,79)
#524244
(82,66,68)
#453839
(69,56,57)
#382E2E
(56,46,46)
#2B2423
(43,36,35)
#1E1A18
(30,26,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #93747B

#93747B
(147,116,123)
#9C8087
(156,128,135)
#A58C93
(165,140,147)
#AE989F
(174,152,159)
#B7A4AB
(183,164,171)
#C0B0B7
(192,176,183)
#C9BCC3
(201,188,195)
#D2C8CF
(210,200,207)
#DBD4DB
(219,212,219)
#E4E0E7
(228,224,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93747B color. Also use rgb(147,116,123) instead hex code.

Text Font Color

.myTextColor { color: #93747B; }

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

This text font color is #93747B.


Background Color

.myBgColor { background-color: #93747B; }

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

This div background color is #93747B.


Border color

.myBorderColor { border: 1px solid #93747B; }

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

This div border color is #93747B.


Opacity

.myOpacity80 { color: #93747B; opacity: 0.8; }

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

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

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

This text has shadow with #93747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93747B on black background.


Color preview on white background

This text has color #93747B on white background.



Black color preview on #93747B background

This text has black color on #93747B background.


White color preview on #93747B background

This text has white color on #93747B background.