COLOR #938B6D

HEX: #938B6D
RGB: (147,139,109)

Color info

#938B6D contains red, green and blue colors in about the same proportion. Web safe color of #938B6D is #999966 (or #996).

RGB color model

#938B6D color RGB value is (147,139,109).

  • red value is 147;
  • green value is 139;
  • blue value is 109.
RGB:
(147,139,109)
(58%,55%,43%)

RGB channels and saturation

R 147 of 255 = 58%
G 139 of 255 = 55%
B 109 of 255 = 43%

147
139
109

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

Portions of RGB colors in percentages

R + G + B =
147 + 139 + 109 = 395 (100%)
R 147 of 395 ~ 37.22%
G 139 of 395 ~ 35.19%
B 109 of 395 ~ 27.59%

%37.22
%35.19
%27.59

CMYK color model

#938B6D color CMYK value is (0,5,26,42).

  • cyan value is 0.00%
  • magenta value is 5.44%
  • yellow value is 25.85%
  • key color value is 42.35%
CMYK:
(0,5,26,42)
C0M5Y26K42 
(0%,5%,26%,42%)
(0.00/0.05/0.26/0.42)	

CMYK percentages

%0
%5.44
%25.85
%42.35

Codes

Color #938B6D in popluar color models

938B6D
RGB147139109
HSL47°14.96%50.20%
HSB/HSV47°25.85%57.65%
CMYK0.00%5.44%25.85%
42.35%

Color #938B6D in popluar number systems.

HEX938B6D
Decimal147139109
Binary10010011100010111101101
Octal223213155

Shades and tints

Shades of #938B6D

#938B6D
(147,139,109)
#867F64
(134,127,100)
#79735B
(121,115,91)
#6C6752
(108,103,82)
#5F5B49
(95,91,73)
#524F40
(82,79,64)
#454337
(69,67,55)
#38372E
(56,55,46)
#2B2B25
(43,43,37)
#1E1F1C
(30,31,28)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #938B6D

#938B6D
(147,139,109)
#9C957A
(156,149,122)
#A59F87
(165,159,135)
#AEA994
(174,169,148)
#B7B3A1
(183,179,161)
#C0BDAE
(192,189,174)
#C9C7BB
(201,199,187)
#D2D1C8
(210,209,200)
#DBDBD5
(219,219,213)
#E4E5E2
(228,229,226)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938B6D color. Also use rgb(147,139,109) instead hex code.

Text Font Color

.myTextColor { color: #938B6D; }

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

This text font color is #938B6D.


Background Color

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

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

This div background color is #938B6D.


Border color

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

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

This div border color is #938B6D.


Opacity

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

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

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

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

This text has shadow with #938B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938B6D on black background.


Color preview on white background

This text has color #938B6D on white background.



Black color preview on #938B6D background

This text has black color on #938B6D background.


White color preview on #938B6D background

This text has white color on #938B6D background.