HEX: #7E434A
RGB: (126,67,74)
#7E434A contains red, green and blue colors in about the same proportion. Web safe color of #7E434A is #663333 (or #633).
#7E434A color RGB value is (126,67,74).
RGB: (126,67,74)
(49%, 26%, 29%)
R 126 of 255 = 49%
G 67 of 255 = 26%
B 74 of 255 = 29%
R + G + B ~ 35%. #7E434A is quite dark color.
R + G + B = 126 + 67 + 74 = 267 (100%)
R 126 of 267 ~ 47.19%
G 67 of 267 ~ 25.09%
B 74 of 267 ~ 27.72'%
#7E434A color CMYK value is (0,47,41,51).
CMYK: (0,47,41,51)
C0M47Y41K51 (0%, 47%, 41%, 51%)
(0.00 / 0.47 / 0.41 / 0.51)
Color #7E434A in popluar color models
7E | 43 | 4A | |
---|---|---|---|
RGB | 126 | 67 | 74 |
HSL | 353° | 30.57% | 37.84% |
HSB/HSV | 353° | 46.83% | 49.41% |
CMYK | 0.00% | 46.83% | 41.27% |
50.59% |
Color #7E434A in popluar number systems.
HEX | 7E | 43 | 4A |
Decimal | 126 | 67 | 74 |
Binary | 1111110 | 1000011 | 1001010 |
Octal | 176 | 103 | 112 |
Shades of #7E434A
Tints of #7E434A
Examples of css and html codes for elements with #7E434A color. Also use rgb(126,67,74) instead hex code.
.myTextColor { color: #7E434A; }
<p style="color:#7E434A">This sample text font color is #7E434A.</p>
This text font color is #7E434A.
.myBgColor { background-color: #7E434A; }
<div style="background-color:#7E434A">Inner text</div>
This div background color is #7E434A.
.myBorderColor { border: 1px solid #7E434A; }
<div style="border:3px solid #7E434A">Div</div>
This div border color is #7E434A.
.myOpacity80 { color: #7E434A; opacity: 0.8; }
<p style="color:#7E434A;opacity:0.8;">80%</p>
Text with #7E434A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E434A;}
<p style="text-shadow: 3px 3px 1px #7E434A">Text here.</p>
This text has shadow with #7E434A color.
.textShadow {text-shadow: 3px 3px 1px #7E434A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E434A, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E434A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E434A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E434A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E434A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E434A;
-webkit-box-shadow: 1px 1px 3px 2px #7E434A;
box-shadow: 1px 1px 3px 2px #7E434A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E434A; -webkit-box-shadow: 1px 1px 3px 2px #7E434A; box-shadow:1px 1px 3px 2px #7E434A;">
Div content here
</div>
This text has color #7E434A on black background.
This text has color #7E434A on white background.
This text has black color on #7E434A background.
This text has white color on #7E434A background.
Complementary color for #hex is #81BCB5.