COLOR #93977C

HEX: #93977C RGB: (147,151,124)

Color info

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

RGB color model

#93977C color RGB value is (147,151,124).

RGB: (147,151,124) (58%, 59%, 49%)

RGB channels and saturation

R 147 of 255 = 58%
G 151 of 255 = 59%
B 124 of 255 = 49%

147
151
124

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

Portions of RGB colors in percentages

R + G + B = 147 + 151 + 124 = 422 (100%)
R 147 of 422 ~ 34.83%
G 151 of 422 ~ 35.78%
B 124 of 422 ~ 29.38'%

%34.83
%35.78
%29.38

CMYK color model

#93977C color CMYK value is (3,0,18,41).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 40.78%

CMYK: (3,0,18,41)
C3M0Y18K41 (3%, 0%, 18%, 41%)
(0.03 / 0.00 / 0.18 / 0.41)

CMYK percentages

%2.65
%0
%17.88
%40.78

Codes

Color #93977C in popluar color models

93 97 7C
RGB 147 151 124
HSL 69° 11.49% 53.92%
HSB/HSV 69° 17.88% 59.22%
CMYK 2.65% 0.00% 17.88%
40.78%

Color #93977C in popluar number systems.

HEX 93 97 7C
Decimal 147 151 124
Binary 10010011 10010111 1111100
Octal 223 227 174

Shades and tints

Shades of #93977C

#93977C
(147,151,124)
#868A71
(134,138,113)
#797D66
(121,125,102)
#6C705B
(108,112,91)
#5F6350
(95,99,80)
#525645
(82,86,69)
#45493A
(69,73,58)
#383C2F
(56,60,47)
#2B2F24
(43,47,36)
#1E2219
(30,34,25)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #93977C

#93977C
(147,151,124)
#9CA087
(156,160,135)
#A5A992
(165,169,146)
#AEB29D
(174,178,157)
#B7BBA8
(183,187,168)
#C0C4B3
(192,196,179)
#C9CDBE
(201,205,190)
#D2D6C9
(210,214,201)
#DBDFD4
(219,223,212)
#E4E8DF
(228,232,223)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93977C; }

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

This text font color is #93977C.

Background Color

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

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

This div background color is #93977C.

Border color

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

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

This div border color is #93977C.

Opacity

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

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

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

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

This text has shadow with #93977C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93977C.

Preview

Color preview on black background

This text has color #93977C on black background.


Color preview on white background

This text has color #93977C on white background.


Black color preview on #93977C background

This text has black color on #93977C background.


White color preview on #93977C background

This text has white color on #93977C background.


Related colors

Complementary color

Complementary color for #hex is #6C6883.


I love getcolorcode.com

Triadic colors

1 #7C9397 and #977C93 with #93977C are triadic colors.

2 #7C9793 and #97937C with #93977C are triadic colors.