COLOR #957266

HEX: #957266
RGB: (149,114,102)

Color info

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

RGB color model

#957266 color RGB value is (149,114,102).

  • red value is 149;
  • green value is 114;
  • blue value is 102.
RGB:
(149,114,102)
(58%,45%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 114 of 255 = 45%
B 102 of 255 = 40%

149
114
102

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

Portions of RGB colors in percentages

R + G + B =
149 + 114 + 102 = 365 (100%)
R 149 of 365 ~ 40.82%
G 114 of 365 ~ 31.23%
B 102 of 365 ~ 27.95%

%40.82
%31.23
%27.95

CMYK color model

#957266 color CMYK value is (0,23,32,42).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 31.54%
  • key color value is 41.57%
CMYK:
(0,23,32,42)
C0M23Y32K42 
(0%,23%,32%,42%)
(0.00/0.23/0.32/0.42)	

CMYK percentages

%0
%23.49
%31.54
%41.57

Codes

Color #957266 in popluar color models

957266
RGB149114102
HSL15°18.73%49.22%
HSB/HSV15°31.54%58.43%
CMYK0.00%23.49%31.54%
41.57%

Color #957266 in popluar number systems.

HEX957266
Decimal149114102
Binary1001010111100101100110
Octal225162146

Shades and tints

Shades of #957266

#957266
(149,114,102)
#88685D
(136,104,93)
#7B5E54
(123,94,84)
#6E544B
(110,84,75)
#614A42
(97,74,66)
#544039
(84,64,57)
#473630
(71,54,48)
#3A2C27
(58,44,39)
#2D221E
(45,34,30)
#201815
(32,24,21)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #957266

#957266
(149,114,102)
#9E7E73
(158,126,115)
#A78A80
(167,138,128)
#B0968D
(176,150,141)
#B9A29A
(185,162,154)
#C2AEA7
(194,174,167)
#CBBAB4
(203,186,180)
#D4C6C1
(212,198,193)
#DDD2CE
(221,210,206)
#E6DEDB
(230,222,219)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957266 color. Also use rgb(149,114,102) instead hex code.

Text Font Color

.myTextColor { color: #957266; }

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

This text font color is #957266.


Background Color

.myBgColor { background-color: #957266; }

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

This div background color is #957266.


Border color

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

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

This div border color is #957266.


Opacity

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

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

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

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

This text has shadow with #957266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957266 on black background.


Color preview on white background

This text has color #957266 on white background.



Black color preview on #957266 background

This text has black color on #957266 background.


White color preview on #957266 background

This text has white color on #957266 background.