COLOR #93787D

HEX: #93787D
RGB: (147,120,125)

Color info

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

RGB color model

#93787D color RGB value is (147,120,125).

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

RGB channels and saturation

R 147 of 255 = 58%
G 120 of 255 = 47%
B 125 of 255 = 49%

147
120
125

R + G + B ~ 51%. #93787D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 120 + 125 = 392 (100%)
R 147 of 392 ~ 37.5%
G 120 of 392 ~ 30.61%
B 125 of 392 ~ 31.89%

%37.5
%30.61
%31.89

CMYK color model

#93787D color CMYK value is (0,18,15,42).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(0,18,15,42)
C0M18Y15K42 
(0%,18%,15%,42%)
(0.00/0.18/0.15/0.42)	

CMYK percentages

%0
%18.37
%14.97
%42.35

Codes

Color #93787D in popluar color models

93787D
RGB147120125
HSL349°11.11%52.35%
HSB/HSV349°18.37%57.65%
CMYK0.00%18.37%14.97%
42.35%

Color #93787D in popluar number systems.

HEX93787D
Decimal147120125
Binary1001001111110001111101
Octal223170175

Shades and tints

Shades of #93787D

#93787D
(147,120,125)
#866E72
(134,110,114)
#796467
(121,100,103)
#6C5A5C
(108,90,92)
#5F5051
(95,80,81)
#524646
(82,70,70)
#453C3B
(69,60,59)
#383230
(56,50,48)
#2B2825
(43,40,37)
#1E1E1A
(30,30,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #93787D

#93787D
(147,120,125)
#9C8488
(156,132,136)
#A59093
(165,144,147)
#AE9C9E
(174,156,158)
#B7A8A9
(183,168,169)
#C0B4B4
(192,180,180)
#C9C0BF
(201,192,191)
#D2CCCA
(210,204,202)
#DBD8D5
(219,216,213)
#E4E4E0
(228,228,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93787D color. Also use rgb(147,120,125) instead hex code.

Text Font Color

.myTextColor { color: #93787D; }

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

This text font color is #93787D.


Background Color

.myBgColor { background-color: #93787D; }

<div style="background-color:#93787D">Inner text</div>

This div background color is #93787D.


Border color

.myBorderColor { border: 1px solid #93787D; }

<div style="border:3px solid #93787D">Div</div>

This div border color is #93787D.


Opacity

.myOpacity80 { color: #93787D; opacity: 0.8; }

<p style="color:#93787D;opacity:0.8;">80%</p>

Text with #93787D 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 #93787D;}

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

This text has shadow with #93787D color.

.textShadow {text-shadow: 3px 3px 1px #93787D, 3px 3px 1px red;}

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

This text has shadow with #93787D primary color and red secondary color.


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

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

This text has shadow with #93787D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93787D on black background.


Color preview on white background

This text has color #93787D on white background.



Black color preview on #93787D background

This text has black color on #93787D background.


White color preview on #93787D background

This text has white color on #93787D background.