HEX: #71294B
RGB: (113,41,75)
#71294B contains mainly red and blue colors. Web safe color of #71294B is #663333 (or #633).
#71294B color RGB value is (113,41,75).
RGB: (113,41,75) (44%,16%,29%)
R 113 of 255 = 44%
G 41 of 255 = 16%
B 75 of 255 = 29%
R + G + B ~ 30%. #71294B is quite dark color.
R + G + B =
113 + 41 + 75 = 229 (100%)
R 113 of 229 ~ 49.34%
G 41 of 229 ~ 17.9%
B 75 of 229 ~ 32.75%
#71294B color CMYK value is (0,64,34,56).
CMYK: (0,64,34,56) C0M64Y34K56 (0%,64%,34%,56%) (0.00/0.64/0.34/0.56)
71 | 29 | 4B | |
---|---|---|---|
RGB | 113 | 41 | 75 |
HSL | 332° | 46.75% | 30.20% |
HSB/HSV | 332° | 63.72% | 44.31% |
CMYK | 0.00% | 63.72% | 33.63% |
55.69% |
HEX | 71 | 29 | 4B |
Decimal | 113 | 41 | 75 |
Binary | 1110001 | 101001 | 1001011 |
Octal | 161 | 51 | 113 |
Examples of css and html codes for elements with #71294B color. Also use rgb(113,41,75) instead hex code.
.myTextColor { color: #71294B; }
<p style="color:#71294B">This sample text font color is #71294B.</p>
This text font color is #71294B.
.myBgColor { background-color: #71294B; }
<div style="background-color:#71294B">Inner text</div>
This div background color is #71294B.
.myBorderColor { border: 1px solid #71294B; }
<div style="border:3px solid #71294B">Div</div>
This div border color is #71294B.
.myOpacity80 { color: #71294B; opacity: 0.8; }
<p style="color:#71294B;opacity:0.8;">80%</p>
Text with #71294B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71294B;}
<p style="text-shadow: 3px 3px 1px #71294B">Text here.</p>
This text has shadow with #71294B color.
.textShadow {text-shadow: 3px 3px 1px #71294B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71294B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71294B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71294B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71294B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71294B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71294B; -webkit-box-shadow: 1px 1px 3px 2px #71294B; box-shadow: 1px 1px 3px 2px #71294B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71294B; -webkit-box-shadow: 1px 1px 3px 2px #71294B; box-shadow:1px 1px 3px 2px #71294B;">
Div content here</div>
This text has color #71294B on black background.
This text has color #71294B on white background.
This text has black color on #71294B background.
This text has white color on #71294B background.