COLOR #94757F

HEX: #94757F RGB: (148,117,127)

Color info

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

RGB color model

#94757F color RGB value is (148,117,127).

RGB: (148,117,127) (58%, 46%, 50%)

RGB channels and saturation

R 148 of 255 = 58%
G 117 of 255 = 46%
B 127 of 255 = 50%

148
117
127

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

Portions of RGB colors in percentages

R + G + B = 148 + 117 + 127 = 392 (100%)
R 148 of 392 ~ 37.76%
G 117 of 392 ~ 29.85%
B 127 of 392 ~ 32.4'%

%37.76
%29.85
%32.4

CMYK color model

#94757F color CMYK value is (0,21,14,42).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 14.19%
  • key color value is 41.96%

CMYK: (0,21,14,42)
C0M21Y14K42 (0%, 21%, 14%, 42%)
(0.00 / 0.21 / 0.14 / 0.42)

CMYK percentages

%0
%20.95
%14.19
%41.96

Codes

Color #94757F in popluar color models

94 75 7F
RGB 148 117 127
HSL 341° 12.65% 51.96%
HSB/HSV 341° 20.95% 58.04%
CMYK 0.00% 20.95% 14.19%
41.96%

Color #94757F in popluar number systems.

HEX 94 75 7F
Decimal 148 117 127
Binary 10010100 1110101 1111111
Octal 224 165 177

Shades and tints

Shades of #94757F

#94757F
(148,117,127)
#876B74
(135,107,116)
#7A6169
(122,97,105)
#6D575E
(109,87,94)
#604D53
(96,77,83)
#534348
(83,67,72)
#46393D
(70,57,61)
#392F32
(57,47,50)
#2C2527
(44,37,39)
#1F1B1C
(31,27,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #94757F

#94757F
(148,117,127)
#9D818A
(157,129,138)
#A68D95
(166,141,149)
#AF99A0
(175,153,160)
#B8A5AB
(184,165,171)
#C1B1B6
(193,177,182)
#CABDC1
(202,189,193)
#D3C9CC
(211,201,204)
#DCD5D7
(220,213,215)
#E5E1E2
(229,225,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94757F color. Also use rgb(148,117,127) instead hex code.

Text Font Color

.myTextColor { color: #94757F; }

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

This text font color is #94757F.

Background Color

.myBgColor { background-color: #94757F; }

<div style="background-color:#94757F">Inner text</div>

This div background color is #94757F.

Border color

.myBorderColor { border: 1px solid #94757F; }

<div style="border:3px solid #94757F">Div</div>

This div border color is #94757F.

Opacity

.myOpacity80 { color: #94757F; opacity: 0.8; }

<p style="color:#94757F;opacity:0.8;">80%</p>

Text with #94757F 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 #94757F;}

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

This text has shadow with #94757F color.


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

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

This text has shadow with #94757F primary color and red secondary color.


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

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

This text has shadow with #94757F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94757F.

Preview

Color preview on black background

This text has color #94757F on black background.


Color preview on white background

This text has color #94757F on white background.


Black color preview on #94757F background

This text has black color on #94757F background.


White color preview on #94757F background

This text has white color on #94757F background.


Related colors

Complementary color

Complementary color for #hex is #6B8A80.


I love getcolorcode.com

Triadic colors

1 #7F9475 and #757F94 with #94757F are triadic colors.

2 #7F7594 and #75947F with #94757F are triadic colors.