COLOR #955E67

HEX: #955E67
RGB: (149,94,103)

Color info

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

RGB color model

#955E67 color RGB value is (149,94,103).

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

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 103 of 255 = 40%

149
94
103

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

Portions of RGB colors in percentages

R + G + B =
149 + 94 + 103 = 346 (100%)
R 149 of 346 ~ 43.06%
G 94 of 346 ~ 27.17%
B 103 of 346 ~ 29.77%

%43.06
%27.17
%29.77

CMYK color model

#955E67 color CMYK value is (0,37,31,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 30.87%
  • key color value is 41.57%
CMYK:
(0,37,31,42)
C0M37Y31K42 
(0%,37%,31%,42%)
(0.00/0.37/0.31/0.42)	

CMYK percentages

%0
%36.91
%30.87
%41.57

Codes

Color #955E67 in popluar color models

955E67
RGB14994103
HSL350°22.63%47.65%
HSB/HSV350°36.91%58.43%
CMYK0.00%36.91%30.87%
41.57%

Color #955E67 in popluar number systems.

HEX955E67
Decimal14994103
Binary1001010110111101100111
Octal225136147

Shades and tints

Shades of #955E67

#955E67
(149,94,103)
#88565E
(136,86,94)
#7B4E55
(123,78,85)
#6E464C
(110,70,76)
#613E43
(97,62,67)
#54363A
(84,54,58)
#472E31
(71,46,49)
#3A2628
(58,38,40)
#2D1E1F
(45,30,31)
#201616
(32,22,22)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #955E67

#955E67
(149,94,103)
#9E6C74
(158,108,116)
#A77A81
(167,122,129)
#B0888E
(176,136,142)
#B9969B
(185,150,155)
#C2A4A8
(194,164,168)
#CBB2B5
(203,178,181)
#D4C0C2
(212,192,194)
#DDCECF
(221,206,207)
#E6DCDC
(230,220,220)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955E67; }

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

This text font color is #955E67.


Background Color

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

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

This div background color is #955E67.


Border color

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

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

This div border color is #955E67.


Opacity

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

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

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

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

This text has shadow with #955E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955E67 on black background.


Color preview on white background

This text has color #955E67 on white background.



Black color preview on #955E67 background

This text has black color on #955E67 background.


White color preview on #955E67 background

This text has white color on #955E67 background.