COLOR #936D72

HEX: #936D72
RGB: (147,109,114)

Color info

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

RGB color model

#936D72 color RGB value is (147,109,114).

  • red value is 147;
  • green value is 109;
  • blue value is 114.
RGB:
(147,109,114)
(58%,43%,45%)

RGB channels and saturation

R 147 of 255 = 58%
G 109 of 255 = 43%
B 114 of 255 = 45%

147
109
114

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

Portions of RGB colors in percentages

R + G + B =
147 + 109 + 114 = 370 (100%)
R 147 of 370 ~ 39.73%
G 109 of 370 ~ 29.46%
B 114 of 370 ~ 30.81%

%39.73
%29.46
%30.81

CMYK color model

#936D72 color CMYK value is (0,26,22,42).

  • cyan value is 0.00%
  • magenta value is 25.85%
  • yellow value is 22.45%
  • key color value is 42.35%
CMYK:
(0,26,22,42)
C0M26Y22K42 
(0%,26%,22%,42%)
(0.00/0.26/0.22/0.42)	

CMYK percentages

%0
%25.85
%22.45
%42.35

Codes

Color #936D72 in popluar color models

936D72
RGB147109114
HSL352°14.96%50.20%
HSB/HSV352°25.85%57.65%
CMYK0.00%25.85%22.45%
42.35%

Color #936D72 in popluar number systems.

HEX936D72
Decimal147109114
Binary1001001111011011110010
Octal223155162

Shades and tints

Shades of #936D72

#936D72
(147,109,114)
#866468
(134,100,104)
#795B5E
(121,91,94)
#6C5254
(108,82,84)
#5F494A
(95,73,74)
#524040
(82,64,64)
#453736
(69,55,54)
#382E2C
(56,46,44)
#2B2522
(43,37,34)
#1E1C18
(30,28,24)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #936D72

#936D72
(147,109,114)
#9C7A7E
(156,122,126)
#A5878A
(165,135,138)
#AE9496
(174,148,150)
#B7A1A2
(183,161,162)
#C0AEAE
(192,174,174)
#C9BBBA
(201,187,186)
#D2C8C6
(210,200,198)
#DBD5D2
(219,213,210)
#E4E2DE
(228,226,222)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936D72 color. Also use rgb(147,109,114) instead hex code.

Text Font Color

.myTextColor { color: #936D72; }

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

This text font color is #936D72.


Background Color

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

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

This div background color is #936D72.


Border color

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

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

This div border color is #936D72.


Opacity

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

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

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

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

This text has shadow with #936D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936D72 on black background.


Color preview on white background

This text has color #936D72 on white background.



Black color preview on #936D72 background

This text has black color on #936D72 background.


White color preview on #936D72 background

This text has white color on #936D72 background.