COLOR #936E74

HEX: #936E74
RGB: (147,110,116)

Color info

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

RGB color model

#936E74 color RGB value is (147,110,116).

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

RGB channels and saturation

R 147 of 255 = 58%
G 110 of 255 = 43%
B 116 of 255 = 45%

147
110
116

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

Portions of RGB colors in percentages

R + G + B =
147 + 110 + 116 = 373 (100%)
R 147 of 373 ~ 39.41%
G 110 of 373 ~ 29.49%
B 116 of 373 ~ 31.1%

%39.41
%29.49
%31.1

CMYK color model

#936E74 color CMYK value is (0,25,21,42).

  • cyan value is 0.00%
  • magenta value is 25.17%
  • yellow value is 21.09%
  • key color value is 42.35%
CMYK:
(0,25,21,42)
C0M25Y21K42 
(0%,25%,21%,42%)
(0.00/0.25/0.21/0.42)	

CMYK percentages

%0
%25.17
%21.09
%42.35

Codes

Color #936E74 in popluar color models

936E74
RGB147110116
HSL350°14.62%50.39%
HSB/HSV350°25.17%57.65%
CMYK0.00%25.17%21.09%
42.35%

Color #936E74 in popluar number systems.

HEX936E74
Decimal147110116
Binary1001001111011101110100
Octal223156164

Shades and tints

Shades of #936E74

#936E74
(147,110,116)
#86646A
(134,100,106)
#795A60
(121,90,96)
#6C5056
(108,80,86)
#5F464C
(95,70,76)
#523C42
(82,60,66)
#453238
(69,50,56)
#38282E
(56,40,46)
#2B1E24
(43,30,36)
#1E141A
(30,20,26)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #936E74

#936E74
(147,110,116)
#9C7B80
(156,123,128)
#A5888C
(165,136,140)
#AE9598
(174,149,152)
#B7A2A4
(183,162,164)
#C0AFB0
(192,175,176)
#C9BCBC
(201,188,188)
#D2C9C8
(210,201,200)
#DBD6D4
(219,214,212)
#E4E3E0
(228,227,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936E74 color. Also use rgb(147,110,116) instead hex code.

Text Font Color

.myTextColor { color: #936E74; }

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

This text font color is #936E74.


Background Color

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

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

This div background color is #936E74.


Border color

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

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

This div border color is #936E74.


Opacity

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

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

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

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

This text has shadow with #936E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936E74 on black background.


Color preview on white background

This text has color #936E74 on white background.



Black color preview on #936E74 background

This text has black color on #936E74 background.


White color preview on #936E74 background

This text has white color on #936E74 background.