HEX: #713B4D
RGB: (113,59,77)
#713B4D contains red, green and blue colors in about the same proportion. #713B4D ‘ nin web güvenlik rengi #663333 (ya da #633) dir.
#713B4D color RGB value is (113,59,77).
RGB: (113,59,77)
(44%, 23%, 30%)
R 113 of 255 = 44%
G 59 of 255 = 23%
B 77 of 255 = 30%
R + G + B ~ 32%. #713B4D is quite dark color.
R + G + B = 113 + 59 + 77 = 249 (100%)
R 113 of 249 ~ 45.38%
G 59 of 249 ~ 23.69%
B 77 of 249 ~ 30.92'%
#713B4D rengi CMYK tonu (0,48,32,56).
CMYK: (0,48,32,56)
C0M48Y32K56 (0%, 48%, 32%, 56%)
(0.00 / 0.48 / 0.32 / 0.56)
Color #713B4D in popluar color models
71 | 3B | 4D | |
---|---|---|---|
RGB | 113 | 59 | 77 |
HSL | 340° | 31.40% | 33.73% |
HSB/HSV | 340° | 47.79% | 44.31% |
CMYK | 0.00% | 47.79% | 31.86% |
55.69% |
Color #713B4D in popluar number systems.
HEX | 71 | 3B | 4D |
Decimal | 113 | 59 | 77 |
Binary | 1110001 | 111011 | 1001101 |
Octal | 161 | 73 | 115 |
Shades of #713B4D
Tints of #713B4D
Examples of css and html codes for elements with #713B4D color. Also use rgb(113,59,77) instead hex code.
.myTextColor { color: #713B4D; }
<p style="color:#713B4D">This sample text font color is #713B4D.</p>
This text font color is #713B4D.
.myBgColor { background-color: #713B4D; }
<div style="background-color:#713B4D">Inner text</div>
This div background color is #713B4D.
.myBorderColor { border: 1px solid #713B4D; }
<div style="border:3px solid #713B4D">Div</div>
This div border color is #713B4D.
.myOpacity80 { color: #713B4D; opacity: 0.8; }
<p style="color:#713B4D;opacity:0.8;">80%</p>
Text with #713B4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713B4D;}
<p style="text-shadow: 3px 3px 1px #713B4D">Text here.</p>
This text has shadow with #713B4D color.
.textShadow {text-shadow: 3px 3px 1px #713B4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713B4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #713B4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713B4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713B4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #713B4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #713B4D;
-webkit-box-shadow: 1px 1px 3px 2px #713B4D;
box-shadow: 1px 1px 3px 2px #713B4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #713B4D; -webkit-box-shadow: 1px 1px 3px 2px #713B4D; box-shadow:1px 1px 3px 2px #713B4D;">
Div content here
</div>
This text has color #713B4D on black background.
This text has color #713B4D on white background.
This text has black color on #713B4D background.
This text has white color on #713B4D background.
Complementary color for #hex is #8EC4B2.