COLOR #975F6D

HEX: #975F6D RGB: (151,95,109)

Color info

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

RGB color model

#975F6D color RGB value is (151,95,109).

RGB: (151,95,109) (59%, 37%, 43%)

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 109 of 255 = 43%

151
95
109

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

Portions of RGB colors in percentages

R + G + B = 151 + 95 + 109 = 355 (100%)
R 151 of 355 ~ 42.54%
G 95 of 355 ~ 26.76%
B 109 of 355 ~ 30.7'%

%42.54
%26.76
%30.7

CMYK color model

#975F6D color CMYK value is (0,37,28,41).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 27.81%
  • key color value is 40.78%

CMYK: (0,37,28,41)
C0M37Y28K41 (0%, 37%, 28%, 41%)
(0.00 / 0.37 / 0.28 / 0.41)

CMYK percentages

%0
%37.09
%27.81
%40.78

Codes

Color #975F6D in popluar color models

97 5F 6D
RGB 151 95 109
HSL 345° 22.76% 48.24%
HSB/HSV 345° 37.09% 59.22%
CMYK 0.00% 37.09% 27.81%
40.78%

Color #975F6D in popluar number systems.

HEX 97 5F 6D
Decimal 151 95 109
Binary 10010111 1011111 1101101
Octal 227 137 155

Shades and tints

Shades of #975F6D

#975F6D
(151,95,109)
#8A5764
(138,87,100)
#7D4F5B
(125,79,91)
#704752
(112,71,82)
#633F49
(99,63,73)
#563740
(86,55,64)
#492F37
(73,47,55)
#3C272E
(60,39,46)
#2F1F25
(47,31,37)
#22171C
(34,23,28)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #975F6D

#975F6D
(151,95,109)
#A06D7A
(160,109,122)
#A97B87
(169,123,135)
#B28994
(178,137,148)
#BB97A1
(187,151,161)
#C4A5AE
(196,165,174)
#CDB3BB
(205,179,187)
#D6C1C8
(214,193,200)
#DFCFD5
(223,207,213)
#E8DDE2
(232,221,226)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975F6D color. Also use rgb(151,95,109) instead hex code.

Text Font Color

.myTextColor { color: #975F6D; }

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

This text font color is #975F6D.

Background Color

.myBgColor { background-color: #975F6D; }

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

This div background color is #975F6D.

Border color

.myBorderColor { border: 1px solid #975F6D; }

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

This div border color is #975F6D.

Opacity

.myOpacity80 { color: #975F6D; opacity: 0.8; }

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

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

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

This text has shadow with #975F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975F6D.

Preview

Color preview on black background

This text has color #975F6D on black background.


Color preview on white background

This text has color #975F6D on white background.


Black color preview on #975F6D background

This text has black color on #975F6D background.


White color preview on #975F6D background

This text has white color on #975F6D background.


Related colors

Complementary color

Complementary color for #hex is #68A092.


I love getcolorcode.com

Triadic colors

1 #6D975F and #5F6D97 with #975F6D are triadic colors.

2 #6D5F97 and #5F976D with #975F6D are triadic colors.