HEX: #71383A
RGB: (113,56,58)
#71383A contains red, green and blue colors in about the same proportion. Web safe color of #71383A is #663333 (or #633).
#71383A color RGB value is (113,56,58).
RGB: (113,56,58) (44%,22%,23%)
R 113 of 255 = 44%
G 56 of 255 = 22%
B 58 of 255 = 23%
R + G + B ~ 30%. #71383A is quite dark color.
R + G + B =
113 + 56 + 58 = 227 (100%)
R 113 of 227 ~ 49.78%
G 56 of 227 ~ 24.67%
B 58 of 227 ~ 25.55%
#71383A color CMYK value is (0,50,49,56).
CMYK: (0,50,49,56) C0M50Y49K56 (0%,50%,49%,56%) (0.00/0.50/0.49/0.56)
71 | 38 | 3A | |
---|---|---|---|
RGB | 113 | 56 | 58 |
HSL | 358° | 33.73% | 33.14% |
HSB/HSV | 358° | 50.44% | 44.31% |
CMYK | 0.00% | 50.44% | 48.67% |
55.69% |
HEX | 71 | 38 | 3A |
Decimal | 113 | 56 | 58 |
Binary | 1110001 | 111000 | 111010 |
Octal | 161 | 70 | 72 |
Examples of css and html codes for elements with #71383A color. Also use rgb(113,56,58) instead hex code.
.myTextColor { color: #71383A; }
<p style="color:#71383A">This sample text font color is #71383A.</p>
This text font color is #71383A.
.myBgColor { background-color: #71383A; }
<div style="background-color:#71383A">Inner text</div>
This div background color is #71383A.
.myBorderColor { border: 1px solid #71383A; }
<div style="border:3px solid #71383A">Div</div>
This div border color is #71383A.
.myOpacity80 { color: #71383A; opacity: 0.8; }
<p style="color:#71383A;opacity:0.8;">80%</p>
Text with #71383A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71383A;}
<p style="text-shadow: 3px 3px 1px #71383A">Text here.</p>
This text has shadow with #71383A color.
.textShadow {text-shadow: 3px 3px 1px #71383A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71383A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71383A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71383A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71383A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71383A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71383A; -webkit-box-shadow: 1px 1px 3px 2px #71383A; box-shadow: 1px 1px 3px 2px #71383A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71383A; -webkit-box-shadow: 1px 1px 3px 2px #71383A; box-shadow:1px 1px 3px 2px #71383A;">
Div content here</div>
This text has color #71383A on black background.
This text has color #71383A on white background.
This text has black color on #71383A background.
This text has white color on #71383A background.