COLOR #956267

HEX: #956267
RGB: (149,98,103)

Color info

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

RGB color model

#956267 color RGB value is (149,98,103).

  • red value is 149;
  • green value is 98;
  • blue value is 103.
RGB:
(149,98,103)
(58%,38%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 98 of 255 = 38%
B 103 of 255 = 40%

149
98
103

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

Portions of RGB colors in percentages

R + G + B =
149 + 98 + 103 = 350 (100%)
R 149 of 350 ~ 42.57%
G 98 of 350 ~ 28%
B 103 of 350 ~ 29.43%

%42.57
%28
%29.43

CMYK color model

#956267 color CMYK value is (0,34,31,42).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 30.87%
  • key color value is 41.57%
CMYK:
(0,34,31,42)
C0M34Y31K42 
(0%,34%,31%,42%)
(0.00/0.34/0.31/0.42)	

CMYK percentages

%0
%34.23
%30.87
%41.57

Codes

Color #956267 in popluar color models

956267
RGB14998103
HSL354°20.65%48.43%
HSB/HSV354°34.23%58.43%
CMYK0.00%34.23%30.87%
41.57%

Color #956267 in popluar number systems.

HEX956267
Decimal14998103
Binary1001010111000101100111
Octal225142147

Shades and tints

Shades of #956267

#956267
(149,98,103)
#885A5E
(136,90,94)
#7B5255
(123,82,85)
#6E4A4C
(110,74,76)
#614243
(97,66,67)
#543A3A
(84,58,58)
#473231
(71,50,49)
#3A2A28
(58,42,40)
#2D221F
(45,34,31)
#201A16
(32,26,22)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #956267

#956267
(149,98,103)
#9E7074
(158,112,116)
#A77E81
(167,126,129)
#B08C8E
(176,140,142)
#B99A9B
(185,154,155)
#C2A8A8
(194,168,168)
#CBB6B5
(203,182,181)
#D4C4C2
(212,196,194)
#DDD2CF
(221,210,207)
#E6E0DC
(230,224,220)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956267 color. Also use rgb(149,98,103) instead hex code.

Text Font Color

.myTextColor { color: #956267; }

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

This text font color is #956267.


Background Color

.myBgColor { background-color: #956267; }

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

This div background color is #956267.


Border color

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

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

This div border color is #956267.


Opacity

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

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

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

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

This text has shadow with #956267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956267 on black background.


Color preview on white background

This text has color #956267 on white background.



Black color preview on #956267 background

This text has black color on #956267 background.


White color preview on #956267 background

This text has white color on #956267 background.