COLOR #93676B

HEX: #93676B
RGB: (147,103,107)

Color info

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

RGB color model

#93676B color RGB value is (147,103,107).

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

RGB channels and saturation

R 147 of 255 = 58%
G 103 of 255 = 40%
B 107 of 255 = 42%

147
103
107

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

Portions of RGB colors in percentages

R + G + B =
147 + 103 + 107 = 357 (100%)
R 147 of 357 ~ 41.18%
G 103 of 357 ~ 28.85%
B 107 of 357 ~ 29.97%

%41.18
%28.85
%29.97

CMYK color model

#93676B color CMYK value is (0,30,27,42).

  • cyan value is 0.00%
  • magenta value is 29.93%
  • yellow value is 27.21%
  • key color value is 42.35%
CMYK:
(0,30,27,42)
C0M30Y27K42 
(0%,30%,27%,42%)
(0.00/0.30/0.27/0.42)	

CMYK percentages

%0
%29.93
%27.21
%42.35

Codes

Color #93676B in popluar color models

93676B
RGB147103107
HSL355°17.60%49.02%
HSB/HSV355°29.93%57.65%
CMYK0.00%29.93%27.21%
42.35%

Color #93676B in popluar number systems.

HEX93676B
Decimal147103107
Binary1001001111001111101011
Octal223147153

Shades and tints

Shades of #93676B

#93676B
(147,103,107)
#865E62
(134,94,98)
#795559
(121,85,89)
#6C4C50
(108,76,80)
#5F4347
(95,67,71)
#523A3E
(82,58,62)
#453135
(69,49,53)
#38282C
(56,40,44)
#2B1F23
(43,31,35)
#1E161A
(30,22,26)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #93676B

#93676B
(147,103,107)
#9C7478
(156,116,120)
#A58185
(165,129,133)
#AE8E92
(174,142,146)
#B79B9F
(183,155,159)
#C0A8AC
(192,168,172)
#C9B5B9
(201,181,185)
#D2C2C6
(210,194,198)
#DBCFD3
(219,207,211)
#E4DCE0
(228,220,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93676B color. Also use rgb(147,103,107) instead hex code.

Text Font Color

.myTextColor { color: #93676B; }

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

This text font color is #93676B.


Background Color

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

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

This div background color is #93676B.


Border color

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

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

This div border color is #93676B.


Opacity

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

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

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

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

This text has shadow with #93676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93676B on black background.


Color preview on white background

This text has color #93676B on white background.



Black color preview on #93676B background

This text has black color on #93676B background.


White color preview on #93676B background

This text has white color on #93676B background.