COLOR #94788B

HEX: #94788B
RGB: (148,120,139)

Color info

#94788B contains red, green and blue colors in about the same proportion. Web safe color of #94788B is #996699 (or #969).

RGB color model

#94788B color RGB value is (148,120,139).

  • red value is 148;
  • green value is 120;
  • blue value is 139.
RGB:
(148,120,139)
(58%,47%,55%)

RGB channels and saturation

R 148 of 255 = 58%
G 120 of 255 = 47%
B 139 of 255 = 55%

148
120
139

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

Portions of RGB colors in percentages

R + G + B =
148 + 120 + 139 = 407 (100%)
R 148 of 407 ~ 36.36%
G 120 of 407 ~ 29.48%
B 139 of 407 ~ 34.15%

%36.36
%29.48
%34.15

CMYK color model

#94788B color CMYK value is (0,19,6,42).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 6.08%
  • key color value is 41.96%
CMYK:
(0,19,6,42)
C0M19Y6K42 
(0%,19%,6%,42%)
(0.00/0.19/0.06/0.42)	

CMYK percentages

%0
%18.92
%6.08
%41.96

Codes

Color #94788B in popluar color models

94788B
RGB148120139
HSL319°11.57%52.55%
HSB/HSV319°18.92%58.04%
CMYK0.00%18.92%6.08%
41.96%

Color #94788B in popluar number systems.

HEX94788B
Decimal148120139
Binary10010100111100010001011
Octal224170213

Shades and tints

Shades of #94788B

#94788B
(148,120,139)
#876E7F
(135,110,127)
#7A6473
(122,100,115)
#6D5A67
(109,90,103)
#60505B
(96,80,91)
#53464F
(83,70,79)
#463C43
(70,60,67)
#393237
(57,50,55)
#2C282B
(44,40,43)
#1F1E1F
(31,30,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #94788B

#94788B
(148,120,139)
#9D8495
(157,132,149)
#A6909F
(166,144,159)
#AF9CA9
(175,156,169)
#B8A8B3
(184,168,179)
#C1B4BD
(193,180,189)
#CAC0C7
(202,192,199)
#D3CCD1
(211,204,209)
#DCD8DB
(220,216,219)
#E5E4E5
(229,228,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94788B color. Also use rgb(148,120,139) instead hex code.

Text Font Color

.myTextColor { color: #94788B; }

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

This text font color is #94788B.


Background Color

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

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

This div background color is #94788B.


Border color

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

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

This div border color is #94788B.


Opacity

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

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

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

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

This text has shadow with #94788B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94788B on black background.


Color preview on white background

This text has color #94788B on white background.



Black color preview on #94788B background

This text has black color on #94788B background.


White color preview on #94788B background

This text has white color on #94788B background.