COLOR #93835E

HEX: #93835E
RGB: (147,131,94)

Color info

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

RGB color model

#93835E color RGB value is (147,131,94).

  • red value is 147;
  • green value is 131;
  • blue value is 94.
RGB:
(147,131,94)
(58%,51%,37%)

RGB channels and saturation

R 147 of 255 = 58%
G 131 of 255 = 51%
B 94 of 255 = 37%

147
131
94

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

Portions of RGB colors in percentages

R + G + B =
147 + 131 + 94 = 372 (100%)
R 147 of 372 ~ 39.52%
G 131 of 372 ~ 35.22%
B 94 of 372 ~ 25.27%

%39.52
%35.22
%25.27

CMYK color model

#93835E color CMYK value is (0,11,36,42).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 36.05%
  • key color value is 42.35%
CMYK:
(0,11,36,42)
C0M11Y36K42 
(0%,11%,36%,42%)
(0.00/0.11/0.36/0.42)	

CMYK percentages

%0
%10.88
%36.05
%42.35

Codes

Color #93835E in popluar color models

93835E
RGB14713194
HSL42°21.99%47.25%
HSB/HSV42°36.05%57.65%
CMYK0.00%10.88%36.05%
42.35%

Color #93835E in popluar number systems.

HEX93835E
Decimal14713194
Binary10010011100000111011110
Octal223203136

Shades and tints

Shades of #93835E

#93835E
(147,131,94)
#867856
(134,120,86)
#796D4E
(121,109,78)
#6C6246
(108,98,70)
#5F573E
(95,87,62)
#524C36
(82,76,54)
#45412E
(69,65,46)
#383626
(56,54,38)
#2B2B1E
(43,43,30)
#1E2016
(30,32,22)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #93835E

#93835E
(147,131,94)
#9C8E6C
(156,142,108)
#A5997A
(165,153,122)
#AEA488
(174,164,136)
#B7AF96
(183,175,150)
#C0BAA4
(192,186,164)
#C9C5B2
(201,197,178)
#D2D0C0
(210,208,192)
#DBDBCE
(219,219,206)
#E4E6DC
(228,230,220)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93835E color. Also use rgb(147,131,94) instead hex code.

Text Font Color

.myTextColor { color: #93835E; }

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

This text font color is #93835E.


Background Color

.myBgColor { background-color: #93835E; }

<div style="background-color:#93835E">Inner text</div>

This div background color is #93835E.


Border color

.myBorderColor { border: 1px solid #93835E; }

<div style="border:3px solid #93835E">Div</div>

This div border color is #93835E.


Opacity

.myOpacity80 { color: #93835E; opacity: 0.8; }

<p style="color:#93835E;opacity:0.8;">80%</p>

Text with #93835E 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 #93835E;}

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

This text has shadow with #93835E color.

.textShadow {text-shadow: 3px 3px 1px #93835E, 3px 3px 1px red;}

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

This text has shadow with #93835E primary color and red secondary color.


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

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

This text has shadow with #93835E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93835E on black background.


Color preview on white background

This text has color #93835E on white background.



Black color preview on #93835E background

This text has black color on #93835E background.


White color preview on #93835E background

This text has white color on #93835E background.