COLOR #951D2A

HEX: #951D2A
RGB: (149,29,42)

Color info

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

RGB color model

#951D2A color RGB value is (149,29,42).

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

RGB channels and saturation

R 149 of 255 = 58%
G 29 of 255 = 11%
B 42 of 255 = 16%

149
29
42

R + G + B ~ 28%. #951D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 29 + 42 = 220 (100%)
R 149 of 220 ~ 67.73%
G 29 of 220 ~ 13.18%
B 42 of 220 ~ 19.09%

%67.73
%13.18
%19.09

CMYK color model

#951D2A color CMYK value is (0,81,72,42).

  • cyan value is 0.00%
  • magenta value is 80.54%
  • yellow value is 71.81%
  • key color value is 41.57%
CMYK:
(0,81,72,42)
C0M81Y72K42 
(0%,81%,72%,42%)
(0.00/0.81/0.72/0.42)	

CMYK percentages

%0
%80.54
%71.81
%41.57

Codes

Color #951D2A in popluar color models

951D2A
RGB1492942
HSL354°67.42%34.90%
HSB/HSV354°80.54%58.43%
CMYK0.00%80.54%71.81%
41.57%

Color #951D2A in popluar number systems.

HEX951D2A
Decimal1492942
Binary1001010111101101010
Octal2253552

Shades and tints

Shades of #951D2A

#951D2A
(149,29,42)
#881B27
(136,27,39)
#7B1924
(123,25,36)
#6E1721
(110,23,33)
#61151E
(97,21,30)
#54131B
(84,19,27)
#471118
(71,17,24)
#3A0F15
(58,15,21)
#2D0D12
(45,13,18)
#200B0F
(32,11,15)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #951D2A

#951D2A
(149,29,42)
#9E313D
(158,49,61)
#A74550
(167,69,80)
#B05963
(176,89,99)
#B96D76
(185,109,118)
#C28189
(194,129,137)
#CB959C
(203,149,156)
#D4A9AF
(212,169,175)
#DDBDC2
(221,189,194)
#E6D1D5
(230,209,213)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #951D2A; }

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

This text font color is #951D2A.


Background Color

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

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

This div background color is #951D2A.


Border color

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

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

This div border color is #951D2A.


Opacity

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

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

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

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

This text has shadow with #951D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951D2A on black background.


Color preview on white background

This text has color #951D2A on white background.



Black color preview on #951D2A background

This text has black color on #951D2A background.


White color preview on #951D2A background

This text has white color on #951D2A background.