COLOR #94707C

HEX: #94707C
RGB: (148,112,124)

Color info

#94707C contains red, green and blue colors in about the same proportion. Web safe color of #94707C is #996666 (or #966).

RGB color model

#94707C color RGB value is (148,112,124).

  • red value is 148;
  • green value is 112;
  • blue value is 124.
RGB:
(148,112,124)
(58%,44%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 112 of 255 = 44%
B 124 of 255 = 49%

148
112
124

R + G + B ~ 50%. #94707C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 112 + 124 = 384 (100%)
R 148 of 384 ~ 38.54%
G 112 of 384 ~ 29.17%
B 124 of 384 ~ 32.29%

%38.54
%29.17
%32.29

CMYK color model

#94707C color CMYK value is (0,24,16,42).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 16.22%
  • key color value is 41.96%
CMYK:
(0,24,16,42)
C0M24Y16K42 
(0%,24%,16%,42%)
(0.00/0.24/0.16/0.42)	

CMYK percentages

%0
%24.32
%16.22
%41.96

Codes

Color #94707C in popluar color models

94707C
RGB148112124
HSL340°14.40%50.98%
HSB/HSV340°24.32%58.04%
CMYK0.00%24.32%16.22%
41.96%

Color #94707C in popluar number systems.

HEX94707C
Decimal148112124
Binary1001010011100001111100
Octal224160174

Shades and tints

Shades of #94707C

#94707C
(148,112,124)
#876671
(135,102,113)
#7A5C66
(122,92,102)
#6D525B
(109,82,91)
#604850
(96,72,80)
#533E45
(83,62,69)
#46343A
(70,52,58)
#392A2F
(57,42,47)
#2C2024
(44,32,36)
#1F1619
(31,22,25)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #94707C

#94707C
(148,112,124)
#9D7D87
(157,125,135)
#A68A92
(166,138,146)
#AF979D
(175,151,157)
#B8A4A8
(184,164,168)
#C1B1B3
(193,177,179)
#CABEBE
(202,190,190)
#D3CBC9
(211,203,201)
#DCD8D4
(220,216,212)
#E5E5DF
(229,229,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94707C color. Also use rgb(148,112,124) instead hex code.

Text Font Color

.myTextColor { color: #94707C; }

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

This text font color is #94707C.


Background Color

.myBgColor { background-color: #94707C; }

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

This div background color is #94707C.


Border color

.myBorderColor { border: 1px solid #94707C; }

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

This div border color is #94707C.


Opacity

.myOpacity80 { color: #94707C; opacity: 0.8; }

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

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

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

This text has shadow with #94707C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94707C on black background.


Color preview on white background

This text has color #94707C on white background.



Black color preview on #94707C background

This text has black color on #94707C background.


White color preview on #94707C background

This text has white color on #94707C background.