HEX: #B57E3C
RGB: (181,126,60)
#B57E3C contains mainly red and green colors. Web safe color of #B57E3C is #CC6633 (or #C63).
#B57E3C color RGB value is (181,126,60).
RGB: (181,126,60)
(71%, 49%, 24%)
R 181 of 255 = 71%
G 126 of 255 = 49%
B 60 of 255 = 24%
R + G + B ~ 48%. #B57E3C is middle color (not dark and not light).
R + G + B = 181 + 126 + 60 = 367 (100%)
R 181 of 367 ~ 49.32%
G 126 of 367 ~ 34.33%
B 60 of 367 ~ 16.35'%
#B57E3C color CMYK value is (0,30,67,29).
CMYK: (0,30,67,29)
C0M30Y67K29 (0%, 30%, 67%, 29%)
(0.00 / 0.30 / 0.67 / 0.29)
Color #B57E3C in popluar color models
B5 | 7E | 3C | |
---|---|---|---|
RGB | 181 | 126 | 60 |
HSL | 33° | 50.21% | 47.25% |
HSB/HSV | 33° | 66.85% | 70.98% |
CMYK | 0.00% | 30.39% | 66.85% |
29.02% |
Color #B57E3C in popluar number systems.
HEX | B5 | 7E | 3C |
Decimal | 181 | 126 | 60 |
Binary | 10110101 | 1111110 | 111100 |
Octal | 265 | 176 | 74 |
Shades of #B57E3C
Tints of #B57E3C
Examples of css and html codes for elements with #B57E3C color. Also use rgb(181,126,60) instead hex code.
.myTextColor { color: #B57E3C; }
<p style="color:#B57E3C">This sample text font color is #B57E3C.</p>
This text font color is #B57E3C.
.myBgColor { background-color: #B57E3C; }
<div style="background-color:#B57E3C">Inner text</div>
This div background color is #B57E3C.
.myBorderColor { border: 1px solid #B57E3C; }
<div style="border:3px solid #B57E3C">Div</div>
This div border color is #B57E3C.
.myOpacity80 { color: #B57E3C; opacity: 0.8; }
<p style="color:#B57E3C;opacity:0.8;">80%</p>
Text with #B57E3C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B57E3C;}
<p style="text-shadow: 3px 3px 1px #B57E3C">Text here.</p>
This text has shadow with #B57E3C color.
.textShadow {text-shadow: 3px 3px 1px #B57E3C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B57E3C, 5px 5px 20px red">Text here.</p>
This text has shadow with #B57E3C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B57E3C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B57E3C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B57E3C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B57E3C;
-webkit-box-shadow: 1px 1px 3px 2px #B57E3C;
box-shadow: 1px 1px 3px 2px #B57E3C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B57E3C; -webkit-box-shadow: 1px 1px 3px 2px #B57E3C; box-shadow:1px 1px 3px 2px #B57E3C;">
Div content here
</div>
This text has color #B57E3C on black background.
This text has color #B57E3C on white background.
This text has black color on #B57E3C background.
This text has white color on #B57E3C background.
Complementary color for #hex is #4A81C3.