COLOR #938040

HEX: #938040
RGB: (147,128,64)

Color info

#938040 contains mainly red and green colors. Web safe color of #938040 is #996633 (or #963).

RGB color model

#938040 color RGB value is (147,128,64).

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

RGB channels and saturation

R 147 of 255 = 58%
G 128 of 255 = 50%
B 64 of 255 = 25%

147
128
64

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

Portions of RGB colors in percentages

R + G + B =
147 + 128 + 64 = 339 (100%)
R 147 of 339 ~ 43.36%
G 128 of 339 ~ 37.76%
B 64 of 339 ~ 18.88%

%43.36
%37.76
%18.88

CMYK color model

#938040 color CMYK value is (0,13,56,42).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 56.46%
  • key color value is 42.35%
CMYK:
(0,13,56,42)
C0M13Y56K42 
(0%,13%,56%,42%)
(0.00/0.13/0.56/0.42)	

CMYK percentages

%0
%12.93
%56.46
%42.35

Codes

Color #938040 in popluar color models

938040
RGB14712864
HSL46°39.34%41.37%
HSB/HSV46°56.46%57.65%
CMYK0.00%12.93%56.46%
42.35%

Color #938040 in popluar number systems.

HEX938040
Decimal14712864
Binary10010011100000001000000
Octal223200100

Shades and tints

Shades of #938040

#938040
(147,128,64)
#86753B
(134,117,59)
#796A36
(121,106,54)
#6C5F31
(108,95,49)
#5F542C
(95,84,44)
#524927
(82,73,39)
#453E22
(69,62,34)
#38331D
(56,51,29)
#2B2818
(43,40,24)
#1E1D13
(30,29,19)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #938040

#938040
(147,128,64)
#9C8B51
(156,139,81)
#A59662
(165,150,98)
#AEA173
(174,161,115)
#B7AC84
(183,172,132)
#C0B795
(192,183,149)
#C9C2A6
(201,194,166)
#D2CDB7
(210,205,183)
#DBD8C8
(219,216,200)
#E4E3D9
(228,227,217)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938040; }

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

This text font color is #938040.


Background Color

.myBgColor { background-color: #938040; }

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

This div background color is #938040.


Border color

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

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

This div border color is #938040.


Opacity

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

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

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

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

This text has shadow with #938040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938040 on black background.


Color preview on white background

This text has color #938040 on white background.



Black color preview on #938040 background

This text has black color on #938040 background.


White color preview on #938040 background

This text has white color on #938040 background.