COLOR #965058

HEX: #965058
RGB: (150,80,88)

Color info

#965058 contains mainly red color. Web safe color of #965058 is #996666 (or #966).

RGB color model

#965058 color RGB value is (150,80,88).

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

RGB channels and saturation

R 150 of 255 = 59%
G 80 of 255 = 31%
B 88 of 255 = 35%

150
80
88

R + G + B ~ 42%. #965058 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 80 + 88 = 318 (100%)
R 150 of 318 ~ 47.17%
G 80 of 318 ~ 25.16%
B 88 of 318 ~ 27.67%

%47.17
%25.16
%27.67

CMYK color model

#965058 color CMYK value is (0,47,41,41).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 41.33%
  • key color value is 41.18%
CMYK:
(0,47,41,41)
C0M47Y41K41 
(0%,47%,41%,41%)
(0.00/0.47/0.41/0.41)	

CMYK percentages

%0
%46.67
%41.33
%41.18

Codes

Color #965058 in popluar color models

965058
RGB1508088
HSL353°30.43%45.10%
HSB/HSV353°46.67%58.82%
CMYK0.00%46.67%41.33%
41.18%

Color #965058 in popluar number systems.

HEX965058
Decimal1508088
Binary1001011010100001011000
Octal226120130

Shades and tints

Shades of #965058

#965058
(150,80,88)
#894950
(137,73,80)
#7C4248
(124,66,72)
#6F3B40
(111,59,64)
#623438
(98,52,56)
#552D30
(85,45,48)
#482628
(72,38,40)
#3B1F20
(59,31,32)
#2E1818
(46,24,24)
#211110
(33,17,16)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #965058

#965058
(150,80,88)
#9F5F67
(159,95,103)
#A86E76
(168,110,118)
#B17D85
(177,125,133)
#BA8C94
(186,140,148)
#C39BA3
(195,155,163)
#CCAAB2
(204,170,178)
#D5B9C1
(213,185,193)
#DEC8D0
(222,200,208)
#E7D7DF
(231,215,223)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965058; }

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

This text font color is #965058.


Background Color

.myBgColor { background-color: #965058; }

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

This div background color is #965058.


Border color

.myBorderColor { border: 1px solid #965058; }

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

This div border color is #965058.


Opacity

.myOpacity80 { color: #965058; opacity: 0.8; }

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

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

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

This text has shadow with #965058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965058 on black background.


Color preview on white background

This text has color #965058 on white background.



Black color preview on #965058 background

This text has black color on #965058 background.


White color preview on #965058 background

This text has white color on #965058 background.