HEX: #71363A
RGB: (113,54,58)
#71363A contains red, green and blue colors in about the same proportion. Web safe color of #71363A is #663333 (or #633).
#71363A color RGB value is (113,54,58).
RGB: (113,54,58)
(44%, 21%, 23%)
R 113 of 255 = 44%
G 54 of 255 = 21%
B 58 of 255 = 23%
R + G + B ~ 29%. #71363A is quite dark color.
R + G + B = 113 + 54 + 58 = 225 (100%)
R 113 of 225 ~ 50.22%
G 54 of 225 ~ 24%
B 58 of 225 ~ 25.78'%
#71363A color CMYK value is (0,52,49,56).
CMYK: (0,52,49,56) C0M52Y49K56 (0%,52%,49%,56%) (0.00/0.52/0.49/0.56)
Color #71363A in popluar color models
71 | 36 | 3A | |
---|---|---|---|
RGB | 113 | 54 | 58 |
HSL | 356° | 35.33% | 32.75% |
HSB/HSV | 356° | 52.21% | 44.31% |
CMYK | 0.00% | 52.21% | 48.67% |
55.69% |
Color #71363A in popluar number systems.
HEX | 71 | 36 | 3A |
Decimal | 113 | 54 | 58 |
Binary | 1110001 | 110110 | 111010 |
Octal | 161 | 66 | 72 |
Shades of #71363A
Tints of #71363A
Examples of css and html codes for elements with #71363A color. Also use rgb(113,54,58) instead hex code.
.myTextColor { color: #71363A; }
<p style="color:#71363A">This sample text font color is #71363A.</p>
This text font color is #71363A.
.myBgColor { background-color: #71363A; }
<div style="background-color:#71363A">Inner text</div>
This div background color is #71363A.
.myBorderColor { border: 1px solid #71363A; }
<div style="border:3px solid #71363A">Div</div>
This div border color is #71363A.
.myOpacity80 { color: #71363A; opacity: 0.8; }
<p style="color:#71363A;opacity:0.8;">80%</p>
Text with #71363A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71363A;}
<p style="text-shadow: 3px 3px 1px #71363A">Text here.</p>
This text has shadow with #71363A color.
.textShadow {text-shadow: 3px 3px 1px #71363A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71363A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71363A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71363A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71363A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71363A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71363A;
-webkit-box-shadow: 1px 1px 3px 2px #71363A;
box-shadow: 1px 1px 3px 2px #71363A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71363A; -webkit-box-shadow: 1px 1px 3px 2px #71363A; box-shadow:1px 1px 3px 2px #71363A;">
Div content here
</div>
This text has color #71363A on black background.
This text has color #71363A on white background.
This text has black color on #71363A background.
This text has white color on #71363A background.
Complementary color for #hex is #8EC9C5.