COLOR #957C64

HEX: #957C64
RGB: (149,124,100)

Color info

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

RGB color model

#957C64 color RGB value is (149,124,100).

  • red value is 149;
  • green value is 124;
  • blue value is 100.
RGB:
(149,124,100)
(58%,49%,39%)

RGB channels and saturation

R 149 of 255 = 58%
G 124 of 255 = 49%
B 100 of 255 = 39%

149
124
100

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

Portions of RGB colors in percentages

R + G + B =
149 + 124 + 100 = 373 (100%)
R 149 of 373 ~ 39.95%
G 124 of 373 ~ 33.24%
B 100 of 373 ~ 26.81%

%39.95
%33.24
%26.81

CMYK color model

#957C64 color CMYK value is (0,17,33,42).

  • cyan value is 0.00%
  • magenta value is 16.78%
  • yellow value is 32.89%
  • key color value is 41.57%
CMYK:
(0,17,33,42)
C0M17Y33K42 
(0%,17%,33%,42%)
(0.00/0.17/0.33/0.42)	

CMYK percentages

%0
%16.78
%32.89
%41.57

Codes

Color #957C64 in popluar color models

957C64
RGB149124100
HSL29°19.68%48.82%
HSB/HSV29°32.89%58.43%
CMYK0.00%16.78%32.89%
41.57%

Color #957C64 in popluar number systems.

HEX957C64
Decimal149124100
Binary1001010111111001100100
Octal225174144

Shades and tints

Shades of #957C64

#957C64
(149,124,100)
#88715B
(136,113,91)
#7B6652
(123,102,82)
#6E5B49
(110,91,73)
#615040
(97,80,64)
#544537
(84,69,55)
#473A2E
(71,58,46)
#3A2F25
(58,47,37)
#2D241C
(45,36,28)
#201913
(32,25,19)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #957C64

#957C64
(149,124,100)
#9E8772
(158,135,114)
#A79280
(167,146,128)
#B09D8E
(176,157,142)
#B9A89C
(185,168,156)
#C2B3AA
(194,179,170)
#CBBEB8
(203,190,184)
#D4C9C6
(212,201,198)
#DDD4D4
(221,212,212)
#E6DFE2
(230,223,226)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957C64 color. Also use rgb(149,124,100) instead hex code.

Text Font Color

.myTextColor { color: #957C64; }

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

This text font color is #957C64.


Background Color

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

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

This div background color is #957C64.


Border color

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

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

This div border color is #957C64.


Opacity

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

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

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

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

This text has shadow with #957C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957C64 on black background.


Color preview on white background

This text has color #957C64 on white background.



Black color preview on #957C64 background

This text has black color on #957C64 background.


White color preview on #957C64 background

This text has white color on #957C64 background.