COLOR #937585

HEX: #937585
RGB: (147,117,133)

Color info

#937585 contains red, green and blue colors in about the same proportion. Web safe color of #937585 is #996699 (or #969).

RGB color model

#937585 color RGB value is (147,117,133).

  • red value is 147;
  • green value is 117;
  • blue value is 133.
RGB:
(147,117,133)
(58%,46%,52%)

RGB channels and saturation

R 147 of 255 = 58%
G 117 of 255 = 46%
B 133 of 255 = 52%

147
117
133

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

Portions of RGB colors in percentages

R + G + B =
147 + 117 + 133 = 397 (100%)
R 147 of 397 ~ 37.03%
G 117 of 397 ~ 29.47%
B 133 of 397 ~ 33.5%

%37.03
%29.47
%33.5

CMYK color model

#937585 color CMYK value is (0,20,10,42).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 9.52%
  • key color value is 42.35%
CMYK:
(0,20,10,42)
C0M20Y10K42 
(0%,20%,10%,42%)
(0.00/0.20/0.10/0.42)	

CMYK percentages

%0
%20.41
%9.52
%42.35

Codes

Color #937585 in popluar color models

937585
RGB147117133
HSL328°12.20%51.76%
HSB/HSV328°20.41%57.65%
CMYK0.00%20.41%9.52%
42.35%

Color #937585 in popluar number systems.

HEX937585
Decimal147117133
Binary10010011111010110000101
Octal223165205

Shades and tints

Shades of #937585

#937585
(147,117,133)
#866B79
(134,107,121)
#79616D
(121,97,109)
#6C5761
(108,87,97)
#5F4D55
(95,77,85)
#524349
(82,67,73)
#45393D
(69,57,61)
#382F31
(56,47,49)
#2B2525
(43,37,37)
#1E1B19
(30,27,25)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #937585

#937585
(147,117,133)
#9C8190
(156,129,144)
#A58D9B
(165,141,155)
#AE99A6
(174,153,166)
#B7A5B1
(183,165,177)
#C0B1BC
(192,177,188)
#C9BDC7
(201,189,199)
#D2C9D2
(210,201,210)
#DBD5DD
(219,213,221)
#E4E1E8
(228,225,232)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937585 color. Also use rgb(147,117,133) instead hex code.

Text Font Color

.myTextColor { color: #937585; }

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

This text font color is #937585.


Background Color

.myBgColor { background-color: #937585; }

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

This div background color is #937585.


Border color

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

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

This div border color is #937585.


Opacity

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

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

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

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

This text has shadow with #937585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937585 on black background.


Color preview on white background

This text has color #937585 on white background.



Black color preview on #937585 background

This text has black color on #937585 background.


White color preview on #937585 background

This text has white color on #937585 background.