HEX: #A4584D
RGB: (164,88,77)
#A4584D contains mainly red color. Web safe color of #A4584D is #996633 (or #963).
#A4584D color RGB value is (164,88,77).
RGB: (164,88,77)
(64%, 35%, 30%)
R 164 of 255 = 64%
G 88 of 255 = 35%
B 77 of 255 = 30%
R + G + B ~ 43%. #A4584D is middle color (not dark and not light).
R + G + B = 164 + 88 + 77 = 329 (100%)
R 164 of 329 ~ 49.85%
G 88 of 329 ~ 26.75%
B 77 of 329 ~ 23.4'%
#A4584D color CMYK value is (0,46,53,36).
CMYK: (0,46,53,36)
C0M46Y53K36 (0%, 46%, 53%, 36%)
(0.00 / 0.46 / 0.53 / 0.36)
Color #A4584D in popluar color models
A4 | 58 | 4D | |
---|---|---|---|
RGB | 164 | 88 | 77 |
HSL | 8° | 36.10% | 47.25% |
HSB/HSV | 8° | 53.05% | 64.31% |
CMYK | 0.00% | 46.34% | 53.05% |
35.69% |
Color #A4584D in popluar number systems.
HEX | A4 | 58 | 4D |
Decimal | 164 | 88 | 77 |
Binary | 10100100 | 1011000 | 1001101 |
Octal | 244 | 130 | 115 |
Shades of #A4584D
Tints of #A4584D
Examples of css and html codes for elements with #A4584D color. Also use rgb(164,88,77) instead hex code.
.myTextColor { color: #A4584D; }
<p style="color:#A4584D">This sample text font color is #A4584D.</p>
This text font color is #A4584D.
.myBgColor { background-color: #A4584D; }
<div style="background-color:#A4584D">Inner text</div>
This div background color is #A4584D.
.myBorderColor { border: 1px solid #A4584D; }
<div style="border:3px solid #A4584D">Div</div>
This div border color is #A4584D.
.myOpacity80 { color: #A4584D; opacity: 0.8; }
<p style="color:#A4584D;opacity:0.8;">80%</p>
Text with #A4584D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4584D;}
<p style="text-shadow: 3px 3px 1px #A4584D">Text here.</p>
This text has shadow with #A4584D color.
.textShadow {text-shadow: 3px 3px 1px #A4584D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4584D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4584D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4584D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4584D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4584D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4584D;
-webkit-box-shadow: 1px 1px 3px 2px #A4584D;
box-shadow: 1px 1px 3px 2px #A4584D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4584D; -webkit-box-shadow: 1px 1px 3px 2px #A4584D; box-shadow:1px 1px 3px 2px #A4584D;">
Div content here
</div>
This text has color #A4584D on black background.
This text has color #A4584D on white background.
This text has black color on #A4584D background.
This text has white color on #A4584D background.
Complementary color for #hex is #5BA7B2.