COLOR #956362

HEX: #956362
RGB: (149,99,98)

Color info

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

RGB color model

#956362 color RGB value is (149,99,98).

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

RGB channels and saturation

R 149 of 255 = 58%
G 99 of 255 = 39%
B 98 of 255 = 38%

149
99
98

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

Portions of RGB colors in percentages

R + G + B =
149 + 99 + 98 = 346 (100%)
R 149 of 346 ~ 43.06%
G 99 of 346 ~ 28.61%
B 98 of 346 ~ 28.32%

%43.06
%28.61
%28.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.56%
  • yellow value is 34.23%
  • key color value is 41.57%
CMYK:
(0,34,34,42)
C0M34Y34K42 
(0%,34%,34%,42%)
(0.00/0.34/0.34/0.42)	

CMYK percentages

%0
%33.56
%34.23
%41.57

Codes

Color #956362 in popluar color models

956362
RGB1499998
HSL20.65%48.43%
HSB/HSV34.23%58.43%
CMYK0.00%33.56%34.23%
41.57%

Color #956362 in popluar number systems.

HEX956362
Decimal1499998
Binary1001010111000111100010
Octal225143142

Shades and tints

Shades of #956362

#956362
(149,99,98)
#885A5A
(136,90,90)
#7B5152
(123,81,82)
#6E484A
(110,72,74)
#613F42
(97,63,66)
#54363A
(84,54,58)
#472D32
(71,45,50)
#3A242A
(58,36,42)
#2D1B22
(45,27,34)
#20121A
(32,18,26)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #956362

#956362
(149,99,98)
#9E7170
(158,113,112)
#A77F7E
(167,127,126)
#B08D8C
(176,141,140)
#B99B9A
(185,155,154)
#C2A9A8
(194,169,168)
#CBB7B6
(203,183,182)
#D4C5C4
(212,197,196)
#DDD3D2
(221,211,210)
#E6E1E0
(230,225,224)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956362; }

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

This text font color is #956362.


Background Color

.myBgColor { background-color: #956362; }

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

This div background color is #956362.


Border color

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

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

This div border color is #956362.


Opacity

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

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

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

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

This text has shadow with #956362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956362 on black background.


Color preview on white background

This text has color #956362 on white background.



Black color preview on #956362 background

This text has black color on #956362 background.


White color preview on #956362 background

This text has white color on #956362 background.