COLOR #94738D

HEX: #94738D
RGB: (148,115,141)

Color info

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

RGB color model

#94738D color RGB value is (148,115,141).

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

RGB channels and saturation

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

148
115
141

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

Portions of RGB colors in percentages

R + G + B =
148 + 115 + 141 = 404 (100%)
R 148 of 404 ~ 36.63%
G 115 of 404 ~ 28.47%
B 141 of 404 ~ 34.9%

%36.63
%28.47
%34.9

CMYK color model

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

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

Codes

Color #94738D in popluar color models

94738D
RGB148115141
HSL313°13.36%51.57%
HSB/HSV313°22.30%58.04%
CMYK0.00%22.30%4.73%
41.96%

Color #94738D in popluar number systems.

HEX94738D
Decimal148115141
Binary10010100111001110001101
Octal224163215

Shades and tints

Shades of #94738D

#94738D
(148,115,141)
#876981
(135,105,129)
#7A5F75
(122,95,117)
#6D5569
(109,85,105)
#604B5D
(96,75,93)
#534151
(83,65,81)
#463745
(70,55,69)
#392D39
(57,45,57)
#2C232D
(44,35,45)
#1F1921
(31,25,33)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #94738D

#94738D
(148,115,141)
#9D7F97
(157,127,151)
#A68BA1
(166,139,161)
#AF97AB
(175,151,171)
#B8A3B5
(184,163,181)
#C1AFBF
(193,175,191)
#CABBC9
(202,187,201)
#D3C7D3
(211,199,211)
#DCD3DD
(220,211,221)
#E5DFE7
(229,223,231)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94738D; }

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

This text font color is #94738D.


Background Color

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

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

This div background color is #94738D.


Border color

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

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

This div border color is #94738D.


Opacity

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

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

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

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

This text has shadow with #94738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94738D on black background.


Color preview on white background

This text has color #94738D on white background.



Black color preview on #94738D background

This text has black color on #94738D background.


White color preview on #94738D background

This text has white color on #94738D background.