COLOR #957675

HEX: #957675
RGB: (149,118,117)

Color info

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

RGB color model

#957675 color RGB value is (149,118,117).

  • red value is 149;
  • green value is 118;
  • blue value is 117.
RGB:
(149,118,117)
(58%,46%,46%)

RGB channels and saturation

R 149 of 255 = 58%
G 118 of 255 = 46%
B 117 of 255 = 46%

149
118
117

R + G + B ~ 50%. #957675 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 118 + 117 = 384 (100%)
R 149 of 384 ~ 38.8%
G 118 of 384 ~ 30.73%
B 117 of 384 ~ 30.47%

%38.8
%30.73
%30.47

CMYK color model

#957675 color CMYK value is (0,21,21,42).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 21.48%
  • key color value is 41.57%
CMYK:
(0,21,21,42)
C0M21Y21K42 
(0%,21%,21%,42%)
(0.00/0.21/0.21/0.42)	

CMYK percentages

%0
%20.81
%21.48
%41.57

Codes

Color #957675 in popluar color models

957675
RGB149118117
HSL13.11%52.16%
HSB/HSV21.48%58.43%
CMYK0.00%20.81%21.48%
41.57%

Color #957675 in popluar number systems.

HEX957675
Decimal149118117
Binary1001010111101101110101
Octal225166165

Shades and tints

Shades of #957675

#957675
(149,118,117)
#886C6B
(136,108,107)
#7B6261
(123,98,97)
#6E5857
(110,88,87)
#614E4D
(97,78,77)
#544443
(84,68,67)
#473A39
(71,58,57)
#3A302F
(58,48,47)
#2D2625
(45,38,37)
#201C1B
(32,28,27)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #957675

#957675
(149,118,117)
#9E8281
(158,130,129)
#A78E8D
(167,142,141)
#B09A99
(176,154,153)
#B9A6A5
(185,166,165)
#C2B2B1
(194,178,177)
#CBBEBD
(203,190,189)
#D4CAC9
(212,202,201)
#DDD6D5
(221,214,213)
#E6E2E1
(230,226,225)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957675 color. Also use rgb(149,118,117) instead hex code.

Text Font Color

.myTextColor { color: #957675; }

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

This text font color is #957675.


Background Color

.myBgColor { background-color: #957675; }

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

This div background color is #957675.


Border color

.myBorderColor { border: 1px solid #957675; }

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

This div border color is #957675.


Opacity

.myOpacity80 { color: #957675; opacity: 0.8; }

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

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

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

This text has shadow with #957675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957675 on black background.


Color preview on white background

This text has color #957675 on white background.



Black color preview on #957675 background

This text has black color on #957675 background.


White color preview on #957675 background

This text has white color on #957675 background.