COLOR #938E7C

HEX: #938E7C
RGB: (147,142,124)

Color info

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

RGB color model

#938E7C color RGB value is (147,142,124).

  • red value is 147;
  • green value is 142;
  • blue value is 124.
RGB: (147,142,124) (58%,56%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 142 of 255 = 56%
B 124 of 255 = 49%

147
142
124

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

Portions of RGB colors in percentages

R + G + B =
147 + 142 + 124 = 413 (100%)
R 147 of 413 ~ 35.59%
G 142 of 413 ~ 34.38%
B 124 of 413 ~ 30.02%

%35.59
%34.38
%30.02

CMYK color model

#938E7C color CMYK value is (0,3,16,42).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 15.65%
  • key color value is 42.35%
CMYK: (0,3,16,42) C0M3Y16K42 (0%,3%,16%,42%) (0.00/0.03/0.16/0.42)

CMYK percentages

%0
%3.4
%15.65
%42.35

Codes

Color #938E7C in popluar color models

938E7C
RGB147142124
HSL47°9.62%53.14%
HSB/HSV47°15.65%57.65%
CMYK0.00%3.40%15.65%
42.35%

Color #938E7C in popluar number systems.

HEX938E7C
Decimal147142124
Binary10010011100011101111100
Octal223216174

Shades and tints

Shades of #938E7C

#938E7C
(147,142,124)
#868271
(134,130,113)
#797666
(121,118,102)
#6C6A5B
(108,106,91)
#5F5E50
(95,94,80)
#525245
(82,82,69)
#45463A
(69,70,58)
#383A2F
(56,58,47)
#2B2E24
(43,46,36)
#1E2219
(30,34,25)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #938E7C

#938E7C
(147,142,124)
#9C9887
(156,152,135)
#A5A292
(165,162,146)
#AEAC9D
(174,172,157)
#B7B6A8
(183,182,168)
#C0C0B3
(192,192,179)
#C9CABE
(201,202,190)
#D2D4C9
(210,212,201)
#DBDED4
(219,222,212)
#E4E8DF
(228,232,223)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938E7C color. Also use rgb(147,142,124) instead hex code.

Text Font Color

.myTextColor { color: #938E7C; }

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

This text font color is #938E7C.


Background Color

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

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

This div background color is #938E7C.


Border color

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

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

This div border color is #938E7C.


Opacity

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

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

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

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

This text has shadow with #938E7C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #938E7C on black background.


Color preview on white background

This text has color #938E7C on white background.



Black color preview on #938E7C background

This text has black color on #938E7C background.


White color preview on #938E7C background

This text has white color on #938E7C background.