COLOR #938C57

HEX: #938C57
RGB: (147,140,87)

Color info

#938C57 contains mainly red and green colors. Web safe color of #938C57 is #999966 (or #996).

RGB color model

#938C57 color RGB value is (147,140,87).

  • red value is 147;
  • green value is 140;
  • blue value is 87.
RGB:
(147,140,87)
(58%,55%,34%)

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 87 of 255 = 34%

147
140
87

R + G + B ~ 49%. #938C57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 140 + 87 = 374 (100%)
R 147 of 374 ~ 39.3%
G 140 of 374 ~ 37.43%
B 87 of 374 ~ 23.26%

%39.3
%37.43
%23.26

CMYK color model

#938C57 color CMYK value is (0,5,41,42).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 40.82%
  • key color value is 42.35%
CMYK:
(0,5,41,42)
C0M5Y41K42 
(0%,5%,41%,42%)
(0.00/0.05/0.41/0.42)	

CMYK percentages

%0
%4.76
%40.82
%42.35

Codes

Color #938C57 in popluar color models

938C57
RGB14714087
HSL53°25.64%45.88%
HSB/HSV53°40.82%57.65%
CMYK0.00%4.76%40.82%
42.35%

Color #938C57 in popluar number systems.

HEX938C57
Decimal14714087
Binary10010011100011001010111
Octal223214127

Shades and tints

Shades of #938C57

#938C57
(147,140,87)
#868050
(134,128,80)
#797449
(121,116,73)
#6C6842
(108,104,66)
#5F5C3B
(95,92,59)
#525034
(82,80,52)
#45442D
(69,68,45)
#383826
(56,56,38)
#2B2C1F
(43,44,31)
#1E2018
(30,32,24)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #938C57

#938C57
(147,140,87)
#9C9666
(156,150,102)
#A5A075
(165,160,117)
#AEAA84
(174,170,132)
#B7B493
(183,180,147)
#C0BEA2
(192,190,162)
#C9C8B1
(201,200,177)
#D2D2C0
(210,210,192)
#DBDCCF
(219,220,207)
#E4E6DE
(228,230,222)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938C57 color. Also use rgb(147,140,87) instead hex code.

Text Font Color

.myTextColor { color: #938C57; }

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

This text font color is #938C57.


Background Color

.myBgColor { background-color: #938C57; }

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

This div background color is #938C57.


Border color

.myBorderColor { border: 1px solid #938C57; }

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

This div border color is #938C57.


Opacity

.myOpacity80 { color: #938C57; opacity: 0.8; }

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

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

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

This text has shadow with #938C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938C57 on black background.


Color preview on white background

This text has color #938C57 on white background.



Black color preview on #938C57 background

This text has black color on #938C57 background.


White color preview on #938C57 background

This text has white color on #938C57 background.