COLOR #94647D

HEX: #94647D RGB: (148,100,125)

Color info

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

RGB color model

#94647D color RGB value is (148,100,125).

RGB: (148,100,125) (58%, 39%, 49%)

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 125 of 255 = 49%

148
100
125

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

Portions of RGB colors in percentages

R + G + B = 148 + 100 + 125 = 373 (100%)
R 148 of 373 ~ 39.68%
G 100 of 373 ~ 26.81%
B 125 of 373 ~ 33.51'%

%39.68
%26.81
%33.51

CMYK color model

#94647D color CMYK value is (0,32,16,42).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 15.54%
  • key color value is 41.96%

CMYK: (0,32,16,42)
C0M32Y16K42 (0%, 32%, 16%, 42%)
(0.00 / 0.32 / 0.16 / 0.42)

CMYK percentages

%0
%32.43
%15.54
%41.96

Codes

Color #94647D in popluar color models

94 64 7D
RGB 148 100 125
HSL 329° 19.35% 48.63%
HSB/HSV 329° 32.43% 58.04%
CMYK 0.00% 32.43% 15.54%
41.96%

Color #94647D in popluar number systems.

HEX 94 64 7D
Decimal 148 100 125
Binary 10010100 1100100 1111101
Octal 224 144 175

Shades and tints

Shades of #94647D

#94647D
(148,100,125)
#875B72
(135,91,114)
#7A5267
(122,82,103)
#6D495C
(109,73,92)
#604051
(96,64,81)
#533746
(83,55,70)
#462E3B
(70,46,59)
#392530
(57,37,48)
#2C1C25
(44,28,37)
#1F131A
(31,19,26)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #94647D

#94647D
(148,100,125)
#9D7288
(157,114,136)
#A68093
(166,128,147)
#AF8E9E
(175,142,158)
#B89CA9
(184,156,169)
#C1AAB4
(193,170,180)
#CAB8BF
(202,184,191)
#D3C6CA
(211,198,202)
#DCD4D5
(220,212,213)
#E5E2E0
(229,226,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94647D color. Also use rgb(148,100,125) instead hex code.

Text Font Color

.myTextColor { color: #94647D; }

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

This text font color is #94647D.

Background Color

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

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

This div background color is #94647D.

Border color

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

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

This div border color is #94647D.

Opacity

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

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

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

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

This text has shadow with #94647D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94647D.

Preview

Color preview on black background

This text has color #94647D on black background.


Color preview on white background

This text has color #94647D on white background.


Black color preview on #94647D background

This text has black color on #94647D background.


White color preview on #94647D background

This text has white color on #94647D background.


Related colors

Complementary color

Complementary color for #hex is #6B9B82.


I love getcolorcode.com

Triadic colors

1 #7D9464 and #647D94 with #94647D are triadic colors.

2 #7D6494 and #64947D with #94647D are triadic colors.