COLOR #93966E

HEX: #93966E
RGB: (147,150,110)

Color info

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

RGB color model

#93966E color RGB value is (147,150,110).

  • red value is 147;
  • green value is 150;
  • blue value is 110.
RGB:
(147,150,110)
(58%,59%,43%)

RGB channels and saturation

R 147 of 255 = 58%
G 150 of 255 = 59%
B 110 of 255 = 43%

147
150
110

R + G + B ~ 53%. #93966E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 150 + 110 = 407 (100%)
R 147 of 407 ~ 36.12%
G 150 of 407 ~ 36.86%
B 110 of 407 ~ 27.03%

%36.12
%36.86
%27.03

CMYK color model

#93966E color CMYK value is (2,0,27,41).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(2,0,27,41)
C2M0Y27K41 
(2%,0%,27%,41%)
(0.02/0.00/0.27/0.41)	

CMYK percentages

%2
%0
%26.67
%41.18

Codes

Color #93966E in popluar color models

93966E
RGB147150110
HSL65°16.00%50.98%
HSB/HSV65°26.67%58.82%
CMYK2.00%0.00%26.67%
41.18%

Color #93966E in popluar number systems.

HEX93966E
Decimal147150110
Binary10010011100101101101110
Octal223226156

Shades and tints

Shades of #93966E

#93966E
(147,150,110)
#868964
(134,137,100)
#797C5A
(121,124,90)
#6C6F50
(108,111,80)
#5F6246
(95,98,70)
#52553C
(82,85,60)
#454832
(69,72,50)
#383B28
(56,59,40)
#2B2E1E
(43,46,30)
#1E2114
(30,33,20)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #93966E

#93966E
(147,150,110)
#9C9F7B
(156,159,123)
#A5A888
(165,168,136)
#AEB195
(174,177,149)
#B7BAA2
(183,186,162)
#C0C3AF
(192,195,175)
#C9CCBC
(201,204,188)
#D2D5C9
(210,213,201)
#DBDED6
(219,222,214)
#E4E7E3
(228,231,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93966E color. Also use rgb(147,150,110) instead hex code.

Text Font Color

.myTextColor { color: #93966E; }

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

This text font color is #93966E.


Background Color

.myBgColor { background-color: #93966E; }

<div style="background-color:#93966E">Inner text</div>

This div background color is #93966E.


Border color

.myBorderColor { border: 1px solid #93966E; }

<div style="border:3px solid #93966E">Div</div>

This div border color is #93966E.


Opacity

.myOpacity80 { color: #93966E; opacity: 0.8; }

<p style="color:#93966E;opacity:0.8;">80%</p>

Text with #93966E 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 #93966E;}

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

This text has shadow with #93966E color.

.textShadow {text-shadow: 3px 3px 1px #93966E, 3px 3px 1px red;}

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

This text has shadow with #93966E primary color and red secondary color.


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

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

This text has shadow with #93966E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93966E on black background.


Color preview on white background

This text has color #93966E on white background.



Black color preview on #93966E background

This text has black color on #93966E background.


White color preview on #93966E background

This text has white color on #93966E background.