COLOR #952959

HEX: #952959
RGB: (149,41,89)

Color info

#952959 contains mainly red color. Web safe color of #952959 is #993366 (or #936).

RGB color model

#952959 color RGB value is (149,41,89).

  • red value is 149;
  • green value is 41;
  • blue value is 89.
RGB:
(149,41,89)
(58%,16%,35%)

RGB channels and saturation

R 149 of 255 = 58%
G 41 of 255 = 16%
B 89 of 255 = 35%

149
41
89

R + G + B ~ 36%. #952959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 41 + 89 = 279 (100%)
R 149 of 279 ~ 53.41%
G 41 of 279 ~ 14.7%
B 89 of 279 ~ 31.9%

%53.41
%14.7
%31.9

CMYK color model

#952959 color CMYK value is (0,72,40,42).

  • cyan value is 0.00%
  • magenta value is 72.48%
  • yellow value is 40.27%
  • key color value is 41.57%
CMYK:
(0,72,40,42)
C0M72Y40K42 
(0%,72%,40%,42%)
(0.00/0.72/0.40/0.42)	

CMYK percentages

%0
%72.48
%40.27
%41.57

Codes

Color #952959 in popluar color models

952959
RGB1494189
HSL333°56.84%37.25%
HSB/HSV333°72.48%58.43%
CMYK0.00%72.48%40.27%
41.57%

Color #952959 in popluar number systems.

HEX952959
Decimal1494189
Binary100101011010011011001
Octal22551131

Shades and tints

Shades of #952959

#952959
(149,41,89)
#882651
(136,38,81)
#7B2349
(123,35,73)
#6E2041
(110,32,65)
#611D39
(97,29,57)
#541A31
(84,26,49)
#471729
(71,23,41)
#3A1421
(58,20,33)
#2D1119
(45,17,25)
#200E11
(32,14,17)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #952959

#952959
(149,41,89)
#9E3C68
(158,60,104)
#A74F77
(167,79,119)
#B06286
(176,98,134)
#B97595
(185,117,149)
#C288A4
(194,136,164)
#CB9BB3
(203,155,179)
#D4AEC2
(212,174,194)
#DDC1D1
(221,193,209)
#E6D4E0
(230,212,224)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952959 color. Also use rgb(149,41,89) instead hex code.

Text Font Color

.myTextColor { color: #952959; }

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

This text font color is #952959.


Background Color

.myBgColor { background-color: #952959; }

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

This div background color is #952959.


Border color

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

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

This div border color is #952959.


Opacity

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

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

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

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

This text has shadow with #952959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #952959 on black background.


Color preview on white background

This text has color #952959 on white background.



Black color preview on #952959 background

This text has black color on #952959 background.


White color preview on #952959 background

This text has white color on #952959 background.