COLOR #93787C

HEX: #93787C RGB: (147,120,124)

Color info

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

RGB color model

#93787C color RGB value is (147,120,124).

RGB: (147,120,124) (58%, 47%, 49%)

RGB channels and saturation

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

147
120
124

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

Portions of RGB colors in percentages

R + G + B = 147 + 120 + 124 = 391 (100%)
R 147 of 391 ~ 37.6%
G 120 of 391 ~ 30.69%
B 124 of 391 ~ 31.71'%

%37.6
%30.69
%31.71

CMYK color model

#93787C color CMYK value is (0,18,16,42).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 15.65%
  • key color value is 42.35%
CMYK: (0,18,16,42) C0M18Y16K42 (0%,18%,16%,42%) (0.00/0.18/0.16/0.42) 

CMYK percentages

%0
%18.37
%15.65
%42.35

Codes

Color #93787C in popluar color models

93 78 7C
RGB 147 120 124
HSL 351° 11.11% 52.35%
HSB/HSV 351° 18.37% 57.65%
CMYK 0.00% 18.37% 15.65%
42.35%

Color #93787C in popluar number systems.

HEX 93 78 7C
Decimal 147 120 124
Binary 10010011 1111000 1111100
Octal 223 170 174

Shades and tints

Shades of #93787C

#93787C
(147,120,124)
#866E71
(134,110,113)
#796466
(121,100,102)
#6C5A5B
(108,90,91)
#5F5050
(95,80,80)
#524645
(82,70,69)
#453C3A
(69,60,58)
#38322F
(56,50,47)
#2B2824
(43,40,36)
#1E1E19
(30,30,25)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #93787C

#93787C
(147,120,124)
#9C8487
(156,132,135)
#A59092
(165,144,146)
#AE9C9D
(174,156,157)
#B7A8A8
(183,168,168)
#C0B4B3
(192,180,179)
#C9C0BE
(201,192,190)
#D2CCC9
(210,204,201)
#DBD8D4
(219,216,212)
#E4E4DF
(228,228,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93787C; }

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

This text font color is #93787C.

Background Color

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

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

This div background color is #93787C.

Border color

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

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

This div border color is #93787C.

Opacity

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

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

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

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

This text has shadow with #93787C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93787C.

Preview

Color preview on black background

This text has color #93787C on black background.


Color preview on white background

This text has color #93787C on white background.


Black color preview on #93787C background

This text has black color on #93787C background.


White color preview on #93787C background

This text has white color on #93787C background.


Related colors

Complementary color

Complementary color for #hex is #6C8783.


I love getcolorcode.com

Triadic colors

1 #7C9378 and #787C93 with #93787C are triadic colors.

2 #7C7893 and #78937C with #93787C are triadic colors.