HEX: #952420
RGB: (149,36,32)
#952420 contains mainly red color. Web safe color of #952420 is #993333 (or #933).
#952420 color RGB value is (149,36,32).
RGB: (149,36,32) (58%,14%,13%)
R 149 of 255 = 58%
G 36 of 255 = 14%
B 32 of 255 = 13%
R + G + B ~ 28%. #952420 is quite dark color.
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%
#952420 color CMYK value is (0,76,79,42).
CMYK: (0,76,79,42) C0M76Y79K42 (0%,76%,79%,42%) (0.00/0.76/0.79/0.42)
95 | 24 | 20 | |
---|---|---|---|
RGB | 149 | 36 | 32 |
HSL | 2° | 64.64% | 35.49% |
HSB/HSV | 2° | 78.52% | 58.43% |
CMYK | 0.00% | 75.84% | 78.52% |
41.57% |
HEX | 95 | 24 | 20 |
Decimal | 149 | 36 | 32 |
Binary | 10010101 | 100100 | 100000 |
Octal | 225 | 44 | 40 |
Examples of css and html codes for elements with #952420 color. Also use rgb(149,36,32) instead hex code.
.myTextColor { color: #952420; }
<p style="color:#952420">This sample text font color is #952420.</p>
This text font color is #952420.
.myBgColor { background-color: #952420; }
<div style="background-color:#952420">Inner text</div>
This div background color is #952420.
.myBorderColor { border: 1px solid #952420; }
<div style="border:3px solid #952420">Div</div>
This div border color is #952420.
.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%.
.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.
/* 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 text has color #952420 on black background.
This text has color #952420 on white background.
This text has black color on #952420 background.
This text has white color on #952420 background.