COLOR #938673

HEX: #938673
RGB: (147,134,115)

Color info

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

RGB color model

#938673 color RGB value is (147,134,115).

  • red value is 147;
  • green value is 134;
  • blue value is 115.
RGB:
(147,134,115)
(58%,53%,45%)

RGB channels and saturation

R 147 of 255 = 58%
G 134 of 255 = 53%
B 115 of 255 = 45%

147
134
115

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

Portions of RGB colors in percentages

R + G + B =
147 + 134 + 115 = 396 (100%)
R 147 of 396 ~ 37.12%
G 134 of 396 ~ 33.84%
B 115 of 396 ~ 29.04%

%37.12
%33.84
%29.04

CMYK color model

#938673 color CMYK value is (0,9,22,42).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 21.77%
  • key color value is 42.35%
CMYK:
(0,9,22,42)
C0M9Y22K42 
(0%,9%,22%,42%)
(0.00/0.09/0.22/0.42)	

CMYK percentages

%0
%8.84
%21.77
%42.35

Codes

Color #938673 in popluar color models

938673
RGB147134115
HSL36°12.90%51.37%
HSB/HSV36°21.77%57.65%
CMYK0.00%8.84%21.77%
42.35%

Color #938673 in popluar number systems.

HEX938673
Decimal147134115
Binary10010011100001101110011
Octal223206163

Shades and tints

Shades of #938673

#938673
(147,134,115)
#867A69
(134,122,105)
#796E5F
(121,110,95)
#6C6255
(108,98,85)
#5F564B
(95,86,75)
#524A41
(82,74,65)
#453E37
(69,62,55)
#38322D
(56,50,45)
#2B2623
(43,38,35)
#1E1A19
(30,26,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #938673

#938673
(147,134,115)
#9C917F
(156,145,127)
#A59C8B
(165,156,139)
#AEA797
(174,167,151)
#B7B2A3
(183,178,163)
#C0BDAF
(192,189,175)
#C9C8BB
(201,200,187)
#D2D3C7
(210,211,199)
#DBDED3
(219,222,211)
#E4E9DF
(228,233,223)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938673 color. Also use rgb(147,134,115) instead hex code.

Text Font Color

.myTextColor { color: #938673; }

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

This text font color is #938673.


Background Color

.myBgColor { background-color: #938673; }

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

This div background color is #938673.


Border color

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

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

This div border color is #938673.


Opacity

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

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

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

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

This text has shadow with #938673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938673 on black background.


Color preview on white background

This text has color #938673 on white background.



Black color preview on #938673 background

This text has black color on #938673 background.


White color preview on #938673 background

This text has white color on #938673 background.