HEX: #6B371C
RGB: (107,55,28)
#6B371C contains mainly red and green colors. Web safe color of #6B371C is #663333 (or #633).
#6B371C color RGB value is (107,55,28).
RGB: (107,55,28)
(42%, 22%, 11%)
R 107 of 255 = 42%
G 55 of 255 = 22%
B 28 of 255 = 11%
R + G + B ~ 25%. #6B371C is quite dark color.
R + G + B = 107 + 55 + 28 = 190 (100%)
R 107 of 190 ~ 56.32%
G 55 of 190 ~ 28.95%
B 28 of 190 ~ 14.74'%
#6B371C color CMYK value is (0,49,74,58).
CMYK: (0,49,74,58)
C0M49Y74K58 (0%, 49%, 74%, 58%)
(0.00 / 0.49 / 0.74 / 0.58)
Color #6B371C in popluar color models
6B | 37 | 1C | |
---|---|---|---|
RGB | 107 | 55 | 28 |
HSL | 21° | 58.52% | 26.47% |
HSB/HSV | 21° | 73.83% | 41.96% |
CMYK | 0.00% | 48.60% | 73.83% |
58.04% |
Color #6B371C in popluar number systems.
HEX | 6B | 37 | 1C |
Decimal | 107 | 55 | 28 |
Binary | 1101011 | 110111 | 11100 |
Octal | 153 | 67 | 34 |
Shades of #6B371C
Tints of #6B371C
Examples of css and html codes for elements with #6B371C color. Also use rgb(107,55,28) instead hex code.
.myTextColor { color: #6B371C; }
<p style="color:#6B371C">This sample text font color is #6B371C.</p>
This text font color is #6B371C.
.myBgColor { background-color: #6B371C; }
<div style="background-color:#6B371C">Inner text</div>
This div background color is #6B371C.
.myBorderColor { border: 1px solid #6B371C; }
<div style="border:3px solid #6B371C">Div</div>
This div border color is #6B371C.
.myOpacity80 { color: #6B371C; opacity: 0.8; }
<p style="color:#6B371C;opacity:0.8;">80%</p>
Text with #6B371C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B371C;}
<p style="text-shadow: 3px 3px 1px #6B371C">Text here.</p>
This text has shadow with #6B371C color.
.textShadow {text-shadow: 3px 3px 1px #6B371C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B371C, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B371C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B371C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B371C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B371C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B371C;
-webkit-box-shadow: 1px 1px 3px 2px #6B371C;
box-shadow: 1px 1px 3px 2px #6B371C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B371C; -webkit-box-shadow: 1px 1px 3px 2px #6B371C; box-shadow:1px 1px 3px 2px #6B371C;">
Div content here
</div>
This text has color #6B371C on black background.
This text has color #6B371C on white background.
This text has black color on #6B371C background.
This text has white color on #6B371C background.
Complementary color for #hex is #94C8E3.