COLOR #93667B

HEX: #93667B
RGB: (147,102,123)

Color info

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

RGB color model

#93667B color RGB value is (147,102,123).

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

RGB channels and saturation

R 147 of 255 = 58%
G 102 of 255 = 40%
B 123 of 255 = 48%

147
102
123

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

Portions of RGB colors in percentages

R + G + B =
147 + 102 + 123 = 372 (100%)
R 147 of 372 ~ 39.52%
G 102 of 372 ~ 27.42%
B 123 of 372 ~ 33.06%

%39.52
%27.42
%33.06

CMYK color model

#93667B color CMYK value is (0,31,16,42).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 16.33%
  • key color value is 42.35%
CMYK:
(0,31,16,42)
C0M31Y16K42 
(0%,31%,16%,42%)
(0.00/0.31/0.16/0.42)	

CMYK percentages

%0
%30.61
%16.33
%42.35

Codes

Color #93667B in popluar color models

93667B
RGB147102123
HSL332°18.07%48.82%
HSB/HSV332°30.61%57.65%
CMYK0.00%30.61%16.33%
42.35%

Color #93667B in popluar number systems.

HEX93667B
Decimal147102123
Binary1001001111001101111011
Octal223146173

Shades and tints

Shades of #93667B

#93667B
(147,102,123)
#865D70
(134,93,112)
#795465
(121,84,101)
#6C4B5A
(108,75,90)
#5F424F
(95,66,79)
#523944
(82,57,68)
#453039
(69,48,57)
#38272E
(56,39,46)
#2B1E23
(43,30,35)
#1E1518
(30,21,24)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #93667B

#93667B
(147,102,123)
#9C7387
(156,115,135)
#A58093
(165,128,147)
#AE8D9F
(174,141,159)
#B79AAB
(183,154,171)
#C0A7B7
(192,167,183)
#C9B4C3
(201,180,195)
#D2C1CF
(210,193,207)
#DBCEDB
(219,206,219)
#E4DBE7
(228,219,231)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93667B color. Also use rgb(147,102,123) instead hex code.

Text Font Color

.myTextColor { color: #93667B; }

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

This text font color is #93667B.


Background Color

.myBgColor { background-color: #93667B; }

<div style="background-color:#93667B">Inner text</div>

This div background color is #93667B.


Border color

.myBorderColor { border: 1px solid #93667B; }

<div style="border:3px solid #93667B">Div</div>

This div border color is #93667B.


Opacity

.myOpacity80 { color: #93667B; opacity: 0.8; }

<p style="color:#93667B;opacity:0.8;">80%</p>

Text with #93667B 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 #93667B;}

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

This text has shadow with #93667B color.

.textShadow {text-shadow: 3px 3px 1px #93667B, 3px 3px 1px red;}

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

This text has shadow with #93667B primary color and red secondary color.


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

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

This text has shadow with #93667B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93667B on black background.


Color preview on white background

This text has color #93667B on white background.



Black color preview on #93667B background

This text has black color on #93667B background.


White color preview on #93667B background

This text has white color on #93667B background.