HEX: #4B5319
RGB: (75,83,25)
#4B5319 contains red, green and blue colors in about the same proportion. Web safe color of #4B5319 is #336600 (or #360).
#4B5319 color RGB value is (75,83,25).
RGB: (75,83,25)
(29%, 33%, 10%)
R 75 of 255 = 29%
G 83 of 255 = 33%
B 25 of 255 = 10%
R + G + B ~ 24%. #4B5319 is dark color.
R + G + B = 75 + 83 + 25 = 183 (100%)
R 75 of 183 ~ 40.98%
G 83 of 183 ~ 45.36%
B 25 of 183 ~ 13.66'%
#4B5319 color CMYK value is (10,0,70,67).
CMYK: (10,0,70,67) C10M0Y70K67 (10%,0%,70%,67%) (0.10/0.00/0.70/0.67)
Color #4B5319 in popluar color models
4B | 53 | 19 | |
---|---|---|---|
RGB | 75 | 83 | 25 |
HSL | 68° | 53.70% | 21.18% |
HSB/HSV | 68° | 69.88% | 32.55% |
CMYK | 9.64% | 0.00% | 69.88% |
67.45% |
Color #4B5319 in popluar number systems.
HEX | 4B | 53 | 19 |
Decimal | 75 | 83 | 25 |
Binary | 1001011 | 1010011 | 11001 |
Octal | 113 | 123 | 31 |
Shades of #4B5319
Tints of #4B5319
Examples of css and html codes for elements with #4B5319 color. Also use rgb(75,83,25) instead hex code.
.myTextColor { color: #4B5319; }
<p style="color:#4B5319">This sample text font color is #4B5319.</p>
This text font color is #4B5319.
.myBgColor { background-color: #4B5319; }
<div style="background-color:#4B5319">Inner text</div>
This div background color is #4B5319.
.myBorderColor { border: 1px solid #4B5319; }
<div style="border:3px solid #4B5319">Div</div>
This div border color is #4B5319.
.myOpacity80 { color: #4B5319; opacity: 0.8; }
<p style="color:#4B5319;opacity:0.8;">80%</p>
Text with #4B5319 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B5319;}
<p style="text-shadow: 3px 3px 1px #4B5319">Text here.</p>
This text has shadow with #4B5319 color.
.textShadow {text-shadow: 3px 3px 1px #4B5319', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B5319, 5px 5px 20px red">Text here.</p>
This text has shadow with #4B5319 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B5319, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B5319, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B5319 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B5319;
-webkit-box-shadow: 1px 1px 3px 2px #4B5319;
box-shadow: 1px 1px 3px 2px #4B5319;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B5319; -webkit-box-shadow: 1px 1px 3px 2px #4B5319; box-shadow:1px 1px 3px 2px #4B5319;">
Div content here
</div>
This text has color #4B5319 on black background.
This text has color #4B5319 on white background.
This text has black color on #4B5319 background.
This text has white color on #4B5319 background.
Complementary color for #hex is #B4ACE6.