COLOR #955259

HEX: #955259
RGB: (149,82,89)

Color info

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

RGB color model

#955259 color RGB value is (149,82,89).

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

RGB channels and saturation

R 149 of 255 = 58%
G 82 of 255 = 32%
B 89 of 255 = 35%

149
82
89

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

Portions of RGB colors in percentages

R + G + B =
149 + 82 + 89 = 320 (100%)
R 149 of 320 ~ 46.56%
G 82 of 320 ~ 25.63%
B 89 of 320 ~ 27.81%

%46.56
%25.63
%27.81

CMYK color model

#955259 color CMYK value is (0,45,40,42).

  • cyan value is 0.00%
  • magenta value is 44.97%
  • yellow value is 40.27%
  • key color value is 41.57%
CMYK:
(0,45,40,42)
C0M45Y40K42 
(0%,45%,40%,42%)
(0.00/0.45/0.40/0.42)	

CMYK percentages

%0
%44.97
%40.27
%41.57

Codes

Color #955259 in popluar color models

955259
RGB1498289
HSL354°29.00%45.29%
HSB/HSV354°44.97%58.43%
CMYK0.00%44.97%40.27%
41.57%

Color #955259 in popluar number systems.

HEX955259
Decimal1498289
Binary1001010110100101011001
Octal225122131

Shades and tints

Shades of #955259

#955259
(149,82,89)
#884B51
(136,75,81)
#7B4449
(123,68,73)
#6E3D41
(110,61,65)
#613639
(97,54,57)
#542F31
(84,47,49)
#472829
(71,40,41)
#3A2121
(58,33,33)
#2D1A19
(45,26,25)
#201311
(32,19,17)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #955259

#955259
(149,82,89)
#9E6168
(158,97,104)
#A77077
(167,112,119)
#B07F86
(176,127,134)
#B98E95
(185,142,149)
#C29DA4
(194,157,164)
#CBACB3
(203,172,179)
#D4BBC2
(212,187,194)
#DDCAD1
(221,202,209)
#E6D9E0
(230,217,224)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955259; }

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

This text font color is #955259.


Background Color

.myBgColor { background-color: #955259; }

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

This div background color is #955259.


Border color

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

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

This div border color is #955259.


Opacity

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

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

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

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

This text has shadow with #955259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955259 on black background.


Color preview on white background

This text has color #955259 on white background.



Black color preview on #955259 background

This text has black color on #955259 background.


White color preview on #955259 background

This text has white color on #955259 background.