COLOR #951839

HEX: #951839
RGB: (149,24,57)

Color info

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

RGB color model

#951839 color RGB value is (149,24,57).

  • red value is 149;
  • green value is 24;
  • blue value is 57.
RGB:
(149,24,57)
(58%,9%,22%)

RGB channels and saturation

R 149 of 255 = 58%
G 24 of 255 = 9%
B 57 of 255 = 22%

149
24
57

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

Portions of RGB colors in percentages

R + G + B =
149 + 24 + 57 = 230 (100%)
R 149 of 230 ~ 64.78%
G 24 of 230 ~ 10.43%
B 57 of 230 ~ 24.78%

%64.78
%10.43
%24.78

CMYK color model

#951839 color CMYK value is (0,84,62,42).

  • cyan value is 0.00%
  • magenta value is 83.89%
  • yellow value is 61.74%
  • key color value is 41.57%
CMYK:
(0,84,62,42)
C0M84Y62K42 
(0%,84%,62%,42%)
(0.00/0.84/0.62/0.42)	

CMYK percentages

%0
%83.89
%61.74
%41.57

Codes

Color #951839 in popluar color models

951839
RGB1492457
HSL344°72.25%33.92%
HSB/HSV344°83.89%58.43%
CMYK0.00%83.89%61.74%
41.57%

Color #951839 in popluar number systems.

HEX951839
Decimal1492457
Binary1001010111000111001
Octal2253071

Shades and tints

Shades of #951839

#951839
(149,24,57)
#881634
(136,22,52)
#7B142F
(123,20,47)
#6E122A
(110,18,42)
#611025
(97,16,37)
#540E20
(84,14,32)
#470C1B
(71,12,27)
#3A0A16
(58,10,22)
#2D0811
(45,8,17)
#20060C
(32,6,12)
#130407
(19,4,7)
#000000
(0,0,0)

Tints of #951839

#951839
(149,24,57)
#9E2D4B
(158,45,75)
#A7425D
(167,66,93)
#B0576F
(176,87,111)
#B96C81
(185,108,129)
#C28193
(194,129,147)
#CB96A5
(203,150,165)
#D4ABB7
(212,171,183)
#DDC0C9
(221,192,201)
#E6D5DB
(230,213,219)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #951839; }

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

This text font color is #951839.


Background Color

.myBgColor { background-color: #951839; }

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

This div background color is #951839.


Border color

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

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

This div border color is #951839.


Opacity

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

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

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

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

This text has shadow with #951839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951839 on black background.


Color preview on white background

This text has color #951839 on white background.



Black color preview on #951839 background

This text has black color on #951839 background.


White color preview on #951839 background

This text has white color on #951839 background.