COLOR #93997B

HEX: #93997B RGB: (147,153,123)

Color info

#93997B contains red, green and blue colors in about the same proportion. Web safe color of #93997B is #999966 (or #996).

RGB color model

#93997B color RGB value is (147,153,123).

RGB: (147,153,123) (58%, 60%, 48%)

RGB channels and saturation

R 147 of 255 = 58%
G 153 of 255 = 60%
B 123 of 255 = 48%

147
153
123

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

Portions of RGB colors in percentages

R + G + B = 147 + 153 + 123 = 423 (100%)
R 147 of 423 ~ 34.75%
G 153 of 423 ~ 36.17%
B 123 of 423 ~ 29.08'%

%34.75
%36.17
%29.08

CMYK color model

#93997B color CMYK value is (4,0,20,40).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK: (4,0,20,40) C4M0Y20K40 (4%,0%,20%,40%) (0.04/0.00/0.20/0.40) 

CMYK percentages

%3.92
%0
%19.61
%40

Codes

Color #93997B in popluar color models

93 99 7B
RGB 147 153 123
HSL 72° 12.82% 54.12%
HSB/HSV 72° 19.61% 60.00%
CMYK 3.92% 0.00% 19.61%
40.00%

Color #93997B in popluar number systems.

HEX 93 99 7B
Decimal 147 153 123
Binary 10010011 10011001 1111011
Octal 223 231 173

Shades and tints

Shades of #93997B

#93997B
(147,153,123)
#868C70
(134,140,112)
#797F65
(121,127,101)
#6C725A
(108,114,90)
#5F654F
(95,101,79)
#525844
(82,88,68)
#454B39
(69,75,57)
#383E2E
(56,62,46)
#2B3123
(43,49,35)
#1E2418
(30,36,24)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #93997B

#93997B
(147,153,123)
#9CA287
(156,162,135)
#A5AB93
(165,171,147)
#AEB49F
(174,180,159)
#B7BDAB
(183,189,171)
#C0C6B7
(192,198,183)
#C9CFC3
(201,207,195)
#D2D8CF
(210,216,207)
#DBE1DB
(219,225,219)
#E4EAE7
(228,234,231)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93997B; }

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

This text font color is #93997B.

Background Color

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

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

This div background color is #93997B.

Border color

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

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

This div border color is #93997B.

Opacity

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

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

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

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

This text has shadow with #93997B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93997B.

Preview

Color preview on black background

This text has color #93997B on black background.


Color preview on white background

This text has color #93997B on white background.


Black color preview on #93997B background

This text has black color on #93997B background.


White color preview on #93997B background

This text has white color on #93997B background.


Related colors

Complementary color

Complementary color for #hex is #6C6684.


I love getcolorcode.com

Triadic colors

1 #7B9399 and #997B93 with #93997B are triadic colors.

2 #7B9993 and #99937B with #93997B are triadic colors.