COLOR #938240

HEX: #938240
RGB: (147,130,64)

Color info

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

RGB color model

#938240 color RGB value is (147,130,64).

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

RGB channels and saturation

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

147
130
64

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

Portions of RGB colors in percentages

R + G + B =
147 + 130 + 64 = 341 (100%)
R 147 of 341 ~ 43.11%
G 130 of 341 ~ 38.12%
B 64 of 341 ~ 18.77%

%43.11
%38.12
%18.77

CMYK color model

#938240 color CMYK value is (0,12,56,42).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 56.46%
  • key color value is 42.35%
CMYK:
(0,12,56,42)
C0M12Y56K42 
(0%,12%,56%,42%)
(0.00/0.12/0.56/0.42)	

CMYK percentages

%0
%11.56
%56.46
%42.35

Codes

Color #938240 in popluar color models

938240
RGB14713064
HSL48°39.34%41.37%
HSB/HSV48°56.46%57.65%
CMYK0.00%11.56%56.46%
42.35%

Color #938240 in popluar number systems.

HEX938240
Decimal14713064
Binary10010011100000101000000
Octal223202100

Shades and tints

Shades of #938240

#938240
(147,130,64)
#86773B
(134,119,59)
#796C36
(121,108,54)
#6C6131
(108,97,49)
#5F562C
(95,86,44)
#524B27
(82,75,39)
#454022
(69,64,34)
#38351D
(56,53,29)
#2B2A18
(43,42,24)
#1E1F13
(30,31,19)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #938240

#938240
(147,130,64)
#9C8D51
(156,141,81)
#A59862
(165,152,98)
#AEA373
(174,163,115)
#B7AE84
(183,174,132)
#C0B995
(192,185,149)
#C9C4A6
(201,196,166)
#D2CFB7
(210,207,183)
#DBDAC8
(219,218,200)
#E4E5D9
(228,229,217)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938240; }

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

This text font color is #938240.


Background Color

.myBgColor { background-color: #938240; }

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

This div background color is #938240.


Border color

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

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

This div border color is #938240.


Opacity

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

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

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

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

This text has shadow with #938240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938240 on black background.


Color preview on white background

This text has color #938240 on white background.



Black color preview on #938240 background

This text has black color on #938240 background.


White color preview on #938240 background

This text has white color on #938240 background.