COLOR #93665E

HEX: #93665E
RGB: (147,102,94)

Color info

#93665E contains red, green and blue colors in about the same proportion. Web safe color of #93665E is #996666 (or #966).

RGB color model

#93665E color RGB value is (147,102,94).

  • red value is 147;
  • green value is 102;
  • blue value is 94.
RGB:
(147,102,94)
(58%,40%,37%)

RGB channels and saturation

R 147 of 255 = 58%
G 102 of 255 = 40%
B 94 of 255 = 37%

147
102
94

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

Portions of RGB colors in percentages

R + G + B =
147 + 102 + 94 = 343 (100%)
R 147 of 343 ~ 42.86%
G 102 of 343 ~ 29.74%
B 94 of 343 ~ 27.41%

%42.86
%29.74
%27.41

CMYK color model

#93665E color CMYK value is (0,31,36,42).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 36.05%
  • key color value is 42.35%
CMYK:
(0,31,36,42)
C0M31Y36K42 
(0%,31%,36%,42%)
(0.00/0.31/0.36/0.42)	

CMYK percentages

%0
%30.61
%36.05
%42.35

Codes

Color #93665E in popluar color models

93665E
RGB14710294
HSL21.99%47.25%
HSB/HSV36.05%57.65%
CMYK0.00%30.61%36.05%
42.35%

Color #93665E in popluar number systems.

HEX93665E
Decimal14710294
Binary1001001111001101011110
Octal223146136

Shades and tints

Shades of #93665E

#93665E
(147,102,94)
#865D56
(134,93,86)
#79544E
(121,84,78)
#6C4B46
(108,75,70)
#5F423E
(95,66,62)
#523936
(82,57,54)
#45302E
(69,48,46)
#382726
(56,39,38)
#2B1E1E
(43,30,30)
#1E1516
(30,21,22)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #93665E

#93665E
(147,102,94)
#9C736C
(156,115,108)
#A5807A
(165,128,122)
#AE8D88
(174,141,136)
#B79A96
(183,154,150)
#C0A7A4
(192,167,164)
#C9B4B2
(201,180,178)
#D2C1C0
(210,193,192)
#DBCECE
(219,206,206)
#E4DBDC
(228,219,220)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93665E color. Also use rgb(147,102,94) instead hex code.

Text Font Color

.myTextColor { color: #93665E; }

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

This text font color is #93665E.


Background Color

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

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

This div background color is #93665E.


Border color

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

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

This div border color is #93665E.


Opacity

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

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

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

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

This text has shadow with #93665E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93665E on black background.


Color preview on white background

This text has color #93665E on white background.



Black color preview on #93665E background

This text has black color on #93665E background.


White color preview on #93665E background

This text has white color on #93665E background.