COLOR #956353

HEX: #956353
RGB: (149,99,83)

Color info

#956353 contains mainly red and green colors. Web safe color of #956353 is #996666 (or #966).

RGB color model

#956353 color RGB value is (149,99,83).

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

RGB channels and saturation

R 149 of 255 = 58%
G 99 of 255 = 39%
B 83 of 255 = 33%

149
99
83

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

Portions of RGB colors in percentages

R + G + B =
149 + 99 + 83 = 331 (100%)
R 149 of 331 ~ 45.02%
G 99 of 331 ~ 29.91%
B 83 of 331 ~ 25.08%

%45.02
%29.91
%25.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.56%
  • yellow value is 44.30%
  • key color value is 41.57%
CMYK:
(0,34,44,42)
C0M34Y44K42 
(0%,34%,44%,42%)
(0.00/0.34/0.44/0.42)	

CMYK percentages

%0
%33.56
%44.3
%41.57

Codes

Color #956353 in popluar color models

956353
RGB1499983
HSL15°28.45%45.49%
HSB/HSV15°44.30%58.43%
CMYK0.00%33.56%44.30%
41.57%

Color #956353 in popluar number systems.

HEX956353
Decimal1499983
Binary1001010111000111010011
Octal225143123

Shades and tints

Shades of #956353

#956353
(149,99,83)
#885A4C
(136,90,76)
#7B5145
(123,81,69)
#6E483E
(110,72,62)
#613F37
(97,63,55)
#543630
(84,54,48)
#472D29
(71,45,41)
#3A2422
(58,36,34)
#2D1B1B
(45,27,27)
#201214
(32,18,20)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #956353

#956353
(149,99,83)
#9E7162
(158,113,98)
#A77F71
(167,127,113)
#B08D80
(176,141,128)
#B99B8F
(185,155,143)
#C2A99E
(194,169,158)
#CBB7AD
(203,183,173)
#D4C5BC
(212,197,188)
#DDD3CB
(221,211,203)
#E6E1DA
(230,225,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956353; }

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

This text font color is #956353.


Background Color

.myBgColor { background-color: #956353; }

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

This div background color is #956353.


Border color

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

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

This div border color is #956353.


Opacity

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

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

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

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

This text has shadow with #956353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956353 on black background.


Color preview on white background

This text has color #956353 on white background.



Black color preview on #956353 background

This text has black color on #956353 background.


White color preview on #956353 background

This text has white color on #956353 background.