COLOR #948584

HEX: #948584
RGB: (148,133,132)

Color info

#948584 contains red, green and blue colors in about the same proportion. Web safe color of #948584 is #999999 (or #999).

RGB color model

#948584 color RGB value is (148,133,132).

  • red value is 148;
  • green value is 133;
  • blue value is 132.
RGB:
(148,133,132)
(58%,52%,52%)

RGB channels and saturation

R 148 of 255 = 58%
G 133 of 255 = 52%
B 132 of 255 = 52%

148
133
132

R + G + B ~ 54%. #948584 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 133 + 132 = 413 (100%)
R 148 of 413 ~ 35.84%
G 133 of 413 ~ 32.2%
B 132 of 413 ~ 31.96%

%35.84
%32.2
%31.96

CMYK color model

#948584 color CMYK value is (0,10,11,42).

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 10.81%
  • key color value is 41.96%
CMYK:
(0,10,11,42)
C0M10Y11K42 
(0%,10%,11%,42%)
(0.00/0.10/0.11/0.42)	

CMYK percentages

%0
%10.14
%10.81
%41.96

Codes

Color #948584 in popluar color models

948584
RGB148133132
HSL6.96%54.90%
HSB/HSV10.81%58.04%
CMYK0.00%10.14%10.81%
41.96%

Color #948584 in popluar number systems.

HEX948584
Decimal148133132
Binary100101001000010110000100
Octal224205204

Shades and tints

Shades of #948584

#948584
(148,133,132)
#877978
(135,121,120)
#7A6D6C
(122,109,108)
#6D6160
(109,97,96)
#605554
(96,85,84)
#534948
(83,73,72)
#463D3C
(70,61,60)
#393130
(57,49,48)
#2C2524
(44,37,36)
#1F1918
(31,25,24)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #948584

#948584
(148,133,132)
#9D908F
(157,144,143)
#A69B9A
(166,155,154)
#AFA6A5
(175,166,165)
#B8B1B0
(184,177,176)
#C1BCBB
(193,188,187)
#CAC7C6
(202,199,198)
#D3D2D1
(211,210,209)
#DCDDDC
(220,221,220)
#E5E8E7
(229,232,231)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948584 color. Also use rgb(148,133,132) instead hex code.

Text Font Color

.myTextColor { color: #948584; }

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

This text font color is #948584.


Background Color

.myBgColor { background-color: #948584; }

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

This div background color is #948584.


Border color

.myBorderColor { border: 1px solid #948584; }

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

This div border color is #948584.


Opacity

.myOpacity80 { color: #948584; opacity: 0.8; }

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

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

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

This text has shadow with #948584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948584 on black background.


Color preview on white background

This text has color #948584 on white background.



Black color preview on #948584 background

This text has black color on #948584 background.


White color preview on #948584 background

This text has white color on #948584 background.