COLOR #94877C

HEX: #94877C
RGB: (148,135,124)

Color info

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

RGB color model

#94877C color RGB value is (148,135,124).

  • red value is 148;
  • green value is 135;
  • blue value is 124.
RGB:
(148,135,124)
(58%,53%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 135 of 255 = 53%
B 124 of 255 = 49%

148
135
124

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

Portions of RGB colors in percentages

R + G + B =
148 + 135 + 124 = 407 (100%)
R 148 of 407 ~ 36.36%
G 135 of 407 ~ 33.17%
B 124 of 407 ~ 30.47%

%36.36
%33.17
%30.47

CMYK color model

#94877C color CMYK value is (0,9,16,42).

  • cyan value is 0.00%
  • magenta value is 8.78%
  • yellow value is 16.22%
  • key color value is 41.96%
CMYK:
(0,9,16,42)
C0M9Y16K42 
(0%,9%,16%,42%)
(0.00/0.09/0.16/0.42)	

CMYK percentages

%0
%8.78
%16.22
%41.96

Codes

Color #94877C in popluar color models

94877C
RGB148135124
HSL28°10.08%53.33%
HSB/HSV28°16.22%58.04%
CMYK0.00%8.78%16.22%
41.96%

Color #94877C in popluar number systems.

HEX94877C
Decimal148135124
Binary10010100100001111111100
Octal224207174

Shades and tints

Shades of #94877C

#94877C
(148,135,124)
#877B71
(135,123,113)
#7A6F66
(122,111,102)
#6D635B
(109,99,91)
#605750
(96,87,80)
#534B45
(83,75,69)
#463F3A
(70,63,58)
#39332F
(57,51,47)
#2C2724
(44,39,36)
#1F1B19
(31,27,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #94877C

#94877C
(148,135,124)
#9D9187
(157,145,135)
#A69B92
(166,155,146)
#AFA59D
(175,165,157)
#B8AFA8
(184,175,168)
#C1B9B3
(193,185,179)
#CAC3BE
(202,195,190)
#D3CDC9
(211,205,201)
#DCD7D4
(220,215,212)
#E5E1DF
(229,225,223)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94877C color. Also use rgb(148,135,124) instead hex code.

Text Font Color

.myTextColor { color: #94877C; }

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

This text font color is #94877C.


Background Color

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

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

This div background color is #94877C.


Border color

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

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

This div border color is #94877C.


Opacity

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

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

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

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

This text has shadow with #94877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94877C on black background.


Color preview on white background

This text has color #94877C on white background.



Black color preview on #94877C background

This text has black color on #94877C background.


White color preview on #94877C background

This text has white color on #94877C background.