HEX: #AF6363
RGB: (175,99,99)
#AF6363 contains mainly red color. Web safe color of #AF6363 is #996666 (or #966).
#AF6363 color RGB value is (175,99,99).
RGB: (175,99,99)
(69%, 39%, 39%)
R 175 of 255 = 69%
G 99 of 255 = 39%
B 99 of 255 = 39%
R + G + B ~ 49%. #AF6363 is middle color (not dark and not light).
R + G + B = 175 + 99 + 99 = 373 (100%)
R 175 of 373 ~ 46.92%
G 99 of 373 ~ 26.54%
B 99 of 373 ~ 26.54'%
#AF6363 color CMYK value is (0,43,43,31).
CMYK: (0,43,43,31)
C0M43Y43K31 (0%, 43%, 43%, 31%)
(0.00 / 0.43 / 0.43 / 0.31)
Color #AF6363 in popluar color models
AF | 63 | 63 | |
---|---|---|---|
RGB | 175 | 99 | 99 |
HSL | 0° | 32.20% | 53.73% |
HSB/HSV | 0° | 43.43% | 68.63% |
CMYK | 0.00% | 43.43% | 43.43% |
31.37% |
Color #AF6363 in popluar number systems.
HEX | AF | 63 | 63 |
Decimal | 175 | 99 | 99 |
Binary | 10101111 | 1100011 | 1100011 |
Octal | 257 | 143 | 143 |
Shades of #AF6363
Tints of #AF6363
Examples of css and html codes for elements with #AF6363 color. Also use rgb(175,99,99) instead hex code.
.myTextColor { color: #AF6363; }
<p style="color:#AF6363">This sample text font color is #AF6363.</p>
This text font color is #AF6363.
.myBgColor { background-color: #AF6363; }
<div style="background-color:#AF6363">Inner text</div>
This div background color is #AF6363.
.myBorderColor { border: 1px solid #AF6363; }
<div style="border:3px solid #AF6363">Div</div>
This div border color is #AF6363.
.myOpacity80 { color: #AF6363; opacity: 0.8; }
<p style="color:#AF6363;opacity:0.8;">80%</p>
Text with #AF6363 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF6363;}
<p style="text-shadow: 3px 3px 1px #AF6363">Text here.</p>
This text has shadow with #AF6363 color.
.textShadow {text-shadow: 3px 3px 1px #AF6363', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF6363, 5px 5px 20px red">Text here.</p>
This text has shadow with #AF6363 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF6363, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF6363, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF6363 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF6363;
-webkit-box-shadow: 1px 1px 3px 2px #AF6363;
box-shadow: 1px 1px 3px 2px #AF6363;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF6363; -webkit-box-shadow: 1px 1px 3px 2px #AF6363; box-shadow:1px 1px 3px 2px #AF6363;">
Div content here
</div>
This text has color #AF6363 on black background.
This text has color #AF6363 on white background.
This text has black color on #AF6363 background.
This text has white color on #AF6363 background.