COLOR #93627A

HEX: #93627A
RGB: (147,98,122)

Color info

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

RGB color model

#93627A color RGB value is (147,98,122).

  • red value is 147;
  • green value is 98;
  • blue value is 122.
RGB:
(147,98,122)
(58%,38%,48%)

RGB channels and saturation

R 147 of 255 = 58%
G 98 of 255 = 38%
B 122 of 255 = 48%

147
98
122

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

Portions of RGB colors in percentages

R + G + B =
147 + 98 + 122 = 367 (100%)
R 147 of 367 ~ 40.05%
G 98 of 367 ~ 26.7%
B 122 of 367 ~ 33.24%

%40.05
%26.7
%33.24

CMYK color model

#93627A color CMYK value is (0,33,17,42).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 17.01%
  • key color value is 42.35%
CMYK:
(0,33,17,42)
C0M33Y17K42 
(0%,33%,17%,42%)
(0.00/0.33/0.17/0.42)	

CMYK percentages

%0
%33.33
%17.01
%42.35

Codes

Color #93627A in popluar color models

93627A
RGB14798122
HSL331°20.00%48.04%
HSB/HSV331°33.33%57.65%
CMYK0.00%33.33%17.01%
42.35%

Color #93627A in popluar number systems.

HEX93627A
Decimal14798122
Binary1001001111000101111010
Octal223142172

Shades and tints

Shades of #93627A

#93627A
(147,98,122)
#865A6F
(134,90,111)
#795264
(121,82,100)
#6C4A59
(108,74,89)
#5F424E
(95,66,78)
#523A43
(82,58,67)
#453238
(69,50,56)
#382A2D
(56,42,45)
#2B2222
(43,34,34)
#1E1A17
(30,26,23)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #93627A

#93627A
(147,98,122)
#9C7086
(156,112,134)
#A57E92
(165,126,146)
#AE8C9E
(174,140,158)
#B79AAA
(183,154,170)
#C0A8B6
(192,168,182)
#C9B6C2
(201,182,194)
#D2C4CE
(210,196,206)
#DBD2DA
(219,210,218)
#E4E0E6
(228,224,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93627A color. Also use rgb(147,98,122) instead hex code.

Text Font Color

.myTextColor { color: #93627A; }

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

This text font color is #93627A.


Background Color

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

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

This div background color is #93627A.


Border color

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

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

This div border color is #93627A.


Opacity

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

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

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

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

This text has shadow with #93627A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93627A on black background.


Color preview on white background

This text has color #93627A on white background.



Black color preview on #93627A background

This text has black color on #93627A background.


White color preview on #93627A background

This text has white color on #93627A background.