COLOR #952420

HEX: #952420
RGB: (149,36,32)

Color info

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

RGB color model

#952420 color RGB value is (149,36,32).

  • red value is 149;
  • green value is 36;
  • blue value is 32.
RGB:
(149,36,32)
(58%,14%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 36 of 255 = 14%
B 32 of 255 = 13%

149
36
32

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

Portions of RGB colors in percentages

R + G + B =
149 + 36 + 32 = 217 (100%)
R 149 of 217 ~ 68.66%
G 36 of 217 ~ 16.59%
B 32 of 217 ~ 14.75%

%68.66
%16.59
%14.75

CMYK color model

#952420 color CMYK value is (0,76,79,42).

  • cyan value is 0.00%
  • magenta value is 75.84%
  • yellow value is 78.52%
  • key color value is 41.57%
CMYK:
(0,76,79,42)
C0M76Y79K42 
(0%,76%,79%,42%)
(0.00/0.76/0.79/0.42)	

CMYK percentages

%0
%75.84
%78.52
%41.57

Codes

Color #952420 in popluar color models

952420
RGB1493632
HSL64.64%35.49%
HSB/HSV78.52%58.43%
CMYK0.00%75.84%78.52%
41.57%

Color #952420 in popluar number systems.

HEX952420
Decimal1493632
Binary10010101100100100000
Octal2254440

Shades and tints

Shades of #952420

#952420
(149,36,32)
#88211E
(136,33,30)
#7B1E1C
(123,30,28)
#6E1B1A
(110,27,26)
#611818
(97,24,24)
#541516
(84,21,22)
#471214
(71,18,20)
#3A0F12
(58,15,18)
#2D0C10
(45,12,16)
#20090E
(32,9,14)
#13060C
(19,6,12)
#000000
(0,0,0)

Tints of #952420

#952420
(149,36,32)
#9E3734
(158,55,52)
#A74A48
(167,74,72)
#B05D5C
(176,93,92)
#B97070
(185,112,112)
#C28384
(194,131,132)
#CB9698
(203,150,152)
#D4A9AC
(212,169,172)
#DDBCC0
(221,188,192)
#E6CFD4
(230,207,212)
#EFE2E8
(239,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952420 color. Also use rgb(149,36,32) instead hex code.

Text Font Color

.myTextColor { color: #952420; }

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

This text font color is #952420.


Background Color

.myBgColor { background-color: #952420; }

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

This div background color is #952420.


Border color

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

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

This div border color is #952420.


Opacity

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

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

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

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

This text has shadow with #952420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #952420 on black background.


Color preview on white background

This text has color #952420 on white background.



Black color preview on #952420 background

This text has black color on #952420 background.


White color preview on #952420 background

This text has white color on #952420 background.