COLOR #938340

HEX: #938340
RGB: (147,131,64)

Color info

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

RGB color model

#938340 color RGB value is (147,131,64).

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

RGB channels and saturation

R 147 of 255 = 58%
G 131 of 255 = 51%
B 64 of 255 = 25%

147
131
64

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

Portions of RGB colors in percentages

R + G + B =
147 + 131 + 64 = 342 (100%)
R 147 of 342 ~ 42.98%
G 131 of 342 ~ 38.3%
B 64 of 342 ~ 18.71%

%42.98
%38.3
%18.71

CMYK color model

#938340 color CMYK value is (0,11,56,42).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 56.46%
  • key color value is 42.35%
CMYK:
(0,11,56,42)
C0M11Y56K42 
(0%,11%,56%,42%)
(0.00/0.11/0.56/0.42)	

CMYK percentages

%0
%10.88
%56.46
%42.35

Codes

Color #938340 in popluar color models

938340
RGB14713164
HSL48°39.34%41.37%
HSB/HSV48°56.46%57.65%
CMYK0.00%10.88%56.46%
42.35%

Color #938340 in popluar number systems.

HEX938340
Decimal14713164
Binary10010011100000111000000
Octal223203100

Shades and tints

Shades of #938340

#938340
(147,131,64)
#86783B
(134,120,59)
#796D36
(121,109,54)
#6C6231
(108,98,49)
#5F572C
(95,87,44)
#524C27
(82,76,39)
#454122
(69,65,34)
#38361D
(56,54,29)
#2B2B18
(43,43,24)
#1E2013
(30,32,19)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #938340

#938340
(147,131,64)
#9C8E51
(156,142,81)
#A59962
(165,153,98)
#AEA473
(174,164,115)
#B7AF84
(183,175,132)
#C0BA95
(192,186,149)
#C9C5A6
(201,197,166)
#D2D0B7
(210,208,183)
#DBDBC8
(219,219,200)
#E4E6D9
(228,230,217)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938340; }

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

This text font color is #938340.


Background Color

.myBgColor { background-color: #938340; }

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

This div background color is #938340.


Border color

.myBorderColor { border: 1px solid #938340; }

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

This div border color is #938340.


Opacity

.myOpacity80 { color: #938340; opacity: 0.8; }

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

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

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

This text has shadow with #938340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938340 on black background.


Color preview on white background

This text has color #938340 on white background.



Black color preview on #938340 background

This text has black color on #938340 background.


White color preview on #938340 background

This text has white color on #938340 background.