COLOR #93857F

HEX: #93857F
RGB: (147,133,127)

Color info

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

RGB color model

#93857F color RGB value is (147,133,127).

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

RGB channels and saturation

R 147 of 255 = 58%
G 133 of 255 = 52%
B 127 of 255 = 50%

147
133
127

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

Portions of RGB colors in percentages

R + G + B =
147 + 133 + 127 = 407 (100%)
R 147 of 407 ~ 36.12%
G 133 of 407 ~ 32.68%
B 127 of 407 ~ 31.2%

%36.12
%32.68
%31.2

CMYK color model

#93857F color CMYK value is (0,10,14,42).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 13.61%
  • key color value is 42.35%
CMYK:
(0,10,14,42)
C0M10Y14K42 
(0%,10%,14%,42%)
(0.00/0.10/0.14/0.42)	

CMYK percentages

%0
%9.52
%13.61
%42.35

Codes

Color #93857F in popluar color models

93857F
RGB147133127
HSL18°8.47%53.73%
HSB/HSV18°13.61%57.65%
CMYK0.00%9.52%13.61%
42.35%

Color #93857F in popluar number systems.

HEX93857F
Decimal147133127
Binary10010011100001011111111
Octal223205177

Shades and tints

Shades of #93857F

#93857F
(147,133,127)
#867974
(134,121,116)
#796D69
(121,109,105)
#6C615E
(108,97,94)
#5F5553
(95,85,83)
#524948
(82,73,72)
#453D3D
(69,61,61)
#383132
(56,49,50)
#2B2527
(43,37,39)
#1E191C
(30,25,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #93857F

#93857F
(147,133,127)
#9C908A
(156,144,138)
#A59B95
(165,155,149)
#AEA6A0
(174,166,160)
#B7B1AB
(183,177,171)
#C0BCB6
(192,188,182)
#C9C7C1
(201,199,193)
#D2D2CC
(210,210,204)
#DBDDD7
(219,221,215)
#E4E8E2
(228,232,226)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93857F; }

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

This text font color is #93857F.


Background Color

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

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

This div background color is #93857F.


Border color

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

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

This div border color is #93857F.


Opacity

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

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

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

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

This text has shadow with #93857F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93857F on black background.


Color preview on white background

This text has color #93857F on white background.



Black color preview on #93857F background

This text has black color on #93857F background.


White color preview on #93857F background

This text has white color on #93857F background.