COLOR #936979

HEX: #936979
RGB: (147,105,121)

Color info

#936979 contains red, green and blue colors in about the same proportion. Web safe color of #936979 is #996666 (or #966).

RGB color model

#936979 color RGB value is (147,105,121).

  • red value is 147;
  • green value is 105;
  • blue value is 121.
RGB:
(147,105,121)
(58%,41%,47%)

RGB channels and saturation

R 147 of 255 = 58%
G 105 of 255 = 41%
B 121 of 255 = 47%

147
105
121

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

Portions of RGB colors in percentages

R + G + B =
147 + 105 + 121 = 373 (100%)
R 147 of 373 ~ 39.41%
G 105 of 373 ~ 28.15%
B 121 of 373 ~ 32.44%

%39.41
%28.15
%32.44

CMYK color model

#936979 color CMYK value is (0,29,18,42).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(0,29,18,42)
C0M29Y18K42 
(0%,29%,18%,42%)
(0.00/0.29/0.18/0.42)	

CMYK percentages

%0
%28.57
%17.69
%42.35

Codes

Color #936979 in popluar color models

936979
RGB147105121
HSL337°16.67%49.41%
HSB/HSV337°28.57%57.65%
CMYK0.00%28.57%17.69%
42.35%

Color #936979 in popluar number systems.

HEX936979
Decimal147105121
Binary1001001111010011111001
Octal223151171

Shades and tints

Shades of #936979

#936979
(147,105,121)
#86606E
(134,96,110)
#795763
(121,87,99)
#6C4E58
(108,78,88)
#5F454D
(95,69,77)
#523C42
(82,60,66)
#453337
(69,51,55)
#382A2C
(56,42,44)
#2B2121
(43,33,33)
#1E1816
(30,24,22)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #936979

#936979
(147,105,121)
#9C7685
(156,118,133)
#A58391
(165,131,145)
#AE909D
(174,144,157)
#B79DA9
(183,157,169)
#C0AAB5
(192,170,181)
#C9B7C1
(201,183,193)
#D2C4CD
(210,196,205)
#DBD1D9
(219,209,217)
#E4DEE5
(228,222,229)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936979 color. Also use rgb(147,105,121) instead hex code.

Text Font Color

.myTextColor { color: #936979; }

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

This text font color is #936979.


Background Color

.myBgColor { background-color: #936979; }

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

This div background color is #936979.


Border color

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

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

This div border color is #936979.


Opacity

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

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

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

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

This text has shadow with #936979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936979 on black background.


Color preview on white background

This text has color #936979 on white background.



Black color preview on #936979 background

This text has black color on #936979 background.


White color preview on #936979 background

This text has white color on #936979 background.