COLOR #957278

HEX: #957278
RGB: (149,114,120)

Color info

#957278 contains red, green and blue colors in about the same proportion. Web safe color of #957278 is #996666 (or #966).

RGB color model

#957278 color RGB value is (149,114,120).

  • red value is 149;
  • green value is 114;
  • blue value is 120.
RGB:
(149,114,120)
(58%,45%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 114 of 255 = 45%
B 120 of 255 = 47%

149
114
120

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

Portions of RGB colors in percentages

R + G + B =
149 + 114 + 120 = 383 (100%)
R 149 of 383 ~ 38.9%
G 114 of 383 ~ 29.77%
B 120 of 383 ~ 31.33%

%38.9
%29.77
%31.33

CMYK color model

#957278 color CMYK value is (0,23,19,42).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 19.46%
  • key color value is 41.57%
CMYK:
(0,23,19,42)
C0M23Y19K42 
(0%,23%,19%,42%)
(0.00/0.23/0.19/0.42)	

CMYK percentages

%0
%23.49
%19.46
%41.57

Codes

Color #957278 in popluar color models

957278
RGB149114120
HSL350°14.17%51.57%
HSB/HSV350°23.49%58.43%
CMYK0.00%23.49%19.46%
41.57%

Color #957278 in popluar number systems.

HEX957278
Decimal149114120
Binary1001010111100101111000
Octal225162170

Shades and tints

Shades of #957278

#957278
(149,114,120)
#88686E
(136,104,110)
#7B5E64
(123,94,100)
#6E545A
(110,84,90)
#614A50
(97,74,80)
#544046
(84,64,70)
#47363C
(71,54,60)
#3A2C32
(58,44,50)
#2D2228
(45,34,40)
#20181E
(32,24,30)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #957278

#957278
(149,114,120)
#9E7E84
(158,126,132)
#A78A90
(167,138,144)
#B0969C
(176,150,156)
#B9A2A8
(185,162,168)
#C2AEB4
(194,174,180)
#CBBAC0
(203,186,192)
#D4C6CC
(212,198,204)
#DDD2D8
(221,210,216)
#E6DEE4
(230,222,228)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957278 color. Also use rgb(149,114,120) instead hex code.

Text Font Color

.myTextColor { color: #957278; }

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

This text font color is #957278.


Background Color

.myBgColor { background-color: #957278; }

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

This div background color is #957278.


Border color

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

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

This div border color is #957278.


Opacity

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

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

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

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

This text has shadow with #957278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957278 on black background.


Color preview on white background

This text has color #957278 on white background.



Black color preview on #957278 background

This text has black color on #957278 background.


White color preview on #957278 background

This text has white color on #957278 background.