COLOR #950636

HEX: #950636
RGB: (149,6,54)

Color info

#950636 contains mainly red color. Web safe color of #950636 is #990033 (or #903).

RGB color model

#950636 color RGB value is (149,6,54).

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

RGB channels and saturation

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

149
6
54

R + G + B ~ 27%. #950636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 6 + 54 = 209 (100%)
R 149 of 209 ~ 71.29%
G 6 of 209 ~ 2.87%
B 54 of 209 ~ 25.84%

%71.29
%25.84

CMYK color model

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

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

CMYK percentages

%0
%95.97
%63.76
%41.57

Codes

Color #950636 in popluar color models

950636
RGB149654
HSL340°92.26%30.39%
HSB/HSV340°95.97%58.43%
CMYK0.00%95.97%63.76%
41.57%

Color #950636 in popluar number systems.

HEX950636
Decimal149654
Binary10010101110110110
Octal225666

Shades and tints

Shades of #950636

#950636
(149,6,54)
#880632
(136,6,50)
#7B062E
(123,6,46)
#6E062A
(110,6,42)
#610626
(97,6,38)
#540622
(84,6,34)
#47061E
(71,6,30)
#3A061A
(58,6,26)
#2D0616
(45,6,22)
#200612
(32,6,18)
#13060E
(19,6,14)
#000000
(0,0,0)

Tints of #950636

#950636
(149,6,54)
#9E1C48
(158,28,72)
#A7325A
(167,50,90)
#B0486C
(176,72,108)
#B95E7E
(185,94,126)
#C27490
(194,116,144)
#CB8AA2
(203,138,162)
#D4A0B4
(212,160,180)
#DDB6C6
(221,182,198)
#E6CCD8
(230,204,216)
#EFE2EA
(239,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #950636; }

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

This text font color is #950636.


Background Color

.myBgColor { background-color: #950636; }

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

This div background color is #950636.


Border color

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

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

This div border color is #950636.


Opacity

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

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

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

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

This text has shadow with #950636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950636 on black background.


Color preview on white background

This text has color #950636 on white background.



Black color preview on #950636 background

This text has black color on #950636 background.


White color preview on #950636 background

This text has white color on #950636 background.