COLOR #966E58

HEX: #966E58
RGB: (150,110,88)

Color info

#966E58 contains mainly red and green colors. Web safe color of #966E58 is #996666 (or #966).

RGB color model

#966E58 color RGB value is (150,110,88).

  • red value is 150;
  • green value is 110;
  • blue value is 88.
RGB:
(150,110,88)
(59%,43%,35%)

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 88 of 255 = 35%

150
110
88

R + G + B ~ 46%. #966E58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 110 + 88 = 348 (100%)
R 150 of 348 ~ 43.1%
G 110 of 348 ~ 31.61%
B 88 of 348 ~ 25.29%

%43.1
%31.61
%25.29

CMYK color model

#966E58 color CMYK value is (0,27,41,41).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 41.33%
  • key color value is 41.18%
CMYK:
(0,27,41,41)
C0M27Y41K41 
(0%,27%,41%,41%)
(0.00/0.27/0.41/0.41)	

CMYK percentages

%0
%26.67
%41.33
%41.18

Codes

Color #966E58 in popluar color models

966E58
RGB15011088
HSL21°26.05%46.67%
HSB/HSV21°41.33%58.82%
CMYK0.00%26.67%41.33%
41.18%

Color #966E58 in popluar number systems.

HEX966E58
Decimal15011088
Binary1001011011011101011000
Octal226156130

Shades and tints

Shades of #966E58

#966E58
(150,110,88)
#896450
(137,100,80)
#7C5A48
(124,90,72)
#6F5040
(111,80,64)
#624638
(98,70,56)
#553C30
(85,60,48)
#483228
(72,50,40)
#3B2820
(59,40,32)
#2E1E18
(46,30,24)
#211410
(33,20,16)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #966E58

#966E58
(150,110,88)
#9F7B67
(159,123,103)
#A88876
(168,136,118)
#B19585
(177,149,133)
#BAA294
(186,162,148)
#C3AFA3
(195,175,163)
#CCBCB2
(204,188,178)
#D5C9C1
(213,201,193)
#DED6D0
(222,214,208)
#E7E3DF
(231,227,223)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966E58 color. Also use rgb(150,110,88) instead hex code.

Text Font Color

.myTextColor { color: #966E58; }

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

This text font color is #966E58.


Background Color

.myBgColor { background-color: #966E58; }

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

This div background color is #966E58.


Border color

.myBorderColor { border: 1px solid #966E58; }

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

This div border color is #966E58.


Opacity

.myOpacity80 { color: #966E58; opacity: 0.8; }

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

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

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

This text has shadow with #966E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966E58 on black background.


Color preview on white background

This text has color #966E58 on white background.



Black color preview on #966E58 background

This text has black color on #966E58 background.


White color preview on #966E58 background

This text has white color on #966E58 background.