COLOR #94748D

HEX: #94748D
RGB: (148,116,141)

Color info

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

RGB color model

#94748D color RGB value is (148,116,141).

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

RGB channels and saturation

R 148 of 255 = 58%
G 116 of 255 = 45%
B 141 of 255 = 55%

148
116
141

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

Portions of RGB colors in percentages

R + G + B =
148 + 116 + 141 = 405 (100%)
R 148 of 405 ~ 36.54%
G 116 of 405 ~ 28.64%
B 141 of 405 ~ 34.81%

%36.54
%28.64
%34.81

CMYK color model

#94748D color CMYK value is (0,22,5,42).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 4.73%
  • key color value is 41.96%
CMYK:
(0,22,5,42)
C0M22Y5K42 
(0%,22%,5%,42%)
(0.00/0.22/0.05/0.42)	

CMYK percentages

%0
%21.62
%4.73
%41.96

Codes

Color #94748D in popluar color models

94748D
RGB148116141
HSL313°13.01%51.76%
HSB/HSV313°21.62%58.04%
CMYK0.00%21.62%4.73%
41.96%

Color #94748D in popluar number systems.

HEX94748D
Decimal148116141
Binary10010100111010010001101
Octal224164215

Shades and tints

Shades of #94748D

#94748D
(148,116,141)
#876A81
(135,106,129)
#7A6075
(122,96,117)
#6D5669
(109,86,105)
#604C5D
(96,76,93)
#534251
(83,66,81)
#463845
(70,56,69)
#392E39
(57,46,57)
#2C242D
(44,36,45)
#1F1A21
(31,26,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #94748D

#94748D
(148,116,141)
#9D8097
(157,128,151)
#A68CA1
(166,140,161)
#AF98AB
(175,152,171)
#B8A4B5
(184,164,181)
#C1B0BF
(193,176,191)
#CABCC9
(202,188,201)
#D3C8D3
(211,200,211)
#DCD4DD
(220,212,221)
#E5E0E7
(229,224,231)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94748D color. Also use rgb(148,116,141) instead hex code.

Text Font Color

.myTextColor { color: #94748D; }

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

This text font color is #94748D.


Background Color

.myBgColor { background-color: #94748D; }

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

This div background color is #94748D.


Border color

.myBorderColor { border: 1px solid #94748D; }

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

This div border color is #94748D.


Opacity

.myOpacity80 { color: #94748D; opacity: 0.8; }

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

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

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

This text has shadow with #94748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94748D on black background.


Color preview on white background

This text has color #94748D on white background.



Black color preview on #94748D background

This text has black color on #94748D background.


White color preview on #94748D background

This text has white color on #94748D background.