COLOR #953C3C

HEX: #953C3C
RGB: (149,60,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
60
60

R + G + B ~ 35%. #953C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 60 + 60 = 269 (100%)
R 149 of 269 ~ 55.39%
G 60 of 269 ~ 22.3%
B 60 of 269 ~ 22.3%

%55.39
%22.3
%22.3

CMYK color model

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

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

CMYK percentages

%0
%59.73
%59.73
%41.57

Codes

Color #953C3C in popluar color models

953C3C
RGB1496060
HSL42.58%40.98%
HSB/HSV59.73%58.43%
CMYK0.00%59.73%59.73%
41.57%

Color #953C3C in popluar number systems.

HEX953C3C
Decimal1496060
Binary10010101111100111100
Octal2257474

Shades and tints

Shades of #953C3C

#953C3C
(149,60,60)
#883737
(136,55,55)
#7B3232
(123,50,50)
#6E2D2D
(110,45,45)
#612828
(97,40,40)
#542323
(84,35,35)
#471E1E
(71,30,30)
#3A1919
(58,25,25)
#2D1414
(45,20,20)
#200F0F
(32,15,15)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #953C3C

#953C3C
(149,60,60)
#9E4D4D
(158,77,77)
#A75E5E
(167,94,94)
#B06F6F
(176,111,111)
#B98080
(185,128,128)
#C29191
(194,145,145)
#CBA2A2
(203,162,162)
#D4B3B3
(212,179,179)
#DDC4C4
(221,196,196)
#E6D5D5
(230,213,213)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #953C3C; }

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

This text font color is #953C3C.


Background Color

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

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

This div background color is #953C3C.


Border color

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

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

This div border color is #953C3C.


Opacity

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

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

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

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

This text has shadow with #953C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953C3C on black background.


Color preview on white background

This text has color #953C3C on white background.



Black color preview on #953C3C background

This text has black color on #953C3C background.


White color preview on #953C3C background

This text has white color on #953C3C background.