COLOR #93677A

HEX: #93677A
RGB: (147,103,122)

Color info

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

RGB color model

#93677A color RGB value is (147,103,122).

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

RGB channels and saturation

R 147 of 255 = 58%
G 103 of 255 = 40%
B 122 of 255 = 48%

147
103
122

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

Portions of RGB colors in percentages

R + G + B =
147 + 103 + 122 = 372 (100%)
R 147 of 372 ~ 39.52%
G 103 of 372 ~ 27.69%
B 122 of 372 ~ 32.8%

%39.52
%27.69
%32.8

CMYK color model

#93677A color CMYK value is (0,30,17,42).

  • cyan value is 0.00%
  • magenta value is 29.93%
  • yellow value is 17.01%
  • key color value is 42.35%
CMYK:
(0,30,17,42)
C0M30Y17K42 
(0%,30%,17%,42%)
(0.00/0.30/0.17/0.42)	

CMYK percentages

%0
%29.93
%17.01
%42.35

Codes

Color #93677A in popluar color models

93677A
RGB147103122
HSL334°17.60%49.02%
HSB/HSV334°29.93%57.65%
CMYK0.00%29.93%17.01%
42.35%

Color #93677A in popluar number systems.

HEX93677A
Decimal147103122
Binary1001001111001111111010
Octal223147172

Shades and tints

Shades of #93677A

#93677A
(147,103,122)
#865E6F
(134,94,111)
#795564
(121,85,100)
#6C4C59
(108,76,89)
#5F434E
(95,67,78)
#523A43
(82,58,67)
#453138
(69,49,56)
#38282D
(56,40,45)
#2B1F22
(43,31,34)
#1E1617
(30,22,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #93677A

#93677A
(147,103,122)
#9C7486
(156,116,134)
#A58192
(165,129,146)
#AE8E9E
(174,142,158)
#B79BAA
(183,155,170)
#C0A8B6
(192,168,182)
#C9B5C2
(201,181,194)
#D2C2CE
(210,194,206)
#DBCFDA
(219,207,218)
#E4DCE6
(228,220,230)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93677A; }

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

This text font color is #93677A.


Background Color

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

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

This div background color is #93677A.


Border color

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

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

This div border color is #93677A.


Opacity

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

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

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

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

This text has shadow with #93677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93677A on black background.


Color preview on white background

This text has color #93677A on white background.



Black color preview on #93677A background

This text has black color on #93677A background.


White color preview on #93677A background

This text has white color on #93677A background.