COLOR #93863E

HEX: #93863E
RGB: (147,134,62)

Color info

#93863E contains mainly red and green colors. Web safe color of #93863E is #999933 (or #993).

RGB color model

#93863E color RGB value is (147,134,62).

  • red value is 147;
  • green value is 134;
  • blue value is 62.
RGB:
(147,134,62)
(58%,53%,24%)

RGB channels and saturation

R 147 of 255 = 58%
G 134 of 255 = 53%
B 62 of 255 = 24%

147
134
62

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

Portions of RGB colors in percentages

R + G + B =
147 + 134 + 62 = 343 (100%)
R 147 of 343 ~ 42.86%
G 134 of 343 ~ 39.07%
B 62 of 343 ~ 18.08%

%42.86
%39.07
%18.08

CMYK color model

#93863E color CMYK value is (0,9,58,42).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 57.82%
  • key color value is 42.35%
CMYK:
(0,9,58,42)
C0M9Y58K42 
(0%,9%,58%,42%)
(0.00/0.09/0.58/0.42)	

CMYK percentages

%0
%8.84
%57.82
%42.35

Codes

Color #93863E in popluar color models

93863E
RGB14713462
HSL51°40.67%40.98%
HSB/HSV51°57.82%57.65%
CMYK0.00%8.84%57.82%
42.35%

Color #93863E in popluar number systems.

HEX93863E
Decimal14713462
Binary1001001110000110111110
Octal22320676

Shades and tints

Shades of #93863E

#93863E
(147,134,62)
#867A39
(134,122,57)
#796E34
(121,110,52)
#6C622F
(108,98,47)
#5F562A
(95,86,42)
#524A25
(82,74,37)
#453E20
(69,62,32)
#38321B
(56,50,27)
#2B2616
(43,38,22)
#1E1A11
(30,26,17)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #93863E

#93863E
(147,134,62)
#9C914F
(156,145,79)
#A59C60
(165,156,96)
#AEA771
(174,167,113)
#B7B282
(183,178,130)
#C0BD93
(192,189,147)
#C9C8A4
(201,200,164)
#D2D3B5
(210,211,181)
#DBDEC6
(219,222,198)
#E4E9D7
(228,233,215)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93863E color. Also use rgb(147,134,62) instead hex code.

Text Font Color

.myTextColor { color: #93863E; }

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

This text font color is #93863E.


Background Color

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

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

This div background color is #93863E.


Border color

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

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

This div border color is #93863E.


Opacity

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

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

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

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

This text has shadow with #93863E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93863E on black background.


Color preview on white background

This text has color #93863E on white background.



Black color preview on #93863E background

This text has black color on #93863E background.


White color preview on #93863E background

This text has white color on #93863E background.