COLOR #93833D

HEX: #93833D
RGB: (147,131,61)

Color info

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

RGB color model

#93833D color RGB value is (147,131,61).

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

RGB channels and saturation

R 147 of 255 = 58%
G 131 of 255 = 51%
B 61 of 255 = 24%

147
131
61

R + G + B ~ 44%. #93833D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 131 + 61 = 339 (100%)
R 147 of 339 ~ 43.36%
G 131 of 339 ~ 38.64%
B 61 of 339 ~ 17.99%

%43.36
%38.64
%17.99

CMYK color model

#93833D color CMYK value is (0,11,59,42).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 58.50%
  • key color value is 42.35%
CMYK:
(0,11,59,42)
C0M11Y59K42 
(0%,11%,59%,42%)
(0.00/0.11/0.59/0.42)	

CMYK percentages

%0
%10.88
%58.5
%42.35

Codes

Color #93833D in popluar color models

93833D
RGB14713161
HSL49°41.35%40.78%
HSB/HSV49°58.50%57.65%
CMYK0.00%10.88%58.50%
42.35%

Color #93833D in popluar number systems.

HEX93833D
Decimal14713161
Binary1001001110000011111101
Octal22320375

Shades and tints

Shades of #93833D

#93833D
(147,131,61)
#867838
(134,120,56)
#796D33
(121,109,51)
#6C622E
(108,98,46)
#5F5729
(95,87,41)
#524C24
(82,76,36)
#45411F
(69,65,31)
#38361A
(56,54,26)
#2B2B15
(43,43,21)
#1E2010
(30,32,16)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #93833D

#93833D
(147,131,61)
#9C8E4E
(156,142,78)
#A5995F
(165,153,95)
#AEA470
(174,164,112)
#B7AF81
(183,175,129)
#C0BA92
(192,186,146)
#C9C5A3
(201,197,163)
#D2D0B4
(210,208,180)
#DBDBC5
(219,219,197)
#E4E6D6
(228,230,214)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93833D color. Also use rgb(147,131,61) instead hex code.

Text Font Color

.myTextColor { color: #93833D; }

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

This text font color is #93833D.


Background Color

.myBgColor { background-color: #93833D; }

<div style="background-color:#93833D">Inner text</div>

This div background color is #93833D.


Border color

.myBorderColor { border: 1px solid #93833D; }

<div style="border:3px solid #93833D">Div</div>

This div border color is #93833D.


Opacity

.myOpacity80 { color: #93833D; opacity: 0.8; }

<p style="color:#93833D;opacity:0.8;">80%</p>

Text with #93833D 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 #93833D;}

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

This text has shadow with #93833D color.

.textShadow {text-shadow: 3px 3px 1px #93833D, 3px 3px 1px red;}

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

This text has shadow with #93833D primary color and red secondary color.


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

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

This text has shadow with #93833D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93833D on black background.


Color preview on white background

This text has color #93833D on white background.



Black color preview on #93833D background

This text has black color on #93833D background.


White color preview on #93833D background

This text has white color on #93833D background.