COLOR #951948

HEX: #951948
RGB: (149,25,72)

Color info

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

RGB color model

#951948 color RGB value is (149,25,72).

  • red value is 149;
  • green value is 25;
  • blue value is 72.
RGB:
(149,25,72)
(58%,10%,28%)

RGB channels and saturation

R 149 of 255 = 58%
G 25 of 255 = 10%
B 72 of 255 = 28%

149
25
72

R + G + B ~ 32%. #951948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 25 + 72 = 246 (100%)
R 149 of 246 ~ 60.57%
G 25 of 246 ~ 10.16%
B 72 of 246 ~ 29.27%

%60.57
%10.16
%29.27

CMYK color model

#951948 color CMYK value is (0,83,52,42).

  • cyan value is 0.00%
  • magenta value is 83.22%
  • yellow value is 51.68%
  • key color value is 41.57%
CMYK:
(0,83,52,42)
C0M83Y52K42 
(0%,83%,52%,42%)
(0.00/0.83/0.52/0.42)	

CMYK percentages

%0
%83.22
%51.68
%41.57

Codes

Color #951948 in popluar color models

951948
RGB1492572
HSL337°71.26%34.12%
HSB/HSV337°83.22%58.43%
CMYK0.00%83.22%51.68%
41.57%

Color #951948 in popluar number systems.

HEX951948
Decimal1492572
Binary10010101110011001000
Octal22531110

Shades and tints

Shades of #951948

#951948
(149,25,72)
#881742
(136,23,66)
#7B153C
(123,21,60)
#6E1336
(110,19,54)
#611130
(97,17,48)
#540F2A
(84,15,42)
#470D24
(71,13,36)
#3A0B1E
(58,11,30)
#2D0918
(45,9,24)
#200712
(32,7,18)
#13050C
(19,5,12)
#000000
(0,0,0)

Tints of #951948

#951948
(149,25,72)
#9E2D58
(158,45,88)
#A74168
(167,65,104)
#B05578
(176,85,120)
#B96988
(185,105,136)
#C27D98
(194,125,152)
#CB91A8
(203,145,168)
#D4A5B8
(212,165,184)
#DDB9C8
(221,185,200)
#E6CDD8
(230,205,216)
#EFE1E8
(239,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #951948 color. Also use rgb(149,25,72) instead hex code.

Text Font Color

.myTextColor { color: #951948; }

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

This text font color is #951948.


Background Color

.myBgColor { background-color: #951948; }

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

This div background color is #951948.


Border color

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

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

This div border color is #951948.


Opacity

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

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

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

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

This text has shadow with #951948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951948 on black background.


Color preview on white background

This text has color #951948 on white background.



Black color preview on #951948 background

This text has black color on #951948 background.


White color preview on #951948 background

This text has white color on #951948 background.