COLOR #953C3F

HEX: #953C3F
RGB: (149,60,63)

Color info

#953C3F contains mainly red color. Web safe color of #953C3F is #993333 (or #933).

RGB color model

#953C3F color RGB value is (149,60,63).

  • red value is 149;
  • green value is 60;
  • blue value is 63.
RGB:
(149,60,63)
(58%,24%,25%)

RGB channels and saturation

R 149 of 255 = 58%
G 60 of 255 = 24%
B 63 of 255 = 25%

149
60
63

R + G + B ~ 36%. #953C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 60 + 63 = 272 (100%)
R 149 of 272 ~ 54.78%
G 60 of 272 ~ 22.06%
B 63 of 272 ~ 23.16%

%54.78
%22.06
%23.16

CMYK color model

#953C3F color CMYK value is (0,60,58,42).

  • cyan value is 0.00%
  • magenta value is 59.73%
  • yellow value is 57.72%
  • key color value is 41.57%
CMYK:
(0,60,58,42)
C0M60Y58K42 
(0%,60%,58%,42%)
(0.00/0.60/0.58/0.42)	

CMYK percentages

%0
%59.73
%57.72
%41.57

Codes

Color #953C3F in popluar color models

953C3F
RGB1496063
HSL358°42.58%40.98%
HSB/HSV358°59.73%58.43%
CMYK0.00%59.73%57.72%
41.57%

Color #953C3F in popluar number systems.

HEX953C3F
Decimal1496063
Binary10010101111100111111
Octal2257477

Shades and tints

Shades of #953C3F

#953C3F
(149,60,63)
#88373A
(136,55,58)
#7B3235
(123,50,53)
#6E2D30
(110,45,48)
#61282B
(97,40,43)
#542326
(84,35,38)
#471E21
(71,30,33)
#3A191C
(58,25,28)
#2D1417
(45,20,23)
#200F12
(32,15,18)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #953C3F

#953C3F
(149,60,63)
#9E4D50
(158,77,80)
#A75E61
(167,94,97)
#B06F72
(176,111,114)
#B98083
(185,128,131)
#C29194
(194,145,148)
#CBA2A5
(203,162,165)
#D4B3B6
(212,179,182)
#DDC4C7
(221,196,199)
#E6D5D8
(230,213,216)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953C3F color. Also use rgb(149,60,63) instead hex code.

Text Font Color

.myTextColor { color: #953C3F; }

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

This text font color is #953C3F.


Background Color

.myBgColor { background-color: #953C3F; }

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

This div background color is #953C3F.


Border color

.myBorderColor { border: 1px solid #953C3F; }

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

This div border color is #953C3F.


Opacity

.myOpacity80 { color: #953C3F; opacity: 0.8; }

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

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

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

This text has shadow with #953C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953C3F on black background.


Color preview on white background

This text has color #953C3F on white background.



Black color preview on #953C3F background

This text has black color on #953C3F background.


White color preview on #953C3F background

This text has white color on #953C3F background.