COLOR #908584

HEX: #908584
RGB: (144,133,132)

Color info

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

RGB color model

#908584 color RGB value is (144,133,132).

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

RGB channels and saturation

R 144 of 255 = 56%
G 133 of 255 = 52%
B 132 of 255 = 52%

144
133
132

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

Portions of RGB colors in percentages

R + G + B =
144 + 133 + 132 = 409 (100%)
R 144 of 409 ~ 35.21%
G 133 of 409 ~ 32.52%
B 132 of 409 ~ 32.27%

%35.21
%32.52
%32.27

CMYK color model

#908584 color CMYK value is (0,8,8,44).

  • cyan value is 0.00%
  • magenta value is 7.64%
  • yellow value is 8.33%
  • key color value is 43.53%
CMYK:
(0,8,8,44)
C0M8Y8K44 
(0%,8%,8%,44%)
(0.00/0.08/0.08/0.44)	

CMYK percentages

%0
%7.64
%8.33
%43.53

Codes

Color #908584 in popluar color models

908584
RGB144133132
HSL5.13%54.12%
HSB/HSV8.33%56.47%
CMYK0.00%7.64%8.33%
43.53%

Color #908584 in popluar number systems.

HEX908584
Decimal144133132
Binary100100001000010110000100
Octal220205204

Shades and tints

Shades of #908584

#908584
(144,133,132)
#837978
(131,121,120)
#766D6C
(118,109,108)
#696160
(105,97,96)
#5C5554
(92,85,84)
#4F4948
(79,73,72)
#423D3C
(66,61,60)
#353130
(53,49,48)
#282524
(40,37,36)
#1B1918
(27,25,24)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #908584

#908584
(144,133,132)
#9A908F
(154,144,143)
#A49B9A
(164,155,154)
#AEA6A5
(174,166,165)
#B8B1B0
(184,177,176)
#C2BCBB
(194,188,187)
#CCC7C6
(204,199,198)
#D6D2D1
(214,210,209)
#E0DDDC
(224,221,220)
#EAE8E7
(234,232,231)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908584; }

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

This text font color is #908584.


Background Color

.myBgColor { background-color: #908584; }

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

This div background color is #908584.


Border color

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

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

This div border color is #908584.


Opacity

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

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

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

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

This text has shadow with #908584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908584 on black background.


Color preview on white background

This text has color #908584 on white background.



Black color preview on #908584 background

This text has black color on #908584 background.


White color preview on #908584 background

This text has white color on #908584 background.