HEX: #B38357
RGB: (179,131,87)
#B38357 contains mainly red and green colors. Web safe color of #B38357 is #999966 (or #996).
#B38357 color RGB value is (179,131,87).
RGB: (179,131,87)
(70%, 51%, 34%)
R 179 of 255 = 70%
G 131 of 255 = 51%
B 87 of 255 = 34%
R + G + B ~ 52%. #B38357 is middle color (not dark and not light).
R + G + B = 179 + 131 + 87 = 397 (100%)
R 179 of 397 ~ 45.09%
G 131 of 397 ~ 33%
B 87 of 397 ~ 21.91'%
#B38357 color CMYK value is (0,27,51,30).
CMYK: (0,27,51,30) C0M27Y51K30 (0%,27%,51%,30%) (0.00/0.27/0.51/0.30)
Color #B38357 in popluar color models
B3 | 83 | 57 | |
---|---|---|---|
RGB | 179 | 131 | 87 |
HSL | 29° | 37.70% | 52.16% |
HSB/HSV | 29° | 51.40% | 70.20% |
CMYK | 0.00% | 26.82% | 51.40% |
29.80% |
Color #B38357 in popluar number systems.
HEX | B3 | 83 | 57 |
Decimal | 179 | 131 | 87 |
Binary | 10110011 | 10000011 | 1010111 |
Octal | 263 | 203 | 127 |
Shades of #B38357
Tints of #B38357
Examples of css and html codes for elements with #B38357 color. Also use rgb(179,131,87) instead hex code.
.myTextColor { color: #B38357; }
<p style="color:#B38357">This sample text font color is #B38357.</p>
This text font color is #B38357.
.myBgColor { background-color: #B38357; }
<div style="background-color:#B38357">Inner text</div>
This div background color is #B38357.
.myBorderColor { border: 1px solid #B38357; }
<div style="border:3px solid #B38357">Div</div>
This div border color is #B38357.
.myOpacity80 { color: #B38357; opacity: 0.8; }
<p style="color:#B38357;opacity:0.8;">80%</p>
Text with #B38357 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B38357;}
<p style="text-shadow: 3px 3px 1px #B38357">Text here.</p>
This text has shadow with #B38357 color.
.textShadow {text-shadow: 3px 3px 1px #B38357', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B38357, 5px 5px 20px red">Text here.</p>
This text has shadow with #B38357 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B38357, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B38357, Direction=45, Strength=4)">Text</p>
This text has shadow with #B38357 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B38357;
-webkit-box-shadow: 1px 1px 3px 2px #B38357;
box-shadow: 1px 1px 3px 2px #B38357;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B38357; -webkit-box-shadow: 1px 1px 3px 2px #B38357; box-shadow:1px 1px 3px 2px #B38357;">
Div content here
</div>
This text has color #B38357 on black background.
This text has color #B38357 on white background.
This text has black color on #B38357 background.
This text has white color on #B38357 background.
Complementary color for #hex is #4C7CA8.