COLOR #957463

HEX: #957463
RGB: (149,116,99)

Color info

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

RGB color model

#957463 color RGB value is (149,116,99).

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

RGB channels and saturation

R 149 of 255 = 58%
G 116 of 255 = 45%
B 99 of 255 = 39%

149
116
99

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

Portions of RGB colors in percentages

R + G + B =
149 + 116 + 99 = 364 (100%)
R 149 of 364 ~ 40.93%
G 116 of 364 ~ 31.87%
B 99 of 364 ~ 27.2%

%40.93
%31.87
%27.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 33.56%
  • key color value is 41.57%
CMYK:
(0,22,34,42)
C0M22Y34K42 
(0%,22%,34%,42%)
(0.00/0.22/0.34/0.42)	

CMYK percentages

%0
%22.15
%33.56
%41.57

Codes

Color #957463 in popluar color models

957463
RGB14911699
HSL20°20.16%48.63%
HSB/HSV20°33.56%58.43%
CMYK0.00%22.15%33.56%
41.57%

Color #957463 in popluar number systems.

HEX957463
Decimal14911699
Binary1001010111101001100011
Octal225164143

Shades and tints

Shades of #957463

#957463
(149,116,99)
#886A5A
(136,106,90)
#7B6051
(123,96,81)
#6E5648
(110,86,72)
#614C3F
(97,76,63)
#544236
(84,66,54)
#47382D
(71,56,45)
#3A2E24
(58,46,36)
#2D241B
(45,36,27)
#201A12
(32,26,18)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #957463

#957463
(149,116,99)
#9E8071
(158,128,113)
#A78C7F
(167,140,127)
#B0988D
(176,152,141)
#B9A49B
(185,164,155)
#C2B0A9
(194,176,169)
#CBBCB7
(203,188,183)
#D4C8C5
(212,200,197)
#DDD4D3
(221,212,211)
#E6E0E1
(230,224,225)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957463; }

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

This text font color is #957463.


Background Color

.myBgColor { background-color: #957463; }

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

This div background color is #957463.


Border color

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

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

This div border color is #957463.


Opacity

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

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

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

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

This text has shadow with #957463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957463 on black background.


Color preview on white background

This text has color #957463 on white background.



Black color preview on #957463 background

This text has black color on #957463 background.


White color preview on #957463 background

This text has white color on #957463 background.