COLOR #938349

HEX: #938349
RGB: (147,131,73)

Color info

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

RGB color model

#938349 color RGB value is (147,131,73).

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

RGB channels and saturation

R 147 of 255 = 58%
G 131 of 255 = 51%
B 73 of 255 = 29%

147
131
73

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

Portions of RGB colors in percentages

R + G + B =
147 + 131 + 73 = 351 (100%)
R 147 of 351 ~ 41.88%
G 131 of 351 ~ 37.32%
B 73 of 351 ~ 20.8%

%41.88
%37.32
%20.8

CMYK color model

#938349 color CMYK value is (0,11,50,42).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 50.34%
  • key color value is 42.35%
CMYK:
(0,11,50,42)
C0M11Y50K42 
(0%,11%,50%,42%)
(0.00/0.11/0.50/0.42)	

CMYK percentages

%0
%10.88
%50.34
%42.35

Codes

Color #938349 in popluar color models

938349
RGB14713173
HSL47°33.64%43.14%
HSB/HSV47°50.34%57.65%
CMYK0.00%10.88%50.34%
42.35%

Color #938349 in popluar number systems.

HEX938349
Decimal14713173
Binary10010011100000111001001
Octal223203111

Shades and tints

Shades of #938349

#938349
(147,131,73)
#867843
(134,120,67)
#796D3D
(121,109,61)
#6C6237
(108,98,55)
#5F5731
(95,87,49)
#524C2B
(82,76,43)
#454125
(69,65,37)
#38361F
(56,54,31)
#2B2B19
(43,43,25)
#1E2013
(30,32,19)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #938349

#938349
(147,131,73)
#9C8E59
(156,142,89)
#A59969
(165,153,105)
#AEA479
(174,164,121)
#B7AF89
(183,175,137)
#C0BA99
(192,186,153)
#C9C5A9
(201,197,169)
#D2D0B9
(210,208,185)
#DBDBC9
(219,219,201)
#E4E6D9
(228,230,217)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938349; }

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

This text font color is #938349.


Background Color

.myBgColor { background-color: #938349; }

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

This div background color is #938349.


Border color

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

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

This div border color is #938349.


Opacity

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

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

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

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

This text has shadow with #938349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938349 on black background.


Color preview on white background

This text has color #938349 on white background.



Black color preview on #938349 background

This text has black color on #938349 background.


White color preview on #938349 background

This text has white color on #938349 background.