COLOR #957449

HEX: #957449
RGB: (149,116,73)

Color info

#957449 contains mainly red and green colors. Web safe color of #957449 is #996633 (or #963).

RGB color model

#957449 color RGB value is (149,116,73).

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

RGB channels and saturation

R 149 of 255 = 58%
G 116 of 255 = 45%
B 73 of 255 = 29%

149
116
73

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

Portions of RGB colors in percentages

R + G + B =
149 + 116 + 73 = 338 (100%)
R 149 of 338 ~ 44.08%
G 116 of 338 ~ 34.32%
B 73 of 338 ~ 21.6%

%44.08
%34.32
%21.6

CMYK color model

#957449 color CMYK value is (0,22,51,42).

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 51.01%
  • key color value is 41.57%
CMYK:
(0,22,51,42)
C0M22Y51K42 
(0%,22%,51%,42%)
(0.00/0.22/0.51/0.42)	

CMYK percentages

%0
%22.15
%51.01
%41.57

Codes

Color #957449 in popluar color models

957449
RGB14911673
HSL34°34.23%43.53%
HSB/HSV34°51.01%58.43%
CMYK0.00%22.15%51.01%
41.57%

Color #957449 in popluar number systems.

HEX957449
Decimal14911673
Binary1001010111101001001001
Octal225164111

Shades and tints

Shades of #957449

#957449
(149,116,73)
#886A43
(136,106,67)
#7B603D
(123,96,61)
#6E5637
(110,86,55)
#614C31
(97,76,49)
#54422B
(84,66,43)
#473825
(71,56,37)
#3A2E1F
(58,46,31)
#2D2419
(45,36,25)
#201A13
(32,26,19)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #957449

#957449
(149,116,73)
#9E8059
(158,128,89)
#A78C69
(167,140,105)
#B09879
(176,152,121)
#B9A489
(185,164,137)
#C2B099
(194,176,153)
#CBBCA9
(203,188,169)
#D4C8B9
(212,200,185)
#DDD4C9
(221,212,201)
#E6E0D9
(230,224,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957449; }

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

This text font color is #957449.


Background Color

.myBgColor { background-color: #957449; }

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

This div background color is #957449.


Border color

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

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

This div border color is #957449.


Opacity

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

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

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

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

This text has shadow with #957449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957449 on black background.


Color preview on white background

This text has color #957449 on white background.



Black color preview on #957449 background

This text has black color on #957449 background.


White color preview on #957449 background

This text has white color on #957449 background.