COLOR #957B69

HEX: #957B69
RGB: (149,123,105)

Color info

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

RGB color model

#957B69 color RGB value is (149,123,105).

  • red value is 149;
  • green value is 123;
  • blue value is 105.
RGB:
(149,123,105)
(58%,48%,41%)

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 105 of 255 = 41%

149
123
105

R + G + B ~ 49%. #957B69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 123 + 105 = 377 (100%)
R 149 of 377 ~ 39.52%
G 123 of 377 ~ 32.63%
B 105 of 377 ~ 27.85%

%39.52
%32.63
%27.85

CMYK color model

#957B69 color CMYK value is (0,17,30,42).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 29.53%
  • key color value is 41.57%
CMYK:
(0,17,30,42)
C0M17Y30K42 
(0%,17%,30%,42%)
(0.00/0.17/0.30/0.42)	

CMYK percentages

%0
%17.45
%29.53
%41.57

Codes

Color #957B69 in popluar color models

957B69
RGB149123105
HSL25°17.32%49.80%
HSB/HSV25°29.53%58.43%
CMYK0.00%17.45%29.53%
41.57%

Color #957B69 in popluar number systems.

HEX957B69
Decimal149123105
Binary1001010111110111101001
Octal225173151

Shades and tints

Shades of #957B69

#957B69
(149,123,105)
#887060
(136,112,96)
#7B6557
(123,101,87)
#6E5A4E
(110,90,78)
#614F45
(97,79,69)
#54443C
(84,68,60)
#473933
(71,57,51)
#3A2E2A
(58,46,42)
#2D2321
(45,35,33)
#201818
(32,24,24)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #957B69

#957B69
(149,123,105)
#9E8776
(158,135,118)
#A79383
(167,147,131)
#B09F90
(176,159,144)
#B9AB9D
(185,171,157)
#C2B7AA
(194,183,170)
#CBC3B7
(203,195,183)
#D4CFC4
(212,207,196)
#DDDBD1
(221,219,209)
#E6E7DE
(230,231,222)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957B69 color. Also use rgb(149,123,105) instead hex code.

Text Font Color

.myTextColor { color: #957B69; }

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

This text font color is #957B69.


Background Color

.myBgColor { background-color: #957B69; }

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

This div background color is #957B69.


Border color

.myBorderColor { border: 1px solid #957B69; }

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

This div border color is #957B69.


Opacity

.myOpacity80 { color: #957B69; opacity: 0.8; }

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

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

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

This text has shadow with #957B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957B69 on black background.


Color preview on white background

This text has color #957B69 on white background.



Black color preview on #957B69 background

This text has black color on #957B69 background.


White color preview on #957B69 background

This text has white color on #957B69 background.