COLOR #955D67

HEX: #955D67
RGB: (149,93,103)

Color info

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

RGB color model

#955D67 color RGB value is (149,93,103).

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

RGB channels and saturation

R 149 of 255 = 58%
G 93 of 255 = 36%
B 103 of 255 = 40%

149
93
103

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

Portions of RGB colors in percentages

R + G + B =
149 + 93 + 103 = 345 (100%)
R 149 of 345 ~ 43.19%
G 93 of 345 ~ 26.96%
B 103 of 345 ~ 29.86%

%43.19
%26.96
%29.86

CMYK color model

#955D67 color CMYK value is (0,38,31,42).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 30.87%
  • key color value is 41.57%
CMYK:
(0,38,31,42)
C0M38Y31K42 
(0%,38%,31%,42%)
(0.00/0.38/0.31/0.42)	

CMYK percentages

%0
%37.58
%30.87
%41.57

Codes

Color #955D67 in popluar color models

955D67
RGB14993103
HSL349°23.14%47.45%
HSB/HSV349°37.58%58.43%
CMYK0.00%37.58%30.87%
41.57%

Color #955D67 in popluar number systems.

HEX955D67
Decimal14993103
Binary1001010110111011100111
Octal225135147

Shades and tints

Shades of #955D67

#955D67
(149,93,103)
#88555E
(136,85,94)
#7B4D55
(123,77,85)
#6E454C
(110,69,76)
#613D43
(97,61,67)
#54353A
(84,53,58)
#472D31
(71,45,49)
#3A2528
(58,37,40)
#2D1D1F
(45,29,31)
#201516
(32,21,22)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #955D67

#955D67
(149,93,103)
#9E6B74
(158,107,116)
#A77981
(167,121,129)
#B0878E
(176,135,142)
#B9959B
(185,149,155)
#C2A3A8
(194,163,168)
#CBB1B5
(203,177,181)
#D4BFC2
(212,191,194)
#DDCDCF
(221,205,207)
#E6DBDC
(230,219,220)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955D67; }

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

This text font color is #955D67.


Background Color

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

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

This div background color is #955D67.


Border color

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

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

This div border color is #955D67.


Opacity

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

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

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

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

This text has shadow with #955D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955D67 on black background.


Color preview on white background

This text has color #955D67 on white background.



Black color preview on #955D67 background

This text has black color on #955D67 background.


White color preview on #955D67 background

This text has white color on #955D67 background.