COLOR #93585A

HEX: #93585A
RGB: (147,88,90)

Color info

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

RGB color model

#93585A color RGB value is (147,88,90).

  • red value is 147;
  • green value is 88;
  • blue value is 90.
RGB:
(147,88,90)
(58%,35%,35%)

RGB channels and saturation

R 147 of 255 = 58%
G 88 of 255 = 35%
B 90 of 255 = 35%

147
88
90

R + G + B ~ 43%. #93585A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 88 + 90 = 325 (100%)
R 147 of 325 ~ 45.23%
G 88 of 325 ~ 27.08%
B 90 of 325 ~ 27.69%

%45.23
%27.08
%27.69

CMYK color model

#93585A color CMYK value is (0,40,39,42).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 38.78%
  • key color value is 42.35%
CMYK:
(0,40,39,42)
C0M40Y39K42 
(0%,40%,39%,42%)
(0.00/0.40/0.39/0.42)	

CMYK percentages

%0
%40.14
%38.78
%42.35

Codes

Color #93585A in popluar color models

93585A
RGB1478890
HSL358°25.11%46.08%
HSB/HSV358°40.14%57.65%
CMYK0.00%40.14%38.78%
42.35%

Color #93585A in popluar number systems.

HEX93585A
Decimal1478890
Binary1001001110110001011010
Octal223130132

Shades and tints

Shades of #93585A

#93585A
(147,88,90)
#865052
(134,80,82)
#79484A
(121,72,74)
#6C4042
(108,64,66)
#5F383A
(95,56,58)
#523032
(82,48,50)
#45282A
(69,40,42)
#382022
(56,32,34)
#2B181A
(43,24,26)
#1E1012
(30,16,18)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #93585A

#93585A
(147,88,90)
#9C6769
(156,103,105)
#A57678
(165,118,120)
#AE8587
(174,133,135)
#B79496
(183,148,150)
#C0A3A5
(192,163,165)
#C9B2B4
(201,178,180)
#D2C1C3
(210,193,195)
#DBD0D2
(219,208,210)
#E4DFE1
(228,223,225)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93585A color. Also use rgb(147,88,90) instead hex code.

Text Font Color

.myTextColor { color: #93585A; }

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

This text font color is #93585A.


Background Color

.myBgColor { background-color: #93585A; }

<div style="background-color:#93585A">Inner text</div>

This div background color is #93585A.


Border color

.myBorderColor { border: 1px solid #93585A; }

<div style="border:3px solid #93585A">Div</div>

This div border color is #93585A.


Opacity

.myOpacity80 { color: #93585A; opacity: 0.8; }

<p style="color:#93585A;opacity:0.8;">80%</p>

Text with #93585A 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 #93585A;}

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

This text has shadow with #93585A color.

.textShadow {text-shadow: 3px 3px 1px #93585A, 3px 3px 1px red;}

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

This text has shadow with #93585A primary color and red secondary color.


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

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

This text has shadow with #93585A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93585A on black background.


Color preview on white background

This text has color #93585A on white background.



Black color preview on #93585A background

This text has black color on #93585A background.


White color preview on #93585A background

This text has white color on #93585A background.