COLOR #94687D

HEX: #94687D
RGB: (148,104,125)

Color info

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

RGB color model

#94687D color RGB value is (148,104,125).

  • red value is 148;
  • green value is 104;
  • blue value is 125.
RGB:
(148,104,125)
(58%,41%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 104 of 255 = 41%
B 125 of 255 = 49%

148
104
125

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

Portions of RGB colors in percentages

R + G + B =
148 + 104 + 125 = 377 (100%)
R 148 of 377 ~ 39.26%
G 104 of 377 ~ 27.59%
B 125 of 377 ~ 33.16%

%39.26
%27.59
%33.16

CMYK color model

#94687D color CMYK value is (0,30,16,42).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(0,30,16,42)
C0M30Y16K42 
(0%,30%,16%,42%)
(0.00/0.30/0.16/0.42)	

CMYK percentages

%0
%29.73
%15.54
%41.96

Codes

Color #94687D in popluar color models

94687D
RGB148104125
HSL331°17.46%49.41%
HSB/HSV331°29.73%58.04%
CMYK0.00%29.73%15.54%
41.96%

Color #94687D in popluar number systems.

HEX94687D
Decimal148104125
Binary1001010011010001111101
Octal224150175

Shades and tints

Shades of #94687D

#94687D
(148,104,125)
#875F72
(135,95,114)
#7A5667
(122,86,103)
#6D4D5C
(109,77,92)
#604451
(96,68,81)
#533B46
(83,59,70)
#46323B
(70,50,59)
#392930
(57,41,48)
#2C2025
(44,32,37)
#1F171A
(31,23,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #94687D

#94687D
(148,104,125)
#9D7588
(157,117,136)
#A68293
(166,130,147)
#AF8F9E
(175,143,158)
#B89CA9
(184,156,169)
#C1A9B4
(193,169,180)
#CAB6BF
(202,182,191)
#D3C3CA
(211,195,202)
#DCD0D5
(220,208,213)
#E5DDE0
(229,221,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94687D; }

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

This text font color is #94687D.


Background Color

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

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

This div background color is #94687D.


Border color

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

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

This div border color is #94687D.


Opacity

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

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

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

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

This text has shadow with #94687D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94687D on black background.


Color preview on white background

This text has color #94687D on white background.



Black color preview on #94687D background

This text has black color on #94687D background.


White color preview on #94687D background

This text has white color on #94687D background.