COLOR #951D35

HEX: #951D35
RGB: (149,29,53)

Color info

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

RGB color model

#951D35 color RGB value is (149,29,53).

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

RGB channels and saturation

R 149 of 255 = 58%
G 29 of 255 = 11%
B 53 of 255 = 21%

149
29
53

R + G + B ~ 30%. #951D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 29 + 53 = 231 (100%)
R 149 of 231 ~ 64.5%
G 29 of 231 ~ 12.55%
B 53 of 231 ~ 22.94%

%64.5
%12.55
%22.94

CMYK color model

#951D35 color CMYK value is (0,81,64,42).

  • cyan value is 0.00%
  • magenta value is 80.54%
  • yellow value is 64.43%
  • key color value is 41.57%
CMYK:
(0,81,64,42)
C0M81Y64K42 
(0%,81%,64%,42%)
(0.00/0.81/0.64/0.42)	

CMYK percentages

%0
%80.54
%64.43
%41.57

Codes

Color #951D35 in popluar color models

951D35
RGB1492953
HSL348°67.42%34.90%
HSB/HSV348°80.54%58.43%
CMYK0.00%80.54%64.43%
41.57%

Color #951D35 in popluar number systems.

HEX951D35
Decimal1492953
Binary1001010111101110101
Octal2253565

Shades and tints

Shades of #951D35

#951D35
(149,29,53)
#881B31
(136,27,49)
#7B192D
(123,25,45)
#6E1729
(110,23,41)
#611525
(97,21,37)
#541321
(84,19,33)
#47111D
(71,17,29)
#3A0F19
(58,15,25)
#2D0D15
(45,13,21)
#200B11
(32,11,17)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #951D35

#951D35
(149,29,53)
#9E3147
(158,49,71)
#A74559
(167,69,89)
#B0596B
(176,89,107)
#B96D7D
(185,109,125)
#C2818F
(194,129,143)
#CB95A1
(203,149,161)
#D4A9B3
(212,169,179)
#DDBDC5
(221,189,197)
#E6D1D7
(230,209,215)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #951D35 color. Also use rgb(149,29,53) instead hex code.

Text Font Color

.myTextColor { color: #951D35; }

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

This text font color is #951D35.


Background Color

.myBgColor { background-color: #951D35; }

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

This div background color is #951D35.


Border color

.myBorderColor { border: 1px solid #951D35; }

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

This div border color is #951D35.


Opacity

.myOpacity80 { color: #951D35; opacity: 0.8; }

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

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

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

This text has shadow with #951D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951D35 on black background.


Color preview on white background

This text has color #951D35 on white background.



Black color preview on #951D35 background

This text has black color on #951D35 background.


White color preview on #951D35 background

This text has white color on #951D35 background.