COLOR #936A79

HEX: #936A79 RGB: (147,106,121)

Color info

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

RGB color model

#936A79 color RGB value is (147,106,121).

RGB: (147,106,121) (58%, 42%, 47%)

RGB channels and saturation

R 147 of 255 = 58%
G 106 of 255 = 42%
B 121 of 255 = 47%

147
106
121

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

Portions of RGB colors in percentages

R + G + B = 147 + 106 + 121 = 374 (100%)
R 147 of 374 ~ 39.3%
G 106 of 374 ~ 28.34%
B 121 of 374 ~ 32.35'%

%39.3
%28.34
%32.35

CMYK color model

#936A79 color CMYK value is (0,28,18,42).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 17.69%
  • key color value is 42.35%

CMYK: (0,28,18,42)
C0M28Y18K42 (0%, 28%, 18%, 42%)
(0.00 / 0.28 / 0.18 / 0.42)

CMYK percentages

%0
%27.89
%17.69
%42.35

Codes

Color #936A79 in popluar color models

93 6A 79
RGB 147 106 121
HSL 338° 16.21% 49.61%
HSB/HSV 338° 27.89% 57.65%
CMYK 0.00% 27.89% 17.69%
42.35%

Color #936A79 in popluar number systems.

HEX 93 6A 79
Decimal 147 106 121
Binary 10010011 1101010 1111001
Octal 223 152 171

Shades and tints

Shades of #936A79

#936A79
(147,106,121)
#86616E
(134,97,110)
#795863
(121,88,99)
#6C4F58
(108,79,88)
#5F464D
(95,70,77)
#523D42
(82,61,66)
#453437
(69,52,55)
#382B2C
(56,43,44)
#2B2221
(43,34,33)
#1E1916
(30,25,22)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #936A79

#936A79
(147,106,121)
#9C7785
(156,119,133)
#A58491
(165,132,145)
#AE919D
(174,145,157)
#B79EA9
(183,158,169)
#C0ABB5
(192,171,181)
#C9B8C1
(201,184,193)
#D2C5CD
(210,197,205)
#DBD2D9
(219,210,217)
#E4DFE5
(228,223,229)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #936A79; }

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

This text font color is #936A79.

Background Color

.myBgColor { background-color: #936A79; }

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

This div background color is #936A79.

Border color

.myBorderColor { border: 1px solid #936A79; }

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

This div border color is #936A79.

Opacity

.myOpacity80 { color: #936A79; opacity: 0.8; }

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

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

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

This text has shadow with #936A79 color.


.textShadow {text-shadow: 3px 3px 1px #936A79', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #936A79; -webkit-box-shadow: 1px 1px 3px 2px #936A79; box-shadow:1px 1px 3px 2px #936A79;">
Div content here
</div>

This div box has shadow with color #936A79.

Preview

Color preview on black background

This text has color #936A79 on black background.


Color preview on white background

This text has color #936A79 on white background.


Black color preview on #936A79 background

This text has black color on #936A79 background.


White color preview on #936A79 background

This text has white color on #936A79 background.


Related colors

Complementary color

Complementary color for #hex is #6C9586.


I love getcolorcode.com

Triadic colors

1 #79936A and #6A7993 with #936A79 are triadic colors.

2 #796A93 and #6A9379 with #936A79 are triadic colors.