COLOR #94738C

HEX: #94738C
RGB: (148,115,140)

Color info

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

RGB color model

#94738C color RGB value is (148,115,140).

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

RGB channels and saturation

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

148
115
140

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

Portions of RGB colors in percentages

R + G + B =
148 + 115 + 140 = 403 (100%)
R 148 of 403 ~ 36.72%
G 115 of 403 ~ 28.54%
B 140 of 403 ~ 34.74%

%36.72
%28.54
%34.74

CMYK color model

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

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

Codes

Color #94738C in popluar color models

94738C
RGB148115140
HSL315°13.36%51.57%
HSB/HSV315°22.30%58.04%
CMYK0.00%22.30%5.41%
41.96%

Color #94738C in popluar number systems.

HEX94738C
Decimal148115140
Binary10010100111001110001100
Octal224163214

Shades and tints

Shades of #94738C

#94738C
(148,115,140)
#876980
(135,105,128)
#7A5F74
(122,95,116)
#6D5568
(109,85,104)
#604B5C
(96,75,92)
#534150
(83,65,80)
#463744
(70,55,68)
#392D38
(57,45,56)
#2C232C
(44,35,44)
#1F1920
(31,25,32)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #94738C

#94738C
(148,115,140)
#9D7F96
(157,127,150)
#A68BA0
(166,139,160)
#AF97AA
(175,151,170)
#B8A3B4
(184,163,180)
#C1AFBE
(193,175,190)
#CABBC8
(202,187,200)
#D3C7D2
(211,199,210)
#DCD3DC
(220,211,220)
#E5DFE6
(229,223,230)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94738C; }

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

This text font color is #94738C.


Background Color

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

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

This div background color is #94738C.


Border color

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

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

This div border color is #94738C.


Opacity

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

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

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

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

This text has shadow with #94738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94738C on black background.


Color preview on white background

This text has color #94738C on white background.



Black color preview on #94738C background

This text has black color on #94738C background.


White color preview on #94738C background

This text has white color on #94738C background.