COLOR #93988C

HEX: #93988C RGB: (147,152,140)

Color info

#93988C contains red, green and blue colors in about the same proportion. Web safe color of #93988C is #999999 (or #999).

RGB color model

#93988C color RGB value is (147,152,140).

RGB: (147,152,140) (58%, 60%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 152 of 255 = 60%
B 140 of 255 = 55%

147
152
140

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

Portions of RGB colors in percentages

R + G + B = 147 + 152 + 140 = 439 (100%)
R 147 of 439 ~ 33.49%
G 152 of 439 ~ 34.62%
B 140 of 439 ~ 31.89'%

%33.49
%34.62
%31.89

CMYK color model

#93988C color CMYK value is (3,0,8,40).

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%

CMYK: (3,0,8,40)
C3M0Y8K40 (3%, 0%, 8%, 40%)
(0.03 / 0.00 / 0.08 / 0.40)

CMYK percentages

%3.29
%0
%7.89
%40.39

Codes

Color #93988C in popluar color models

93 98 8C
RGB 147 152 140
HSL 85° 5.50% 57.25%
HSB/HSV 85° 7.89% 59.61%
CMYK 3.29% 0.00% 7.89%
40.39%

Color #93988C in popluar number systems.

HEX 93 98 8C
Decimal 147 152 140
Binary 10010011 10011000 10001100
Octal 223 230 214

Shades and tints

Shades of #93988C

#93988C
(147,152,140)
#868B80
(134,139,128)
#797E74
(121,126,116)
#6C7168
(108,113,104)
#5F645C
(95,100,92)
#525750
(82,87,80)
#454A44
(69,74,68)
#383D38
(56,61,56)
#2B302C
(43,48,44)
#1E2320
(30,35,32)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #93988C

#93988C
(147,152,140)
#9CA196
(156,161,150)
#A5AAA0
(165,170,160)
#AEB3AA
(174,179,170)
#B7BCB4
(183,188,180)
#C0C5BE
(192,197,190)
#C9CEC8
(201,206,200)
#D2D7D2
(210,215,210)
#DBE0DC
(219,224,220)
#E4E9E6
(228,233,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93988C color. Also use rgb(147,152,140) instead hex code.

Text Font Color

.myTextColor { color: #93988C; }

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

This text font color is #93988C.

Background Color

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

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

This div background color is #93988C.

Border color

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

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

This div border color is #93988C.

Opacity

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

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

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

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

This text has shadow with #93988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93988C.

Preview

Color preview on black background

This text has color #93988C on black background.


Color preview on white background

This text has color #93988C on white background.


Black color preview on #93988C background

This text has black color on #93988C background.


White color preview on #93988C background

This text has white color on #93988C background.


Related colors

Complementary color

Complementary color for #hex is #6C6773.


I love getcolorcode.com

Triadic colors

1 #8C9398 and #988C93 with #93988C are triadic colors.

2 #8C9893 and #98938C with #93988C are triadic colors.