HEX: #475372
RGB: (71,83,114)
#475372 contains red, green and blue colors in about the same proportion. Web safe color of #475372 is #336666 (or #366).
#475372 color RGB value is (71,83,114).
RGB: (71,83,114)
(28%, 33%, 45%)
R 71 of 255 = 28%
G 83 of 255 = 33%
B 114 of 255 = 45%
R + G + B ~ 35%. #475372 is quite dark color.
R + G + B = 71 + 83 + 114 = 268 (100%)
R 71 of 268 ~ 26.49%
G 83 of 268 ~ 30.97%
B 114 of 268 ~ 42.54'%
#475372 color CMYK value is (38,27,0,55).
CMYK: (38,27,0,55) C38M27Y0K55 (38%,27%,0%,55%) (0.38/0.27/0.00/0.55)
Color #475372 in popluar color models
47 | 53 | 72 | |
---|---|---|---|
RGB | 71 | 83 | 114 |
HSL | 223° | 23.24% | 36.27% |
HSB/HSV | 223° | 37.72% | 44.71% |
CMYK | 37.72% | 27.19% | 0.00% |
55.29% |
Color #475372 in popluar number systems.
HEX | 47 | 53 | 72 |
Decimal | 71 | 83 | 114 |
Binary | 1000111 | 1010011 | 1110010 |
Octal | 107 | 123 | 162 |
Shades of #475372
Tints of #475372
Examples of css and html codes for elements with #475372 color. Also use rgb(71,83,114) instead hex code.
.myTextColor { color: #475372; }
<p style="color:#475372">This sample text font color is #475372.</p>
This text font color is #475372.
.myBgColor { background-color: #475372; }
<div style="background-color:#475372">Inner text</div>
This div background color is #475372.
.myBorderColor { border: 1px solid #475372; }
<div style="border:3px solid #475372">Div</div>
This div border color is #475372.
.myOpacity80 { color: #475372; opacity: 0.8; }
<p style="color:#475372;opacity:0.8;">80%</p>
Text with #475372 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475372;}
<p style="text-shadow: 3px 3px 1px #475372">Text here.</p>
This text has shadow with #475372 color.
.textShadow {text-shadow: 3px 3px 1px #475372', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475372, 5px 5px 20px red">Text here.</p>
This text has shadow with #475372 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475372, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475372, Direction=45, Strength=4)">Text</p>
This text has shadow with #475372 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #475372;
-webkit-box-shadow: 1px 1px 3px 2px #475372;
box-shadow: 1px 1px 3px 2px #475372;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #475372; -webkit-box-shadow: 1px 1px 3px 2px #475372; box-shadow:1px 1px 3px 2px #475372;">
Div content here
</div>
This text has color #475372 on black background.
This text has color #475372 on white background.
This text has black color on #475372 background.
This text has white color on #475372 background.
Complementary color for #hex is #B8AC8D.