COLOR #93977D

HEX: #93977D
RGB: (147,151,125)

Color info

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

RGB color model

#93977D color RGB value is (147,151,125).

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

RGB channels and saturation

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

147
151
125

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

Portions of RGB colors in percentages

R + G + B =
147 + 151 + 125 = 423 (100%)
R 147 of 423 ~ 34.75%
G 151 of 423 ~ 35.7%
B 125 of 423 ~ 29.55%

%34.75
%35.7
%29.55

CMYK color model

#93977D color CMYK value is (3,0,17,41).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK:
(3,0,17,41)
C3M0Y17K41 
(3%,0%,17%,41%)
(0.03/0.00/0.17/0.41)	

CMYK percentages

%2.65
%0
%17.22
%40.78

Codes

Color #93977D in popluar color models

93977D
RGB147151125
HSL69°11.11%54.12%
HSB/HSV69°17.22%59.22%
CMYK2.65%0.00%17.22%
40.78%

Color #93977D in popluar number systems.

HEX93977D
Decimal147151125
Binary10010011100101111111101
Octal223227175

Shades and tints

Shades of #93977D

#93977D
(147,151,125)
#868A72
(134,138,114)
#797D67
(121,125,103)
#6C705C
(108,112,92)
#5F6351
(95,99,81)
#525646
(82,86,70)
#45493B
(69,73,59)
#383C30
(56,60,48)
#2B2F25
(43,47,37)
#1E221A
(30,34,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #93977D

#93977D
(147,151,125)
#9CA088
(156,160,136)
#A5A993
(165,169,147)
#AEB29E
(174,178,158)
#B7BBA9
(183,187,169)
#C0C4B4
(192,196,180)
#C9CDBF
(201,205,191)
#D2D6CA
(210,214,202)
#DBDFD5
(219,223,213)
#E4E8E0
(228,232,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93977D; }

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

This text font color is #93977D.


Background Color

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

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

This div background color is #93977D.


Border color

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

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

This div border color is #93977D.


Opacity

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

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

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

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

This text has shadow with #93977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93977D on black background.


Color preview on white background

This text has color #93977D on white background.



Black color preview on #93977D background

This text has black color on #93977D background.


White color preview on #93977D background

This text has white color on #93977D background.