COLOR #955E68

HEX: #955E68
RGB: (149,94,104)

Color info

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

RGB color model

#955E68 color RGB value is (149,94,104).

  • red value is 149;
  • green value is 94;
  • blue value is 104.
RGB:
(149,94,104)
(58%,37%,41%)

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 104 of 255 = 41%

149
94
104

R + G + B ~ 45%. #955E68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 94 + 104 = 347 (100%)
R 149 of 347 ~ 42.94%
G 94 of 347 ~ 27.09%
B 104 of 347 ~ 29.97%

%42.94
%27.09
%29.97

CMYK color model

#955E68 color CMYK value is (0,37,30,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 30.20%
  • key color value is 41.57%
CMYK:
(0,37,30,42)
C0M37Y30K42 
(0%,37%,30%,42%)
(0.00/0.37/0.30/0.42)	

CMYK percentages

%0
%36.91
%30.2
%41.57

Codes

Color #955E68 in popluar color models

955E68
RGB14994104
HSL349°22.63%47.65%
HSB/HSV349°36.91%58.43%
CMYK0.00%36.91%30.20%
41.57%

Color #955E68 in popluar number systems.

HEX955E68
Decimal14994104
Binary1001010110111101101000
Octal225136150

Shades and tints

Shades of #955E68

#955E68
(149,94,104)
#88565F
(136,86,95)
#7B4E56
(123,78,86)
#6E464D
(110,70,77)
#613E44
(97,62,68)
#54363B
(84,54,59)
#472E32
(71,46,50)
#3A2629
(58,38,41)
#2D1E20
(45,30,32)
#201617
(32,22,23)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #955E68

#955E68
(149,94,104)
#9E6C75
(158,108,117)
#A77A82
(167,122,130)
#B0888F
(176,136,143)
#B9969C
(185,150,156)
#C2A4A9
(194,164,169)
#CBB2B6
(203,178,182)
#D4C0C3
(212,192,195)
#DDCED0
(221,206,208)
#E6DCDD
(230,220,221)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955E68 color. Also use rgb(149,94,104) instead hex code.

Text Font Color

.myTextColor { color: #955E68; }

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

This text font color is #955E68.


Background Color

.myBgColor { background-color: #955E68; }

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

This div background color is #955E68.


Border color

.myBorderColor { border: 1px solid #955E68; }

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

This div border color is #955E68.


Opacity

.myOpacity80 { color: #955E68; opacity: 0.8; }

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

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

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

This text has shadow with #955E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955E68 on black background.


Color preview on white background

This text has color #955E68 on white background.



Black color preview on #955E68 background

This text has black color on #955E68 background.


White color preview on #955E68 background

This text has white color on #955E68 background.