COLOR #94737D

HEX: #94737D RGB: (148,115,125)

Color info

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

RGB color model

#94737D color RGB value is (148,115,125).

RGB: (148,115,125) (58%, 45%, 49%)

RGB channels and saturation

R 148 of 255 = 58%
G 115 of 255 = 45%
B 125 of 255 = 49%

148
115
125

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

Portions of RGB colors in percentages

R + G + B = 148 + 115 + 125 = 388 (100%)
R 148 of 388 ~ 38.14%
G 115 of 388 ~ 29.64%
B 125 of 388 ~ 32.22'%

%38.14
%29.64
%32.22

CMYK color model

#94737D color CMYK value is (0,22,16,42).

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

CMYK: (0,22,16,42)
C0M22Y16K42 (0%, 22%, 16%, 42%)
(0.00 / 0.22 / 0.16 / 0.42)

CMYK percentages

%0
%22.3
%15.54
%41.96

Codes

Color #94737D in popluar color models

94 73 7D
RGB 148 115 125
HSL 342° 13.36% 51.57%
HSB/HSV 342° 22.30% 58.04%
CMYK 0.00% 22.30% 15.54%
41.96%

Color #94737D in popluar number systems.

HEX 94 73 7D
Decimal 148 115 125
Binary 10010100 1110011 1111101
Octal 224 163 175

Shades and tints

Shades of #94737D

#94737D
(148,115,125)
#876972
(135,105,114)
#7A5F67
(122,95,103)
#6D555C
(109,85,92)
#604B51
(96,75,81)
#534146
(83,65,70)
#46373B
(70,55,59)
#392D30
(57,45,48)
#2C2325
(44,35,37)
#1F191A
(31,25,26)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #94737D

#94737D
(148,115,125)
#9D7F88
(157,127,136)
#A68B93
(166,139,147)
#AF979E
(175,151,158)
#B8A3A9
(184,163,169)
#C1AFB4
(193,175,180)
#CABBBF
(202,187,191)
#D3C7CA
(211,199,202)
#DCD3D5
(220,211,213)
#E5DFE0
(229,223,224)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94737D; }

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

This text font color is #94737D.

Background Color

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

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

This div background color is #94737D.

Border color

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

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

This div border color is #94737D.

Opacity

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

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

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

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

This text has shadow with #94737D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94737D.

Preview

Color preview on black background

This text has color #94737D on black background.


Color preview on white background

This text has color #94737D on white background.


Black color preview on #94737D background

This text has black color on #94737D background.


White color preview on #94737D background

This text has white color on #94737D background.


Related colors

Complementary color

Complementary color for #hex is #6B8C82.


I love getcolorcode.com

Triadic colors

1 #7D9473 and #737D94 with #94737D are triadic colors.

2 #7D7394 and #73947D with #94737D are triadic colors.