COLOR #951D22

HEX: #951D22 RGB: (149,29,34)

Color info

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

RGB color model

#951D22 color RGB value is (149,29,34).

RGB: (149,29,34) (58%, 11%, 13%)

RGB channels and saturation

R 149 of 255 = 58%
G 29 of 255 = 11%
B 34 of 255 = 13%

149
29
34

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

Portions of RGB colors in percentages

R + G + B = 149 + 29 + 34 = 212 (100%)
R 149 of 212 ~ 70.28%
G 29 of 212 ~ 13.68%
B 34 of 212 ~ 16.04'%

%70.28
%13.68
%16.04

CMYK color model

#951D22 color CMYK value is (0,81,77,42).

  • cyan value is 0.00%
  • magenta value is 80.54%
  • yellow value is 77.18%
  • key color value is 41.57%

CMYK: (0,81,77,42)
C0M81Y77K42 (0%, 81%, 77%, 42%)
(0.00 / 0.81 / 0.77 / 0.42)

CMYK percentages

%0
%80.54
%77.18
%41.57

Codes

Color #951D22 in popluar color models

95 1D 22
RGB 149 29 34
HSL 358° 67.42% 34.90%
HSB/HSV 358° 80.54% 58.43%
CMYK 0.00% 80.54% 77.18%
41.57%

Color #951D22 in popluar number systems.

HEX 95 1D 22
Decimal 149 29 34
Binary 10010101 11101 100010
Octal 225 35 42

Shades and tints

Shades of #951D22

#951D22
(149,29,34)
#881B1F
(136,27,31)
#7B191C
(123,25,28)
#6E1719
(110,23,25)
#611516
(97,21,22)
#541313
(84,19,19)
#471110
(71,17,16)
#3A0F0D
(58,15,13)
#2D0D0A
(45,13,10)
#200B07
(32,11,7)
#130904
(19,9,4)
#000000
(0,0,0)

Tints of #951D22

#951D22
(149,29,34)
#9E3136
(158,49,54)
#A7454A
(167,69,74)
#B0595E
(176,89,94)
#B96D72
(185,109,114)
#C28186
(194,129,134)
#CB959A
(203,149,154)
#D4A9AE
(212,169,174)
#DDBDC2
(221,189,194)
#E6D1D6
(230,209,214)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #951D22; }

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

This text font color is #951D22.

Background Color

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

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

This div background color is #951D22.

Border color

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

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

This div border color is #951D22.

Opacity

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

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

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

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

This text has shadow with #951D22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #951D22.

Preview

Color preview on black background

This text has color #951D22 on black background.


Color preview on white background

This text has color #951D22 on white background.


Black color preview on #951D22 background

This text has black color on #951D22 background.


White color preview on #951D22 background

This text has white color on #951D22 background.


Related colors

Complementary color

Complementary color for #hex is #6AE2DD.


I love getcolorcode.com

Triadic colors

1 #22951D and #1D2295 with #951D22 are triadic colors.

2 #221D95 and #1D9522 with #951D22 are triadic colors.