COLOR #94947D

HEX: #94947D RGB: (148,148,125)

Color info

#94947D contains red, green and blue colors in about the same proportion. Web safe color of #94947D is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

148
148
125

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

Portions of RGB colors in percentages

R + G + B = 148 + 148 + 125 = 421 (100%)
R 148 of 421 ~ 35.15%
G 148 of 421 ~ 35.15%
B 125 of 421 ~ 29.69'%

%35.15
%35.15
%29.69

CMYK color model

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

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

CMYK: (0,0,16,42)
C0M0Y16K42 (0%, 0%, 16%, 42%)
(0.00 / 0.00 / 0.16 / 0.42)

CMYK percentages

%0
%0
%15.54
%41.96

Codes

Color #94947D in popluar color models

94 94 7D
RGB 148 148 125
HSL 60° 9.70% 53.53%
HSB/HSV 60° 15.54% 58.04%
CMYK 0.00% 0.00% 15.54%
41.96%

Color #94947D in popluar number systems.

HEX 94 94 7D
Decimal 148 148 125
Binary 10010100 10010100 1111101
Octal 224 224 175

Shades and tints

Shades of #94947D

#94947D
(148,148,125)
#878772
(135,135,114)
#7A7A67
(122,122,103)
#6D6D5C
(109,109,92)
#606051
(96,96,81)
#535346
(83,83,70)
#46463B
(70,70,59)
#393930
(57,57,48)
#2C2C25
(44,44,37)
#1F1F1A
(31,31,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #94947D

#94947D
(148,148,125)
#9D9D88
(157,157,136)
#A6A693
(166,166,147)
#AFAF9E
(175,175,158)
#B8B8A9
(184,184,169)
#C1C1B4
(193,193,180)
#CACABF
(202,202,191)
#D3D3CA
(211,211,202)
#DCDCD5
(220,220,213)
#E5E5E0
(229,229,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94947D; }

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

This text font color is #94947D.

Background Color

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

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

This div background color is #94947D.

Border color

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

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

This div border color is #94947D.

Opacity

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

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

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

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

This text has shadow with #94947D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94947D.

Preview

Color preview on black background

This text has color #94947D on black background.


Color preview on white background

This text has color #94947D on white background.


Black color preview on #94947D background

This text has black color on #94947D background.


White color preview on #94947D background

This text has white color on #94947D background.


Related colors

Complementary color

Complementary color for #hex is #6B6B82.


I love getcolorcode.com