HEX: #95464D
RGB: (149,70,77)
#95464D contains mainly red color. Web safe color of #95464D is #993333 (or #933).
#95464D color RGB value is (149,70,77).
RGB: (149,70,77)
(58%, 27%, 30%)
R 149 of 255 = 58%
G 70 of 255 = 27%
B 77 of 255 = 30%
R + G + B ~ 38%. #95464D is quite dark color.
R + G + B = 149 + 70 + 77 = 296 (100%)
R 149 of 296 ~ 50.34%
G 70 of 296 ~ 23.65%
B 77 of 296 ~ 26.01'%
#95464D color CMYK value is (0,53,48,42).
CMYK: (0,53,48,42)
C0M53Y48K42 (0%, 53%, 48%, 42%)
(0.00 / 0.53 / 0.48 / 0.42)
Color #95464D in popluar color models
95 | 46 | 4D | |
---|---|---|---|
RGB | 149 | 70 | 77 |
HSL | 355° | 36.07% | 42.94% |
HSB/HSV | 355° | 53.02% | 58.43% |
CMYK | 0.00% | 53.02% | 48.32% |
41.57% |
Color #95464D in popluar number systems.
HEX | 95 | 46 | 4D |
Decimal | 149 | 70 | 77 |
Binary | 10010101 | 1000110 | 1001101 |
Octal | 225 | 106 | 115 |
Shades of #95464D
Tints of #95464D
Examples of css and html codes for elements with #95464D color. Also use rgb(149,70,77) instead hex code.
.myTextColor { color: #95464D; }
<p style="color:#95464D">This sample text font color is #95464D.</p>
This text font color is #95464D.
.myBgColor { background-color: #95464D; }
<div style="background-color:#95464D">Inner text</div>
This div background color is #95464D.
.myBorderColor { border: 1px solid #95464D; }
<div style="border:3px solid #95464D">Div</div>
This div border color is #95464D.
.myOpacity80 { color: #95464D; opacity: 0.8; }
<p style="color:#95464D;opacity:0.8;">80%</p>
Text with #95464D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95464D;}
<p style="text-shadow: 3px 3px 1px #95464D">Text here.</p>
This text has shadow with #95464D color.
.textShadow {text-shadow: 3px 3px 1px #95464D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95464D, 5px 5px 20px red">Text here.</p>
This text has shadow with #95464D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95464D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95464D, Direction=45, Strength=4)">Text</p>
This text has shadow with #95464D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95464D;
-webkit-box-shadow: 1px 1px 3px 2px #95464D;
box-shadow: 1px 1px 3px 2px #95464D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95464D; -webkit-box-shadow: 1px 1px 3px 2px #95464D; box-shadow:1px 1px 3px 2px #95464D;">
Div content here
</div>
This text has color #95464D on black background.
This text has color #95464D on white background.
This text has black color on #95464D background.
This text has white color on #95464D background.
Complementary color for #hex is #6AB9B2.