COLOR #965E58

HEX: #965E58
RGB: (150,94,88)

Color info

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

RGB color model

#965E58 color RGB value is (150,94,88).

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

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 88 of 255 = 35%

150
94
88

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

Portions of RGB colors in percentages

R + G + B =
150 + 94 + 88 = 332 (100%)
R 150 of 332 ~ 45.18%
G 94 of 332 ~ 28.31%
B 88 of 332 ~ 26.51%

%45.18
%28.31
%26.51

CMYK color model

#965E58 color CMYK value is (0,37,41,41).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 41.33%
  • key color value is 41.18%
CMYK:
(0,37,41,41)
C0M37Y41K41 
(0%,37%,41%,41%)
(0.00/0.37/0.41/0.41)	

CMYK percentages

%0
%37.33
%41.33
%41.18

Codes

Color #965E58 in popluar color models

965E58
RGB1509488
HSL26.05%46.67%
HSB/HSV41.33%58.82%
CMYK0.00%37.33%41.33%
41.18%

Color #965E58 in popluar number systems.

HEX965E58
Decimal1509488
Binary1001011010111101011000
Octal226136130

Shades and tints

Shades of #965E58

#965E58
(150,94,88)
#895650
(137,86,80)
#7C4E48
(124,78,72)
#6F4640
(111,70,64)
#623E38
(98,62,56)
#553630
(85,54,48)
#482E28
(72,46,40)
#3B2620
(59,38,32)
#2E1E18
(46,30,24)
#211610
(33,22,16)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #965E58

#965E58
(150,94,88)
#9F6C67
(159,108,103)
#A87A76
(168,122,118)
#B18885
(177,136,133)
#BA9694
(186,150,148)
#C3A4A3
(195,164,163)
#CCB2B2
(204,178,178)
#D5C0C1
(213,192,193)
#DECED0
(222,206,208)
#E7DCDF
(231,220,223)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965E58; }

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

This text font color is #965E58.


Background Color

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

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

This div background color is #965E58.


Border color

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

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

This div border color is #965E58.


Opacity

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

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

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

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

This text has shadow with #965E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965E58 on black background.


Color preview on white background

This text has color #965E58 on white background.



Black color preview on #965E58 background

This text has black color on #965E58 background.


White color preview on #965E58 background

This text has white color on #965E58 background.