COLOR #955F6E

HEX: #955F6E RGB: (149,95,110)

Color info

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

RGB color model

#955F6E color RGB value is (149,95,110).

RGB: (149,95,110) (58%, 37%, 43%)

RGB channels and saturation

R 149 of 255 = 58%
G 95 of 255 = 37%
B 110 of 255 = 43%

149
95
110

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

Portions of RGB colors in percentages

R + G + B = 149 + 95 + 110 = 354 (100%)
R 149 of 354 ~ 42.09%
G 95 of 354 ~ 26.84%
B 110 of 354 ~ 31.07'%

%42.09
%26.84
%31.07

CMYK color model

#955F6E color CMYK value is (0,36,26,42).

  • cyan value is 0.00%
  • magenta value is 36.24%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK: (0,36,26,42) C0M36Y26K42 (0%,36%,26%,42%) (0.00/0.36/0.26/0.42) 

CMYK percentages

%0
%36.24
%26.17
%41.57

Codes

Color #955F6E in popluar color models

95 5F 6E
RGB 149 95 110
HSL 343° 22.13% 47.84%
HSB/HSV 343° 36.24% 58.43%
CMYK 0.00% 36.24% 26.17%
41.57%

Color #955F6E in popluar number systems.

HEX 95 5F 6E
Decimal 149 95 110
Binary 10010101 1011111 1101110
Octal 225 137 156

Shades and tints

Shades of #955F6E

#955F6E
(149,95,110)
#885764
(136,87,100)
#7B4F5A
(123,79,90)
#6E4750
(110,71,80)
#613F46
(97,63,70)
#54373C
(84,55,60)
#472F32
(71,47,50)
#3A2728
(58,39,40)
#2D1F1E
(45,31,30)
#201714
(32,23,20)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #955F6E

#955F6E
(149,95,110)
#9E6D7B
(158,109,123)
#A77B88
(167,123,136)
#B08995
(176,137,149)
#B997A2
(185,151,162)
#C2A5AF
(194,165,175)
#CBB3BC
(203,179,188)
#D4C1C9
(212,193,201)
#DDCFD6
(221,207,214)
#E6DDE3
(230,221,227)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955F6E color. Also use rgb(149,95,110) instead hex code.

Text Font Color

.myTextColor { color: #955F6E; }

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

This text font color is #955F6E.

Background Color

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

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

This div background color is #955F6E.

Border color

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

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

This div border color is #955F6E.

Opacity

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

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

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

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

This text has shadow with #955F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955F6E.

Preview

Color preview on black background

This text has color #955F6E on black background.


Color preview on white background

This text has color #955F6E on white background.


Black color preview on #955F6E background

This text has black color on #955F6E background.


White color preview on #955F6E background

This text has white color on #955F6E background.


Related colors

Complementary color

Complementary color for #hex is #6AA091.


I love getcolorcode.com

Triadic colors

1 #6E955F and #5F6E95 with #955F6E are triadic colors.

2 #6E5F95 and #5F956E with #955F6E are triadic colors.