HEX: #6B424B
RGB: (107,66,75)
#6B424B contains red, green and blue colors in about the same proportion. Web safe color of #6B424B is #663333 (or #633).
#6B424B color RGB value is (107,66,75).
RGB: (107,66,75)
(42%, 26%, 29%)
R 107 of 255 = 42%
G 66 of 255 = 26%
B 75 of 255 = 29%
R + G + B ~ 32%. #6B424B is quite dark color.
R + G + B = 107 + 66 + 75 = 248 (100%)
R 107 of 248 ~ 43.15%
G 66 of 248 ~ 26.61%
B 75 of 248 ~ 30.24'%
#6B424B color CMYK value is (0,38,30,58).
CMYK: (0,38,30,58)
C0M38Y30K58 (0%, 38%, 30%, 58%)
(0.00 / 0.38 / 0.30 / 0.58)
Color #6B424B in popluar color models
6B | 42 | 4B | |
---|---|---|---|
RGB | 107 | 66 | 75 |
HSL | 347° | 23.70% | 33.92% |
HSB/HSV | 347° | 38.32% | 41.96% |
CMYK | 0.00% | 38.32% | 29.91% |
58.04% |
Color #6B424B in popluar number systems.
HEX | 6B | 42 | 4B |
Decimal | 107 | 66 | 75 |
Binary | 1101011 | 1000010 | 1001011 |
Octal | 153 | 102 | 113 |
Shades of #6B424B
Tints of #6B424B
Examples of css and html codes for elements with #6B424B color. Also use rgb(107,66,75) instead hex code.
.myTextColor { color: #6B424B; }
<p style="color:#6B424B">This sample text font color is #6B424B.</p>
This text font color is #6B424B.
.myBgColor { background-color: #6B424B; }
<div style="background-color:#6B424B">Inner text</div>
This div background color is #6B424B.
.myBorderColor { border: 1px solid #6B424B; }
<div style="border:3px solid #6B424B">Div</div>
This div border color is #6B424B.
.myOpacity80 { color: #6B424B; opacity: 0.8; }
<p style="color:#6B424B;opacity:0.8;">80%</p>
Text with #6B424B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B424B;}
<p style="text-shadow: 3px 3px 1px #6B424B">Text here.</p>
This text has shadow with #6B424B color.
.textShadow {text-shadow: 3px 3px 1px #6B424B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B424B, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B424B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B424B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B424B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B424B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B424B;
-webkit-box-shadow: 1px 1px 3px 2px #6B424B;
box-shadow: 1px 1px 3px 2px #6B424B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B424B; -webkit-box-shadow: 1px 1px 3px 2px #6B424B; box-shadow:1px 1px 3px 2px #6B424B;">
Div content here
</div>
This text has color #6B424B on black background.
This text has color #6B424B on white background.
This text has black color on #6B424B background.
This text has white color on #6B424B background.
Complementary color for #hex is #94BDB4.