COLOR #93593E

HEX: #93593E
RGB: (147,89,62)

Color info

#93593E contains mainly red and green colors. Web safe color of #93593E is #996633 (or #963).

RGB color model

#93593E color RGB value is (147,89,62).

  • red value is 147;
  • green value is 89;
  • blue value is 62.
RGB:
(147,89,62)
(58%,35%,24%)

RGB channels and saturation

R 147 of 255 = 58%
G 89 of 255 = 35%
B 62 of 255 = 24%

147
89
62

R + G + B ~ 39%. #93593E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 89 + 62 = 298 (100%)
R 147 of 298 ~ 49.33%
G 89 of 298 ~ 29.87%
B 62 of 298 ~ 20.81%

%49.33
%29.87
%20.81

CMYK color model

#93593E color CMYK value is (0,39,58,42).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 57.82%
  • key color value is 42.35%
CMYK:
(0,39,58,42)
C0M39Y58K42 
(0%,39%,58%,42%)
(0.00/0.39/0.58/0.42)	

CMYK percentages

%0
%39.46
%57.82
%42.35

Codes

Color #93593E in popluar color models

93593E
RGB1478962
HSL19°40.67%40.98%
HSB/HSV19°57.82%57.65%
CMYK0.00%39.46%57.82%
42.35%

Color #93593E in popluar number systems.

HEX93593E
Decimal1478962
Binary100100111011001111110
Octal22313176

Shades and tints

Shades of #93593E

#93593E
(147,89,62)
#865139
(134,81,57)
#794934
(121,73,52)
#6C412F
(108,65,47)
#5F392A
(95,57,42)
#523125
(82,49,37)
#452920
(69,41,32)
#38211B
(56,33,27)
#2B1916
(43,25,22)
#1E1111
(30,17,17)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #93593E

#93593E
(147,89,62)
#9C684F
(156,104,79)
#A57760
(165,119,96)
#AE8671
(174,134,113)
#B79582
(183,149,130)
#C0A493
(192,164,147)
#C9B3A4
(201,179,164)
#D2C2B5
(210,194,181)
#DBD1C6
(219,209,198)
#E4E0D7
(228,224,215)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93593E color. Also use rgb(147,89,62) instead hex code.

Text Font Color

.myTextColor { color: #93593E; }

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

This text font color is #93593E.


Background Color

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

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

This div background color is #93593E.


Border color

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

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

This div border color is #93593E.


Opacity

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

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

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

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

This text has shadow with #93593E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93593E on black background.


Color preview on white background

This text has color #93593E on white background.



Black color preview on #93593E background

This text has black color on #93593E background.


White color preview on #93593E background

This text has white color on #93593E background.