COLOR #93857B

HEX: #93857B
RGB: (147,133,123)

Color info

#93857B contains red, green and blue colors in about the same proportion. Web safe color of #93857B is #999966 (or #996).

RGB color model

#93857B color RGB value is (147,133,123).

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

RGB channels and saturation

R 147 of 255 = 58%
G 133 of 255 = 52%
B 123 of 255 = 48%

147
133
123

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

Portions of RGB colors in percentages

R + G + B =
147 + 133 + 123 = 403 (100%)
R 147 of 403 ~ 36.48%
G 133 of 403 ~ 33%
B 123 of 403 ~ 30.52%

%36.48
%33
%30.52

CMYK color model

#93857B color CMYK value is (0,10,16,42).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 16.33%
  • key color value is 42.35%
CMYK:
(0,10,16,42)
C0M10Y16K42 
(0%,10%,16%,42%)
(0.00/0.10/0.16/0.42)	

CMYK percentages

%0
%9.52
%16.33
%42.35

Codes

Color #93857B in popluar color models

93857B
RGB147133123
HSL25°10.00%52.94%
HSB/HSV25°16.33%57.65%
CMYK0.00%9.52%16.33%
42.35%

Color #93857B in popluar number systems.

HEX93857B
Decimal147133123
Binary10010011100001011111011
Octal223205173

Shades and tints

Shades of #93857B

#93857B
(147,133,123)
#867970
(134,121,112)
#796D65
(121,109,101)
#6C615A
(108,97,90)
#5F554F
(95,85,79)
#524944
(82,73,68)
#453D39
(69,61,57)
#38312E
(56,49,46)
#2B2523
(43,37,35)
#1E1918
(30,25,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #93857B

#93857B
(147,133,123)
#9C9087
(156,144,135)
#A59B93
(165,155,147)
#AEA69F
(174,166,159)
#B7B1AB
(183,177,171)
#C0BCB7
(192,188,183)
#C9C7C3
(201,199,195)
#D2D2CF
(210,210,207)
#DBDDDB
(219,221,219)
#E4E8E7
(228,232,231)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93857B; }

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

This text font color is #93857B.


Background Color

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

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

This div background color is #93857B.


Border color

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

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

This div border color is #93857B.


Opacity

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

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

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

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

This text has shadow with #93857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93857B on black background.


Color preview on white background

This text has color #93857B on white background.



Black color preview on #93857B background

This text has black color on #93857B background.


White color preview on #93857B background

This text has white color on #93857B background.