COLOR #953636

HEX: #953636
RGB: (149,54,54)

Color info

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

RGB color model

#953636 color RGB value is (149,54,54).

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

RGB channels and saturation

R 149 of 255 = 58%
G 54 of 255 = 21%
B 54 of 255 = 21%

149
54
54

R + G + B ~ 33%. #953636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 54 + 54 = 257 (100%)
R 149 of 257 ~ 57.98%
G 54 of 257 ~ 21.01%
B 54 of 257 ~ 21.01%

%57.98
%21.01
%21.01

CMYK color model

#953636 color CMYK value is (0,64,64,42).

  • cyan value is 0.00%
  • magenta value is 63.76%
  • yellow value is 63.76%
  • key color value is 41.57%
CMYK:
(0,64,64,42)
C0M64Y64K42 
(0%,64%,64%,42%)
(0.00/0.64/0.64/0.42)	

CMYK percentages

%0
%63.76
%63.76
%41.57

Codes

Color #953636 in popluar color models

953636
RGB1495454
HSL46.80%39.80%
HSB/HSV63.76%58.43%
CMYK0.00%63.76%63.76%
41.57%

Color #953636 in popluar number systems.

HEX953636
Decimal1495454
Binary10010101110110110110
Octal2256666

Shades and tints

Shades of #953636

#953636
(149,54,54)
#883232
(136,50,50)
#7B2E2E
(123,46,46)
#6E2A2A
(110,42,42)
#612626
(97,38,38)
#542222
(84,34,34)
#471E1E
(71,30,30)
#3A1A1A
(58,26,26)
#2D1616
(45,22,22)
#201212
(32,18,18)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #953636

#953636
(149,54,54)
#9E4848
(158,72,72)
#A75A5A
(167,90,90)
#B06C6C
(176,108,108)
#B97E7E
(185,126,126)
#C29090
(194,144,144)
#CBA2A2
(203,162,162)
#D4B4B4
(212,180,180)
#DDC6C6
(221,198,198)
#E6D8D8
(230,216,216)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #953636; }

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

This text font color is #953636.


Background Color

.myBgColor { background-color: #953636; }

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

This div background color is #953636.


Border color

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

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

This div border color is #953636.


Opacity

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

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

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

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

This text has shadow with #953636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953636 on black background.


Color preview on white background

This text has color #953636 on white background.



Black color preview on #953636 background

This text has black color on #953636 background.


White color preview on #953636 background

This text has white color on #953636 background.