COLOR #938975

HEX: #938975
RGB: (147,137,117)

Color info

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

RGB color model

#938975 color RGB value is (147,137,117).

  • red value is 147;
  • green value is 137;
  • blue value is 117.
RGB:
(147,137,117)
(58%,54%,46%)

RGB channels and saturation

R 147 of 255 = 58%
G 137 of 255 = 54%
B 117 of 255 = 46%

147
137
117

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

Portions of RGB colors in percentages

R + G + B =
147 + 137 + 117 = 401 (100%)
R 147 of 401 ~ 36.66%
G 137 of 401 ~ 34.16%
B 117 of 401 ~ 29.18%

%36.66
%34.16
%29.18

CMYK color model

#938975 color CMYK value is (0,7,20,42).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 20.41%
  • key color value is 42.35%
CMYK:
(0,7,20,42)
C0M7Y20K42 
(0%,7%,20%,42%)
(0.00/0.07/0.20/0.42)	

CMYK percentages

%0
%6.8
%20.41
%42.35

Codes

Color #938975 in popluar color models

938975
RGB147137117
HSL40°12.20%51.76%
HSB/HSV40°20.41%57.65%
CMYK0.00%6.80%20.41%
42.35%

Color #938975 in popluar number systems.

HEX938975
Decimal147137117
Binary10010011100010011110101
Octal223211165

Shades and tints

Shades of #938975

#938975
(147,137,117)
#867D6B
(134,125,107)
#797161
(121,113,97)
#6C6557
(108,101,87)
#5F594D
(95,89,77)
#524D43
(82,77,67)
#454139
(69,65,57)
#38352F
(56,53,47)
#2B2925
(43,41,37)
#1E1D1B
(30,29,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #938975

#938975
(147,137,117)
#9C9381
(156,147,129)
#A59D8D
(165,157,141)
#AEA799
(174,167,153)
#B7B1A5
(183,177,165)
#C0BBB1
(192,187,177)
#C9C5BD
(201,197,189)
#D2CFC9
(210,207,201)
#DBD9D5
(219,217,213)
#E4E3E1
(228,227,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938975 color. Also use rgb(147,137,117) instead hex code.

Text Font Color

.myTextColor { color: #938975; }

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

This text font color is #938975.


Background Color

.myBgColor { background-color: #938975; }

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

This div background color is #938975.


Border color

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

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

This div border color is #938975.


Opacity

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

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

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

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

This text has shadow with #938975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938975 on black background.


Color preview on white background

This text has color #938975 on white background.



Black color preview on #938975 background

This text has black color on #938975 background.


White color preview on #938975 background

This text has white color on #938975 background.