COLOR #94748C

HEX: #94748C RGB: (148,116,140)

Color info

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

RGB color model

#94748C color RGB value is (148,116,140).

RGB: (148,116,140) (58%, 45%, 55%)

RGB channels and saturation

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

148
116
140

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

Portions of RGB colors in percentages

R + G + B = 148 + 116 + 140 = 404 (100%)
R 148 of 404 ~ 36.63%
G 116 of 404 ~ 28.71%
B 140 of 404 ~ 34.65'%

%36.63
%28.71
%34.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 5.41%
  • 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
%5.41
%41.96

Codes

Color #94748C in popluar color models

94 74 8C
RGB 148 116 140
HSL 315° 13.01% 51.76%
HSB/HSV 315° 21.62% 58.04%
CMYK 0.00% 21.62% 5.41%
41.96%

Color #94748C in popluar number systems.

HEX 94 74 8C
Decimal 148 116 140
Binary 10010100 1110100 10001100
Octal 224 164 214

Shades and tints

Shades of #94748C

#94748C
(148,116,140)
#876A80
(135,106,128)
#7A6074
(122,96,116)
#6D5668
(109,86,104)
#604C5C
(96,76,92)
#534250
(83,66,80)
#463844
(70,56,68)
#392E38
(57,46,56)
#2C242C
(44,36,44)
#1F1A20
(31,26,32)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #94748C

#94748C
(148,116,140)
#9D8096
(157,128,150)
#A68CA0
(166,140,160)
#AF98AA
(175,152,170)
#B8A4B4
(184,164,180)
#C1B0BE
(193,176,190)
#CABCC8
(202,188,200)
#D3C8D2
(211,200,210)
#DCD4DC
(220,212,220)
#E5E0E6
(229,224,230)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94748C; }

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

This text font color is #94748C.

Background Color

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

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

This div background color is #94748C.

Border color

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

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

This div border color is #94748C.

Opacity

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

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

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

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

This text has shadow with #94748C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94748C.

Preview

Color preview on black background

This text has color #94748C on black background.


Color preview on white background

This text has color #94748C on white background.


Black color preview on #94748C background

This text has black color on #94748C background.


White color preview on #94748C background

This text has white color on #94748C background.


Related colors

Complementary color

Complementary color for #hex is #6B8B73.


I love getcolorcode.com

Triadic colors

1 #8C9474 and #748C94 with #94748C are triadic colors.

2 #8C7494 and #74948C with #94748C are triadic colors.