COLOR #94747B

HEX: #94747B
RGB: (148,116,123)

Color info

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

RGB color model

#94747B color RGB value is (148,116,123).

  • red value is 148;
  • green value is 116;
  • blue value is 123.
RGB:
(148,116,123)
(58%,45%,48%)

RGB channels and saturation

R 148 of 255 = 58%
G 116 of 255 = 45%
B 123 of 255 = 48%

148
116
123

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

Portions of RGB colors in percentages

R + G + B =
148 + 116 + 123 = 387 (100%)
R 148 of 387 ~ 38.24%
G 116 of 387 ~ 29.97%
B 123 of 387 ~ 31.78%

%38.24
%29.97
%31.78

CMYK color model

#94747B color CMYK value is (0,22,17,42).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 16.89%
  • key color value is 41.96%
CMYK:
(0,22,17,42)
C0M22Y17K42 
(0%,22%,17%,42%)
(0.00/0.22/0.17/0.42)	

CMYK percentages

%0
%21.62
%16.89
%41.96

Codes

Color #94747B in popluar color models

94747B
RGB148116123
HSL347°13.01%51.76%
HSB/HSV347°21.62%58.04%
CMYK0.00%21.62%16.89%
41.96%

Color #94747B in popluar number systems.

HEX94747B
Decimal148116123
Binary1001010011101001111011
Octal224164173

Shades and tints

Shades of #94747B

#94747B
(148,116,123)
#876A70
(135,106,112)
#7A6065
(122,96,101)
#6D565A
(109,86,90)
#604C4F
(96,76,79)
#534244
(83,66,68)
#463839
(70,56,57)
#392E2E
(57,46,46)
#2C2423
(44,36,35)
#1F1A18
(31,26,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #94747B

#94747B
(148,116,123)
#9D8087
(157,128,135)
#A68C93
(166,140,147)
#AF989F
(175,152,159)
#B8A4AB
(184,164,171)
#C1B0B7
(193,176,183)
#CABCC3
(202,188,195)
#D3C8CF
(211,200,207)
#DCD4DB
(220,212,219)
#E5E0E7
(229,224,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94747B color. Also use rgb(148,116,123) instead hex code.

Text Font Color

.myTextColor { color: #94747B; }

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

This text font color is #94747B.


Background Color

.myBgColor { background-color: #94747B; }

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

This div background color is #94747B.


Border color

.myBorderColor { border: 1px solid #94747B; }

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

This div border color is #94747B.


Opacity

.myOpacity80 { color: #94747B; opacity: 0.8; }

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

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

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

This text has shadow with #94747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94747B on black background.


Color preview on white background

This text has color #94747B on white background.



Black color preview on #94747B background

This text has black color on #94747B background.


White color preview on #94747B background

This text has white color on #94747B background.