COLOR #955057

HEX: #955057
RGB: (149,80,87)

Color info

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

RGB color model

#955057 color RGB value is (149,80,87).

  • red value is 149;
  • green value is 80;
  • blue value is 87.
RGB:
(149,80,87)
(58%,31%,34%)

RGB channels and saturation

R 149 of 255 = 58%
G 80 of 255 = 31%
B 87 of 255 = 34%

149
80
87

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

Portions of RGB colors in percentages

R + G + B =
149 + 80 + 87 = 316 (100%)
R 149 of 316 ~ 47.15%
G 80 of 316 ~ 25.32%
B 87 of 316 ~ 27.53%

%47.15
%25.32
%27.53

CMYK color model

#955057 color CMYK value is (0,46,42,42).

  • cyan value is 0.00%
  • magenta value is 46.31%
  • yellow value is 41.61%
  • key color value is 41.57%
CMYK:
(0,46,42,42)
C0M46Y42K42 
(0%,46%,42%,42%)
(0.00/0.46/0.42/0.42)	

CMYK percentages

%0
%46.31
%41.61
%41.57

Codes

Color #955057 in popluar color models

955057
RGB1498087
HSL354°30.13%44.90%
HSB/HSV354°46.31%58.43%
CMYK0.00%46.31%41.61%
41.57%

Color #955057 in popluar number systems.

HEX955057
Decimal1498087
Binary1001010110100001010111
Octal225120127

Shades and tints

Shades of #955057

#955057
(149,80,87)
#884950
(136,73,80)
#7B4249
(123,66,73)
#6E3B42
(110,59,66)
#61343B
(97,52,59)
#542D34
(84,45,52)
#47262D
(71,38,45)
#3A1F26
(58,31,38)
#2D181F
(45,24,31)
#201118
(32,17,24)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #955057

#955057
(149,80,87)
#9E5F66
(158,95,102)
#A76E75
(167,110,117)
#B07D84
(176,125,132)
#B98C93
(185,140,147)
#C29BA2
(194,155,162)
#CBAAB1
(203,170,177)
#D4B9C0
(212,185,192)
#DDC8CF
(221,200,207)
#E6D7DE
(230,215,222)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955057 color. Also use rgb(149,80,87) instead hex code.

Text Font Color

.myTextColor { color: #955057; }

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

This text font color is #955057.


Background Color

.myBgColor { background-color: #955057; }

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

This div background color is #955057.


Border color

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

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

This div border color is #955057.


Opacity

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

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

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

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

This text has shadow with #955057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955057 on black background.


Color preview on white background

This text has color #955057 on white background.



Black color preview on #955057 background

This text has black color on #955057 background.


White color preview on #955057 background

This text has white color on #955057 background.