HEX: #955319
RGB: (149,83,25)
#955319 contains mainly red color. Web safe color of #955319 is #996600 (or #960).
#955319 color RGB value is (149,83,25).
RGB: (149,83,25) (58%,33%,10%)
R 149 of 255 = 58%
G 83 of 255 = 33%
B 25 of 255 = 10%
R + G + B ~ 34%. #955319 is quite dark color.
R + G + B =
149 + 83 + 25 = 257 (100%)
R 149 of 257 ~ 57.98%
G 83 of 257 ~ 32.3%
B 25 of 257 ~ 9.73%
#955319 color CMYK value is (0,44,83,42).
CMYK: (0,44,83,42) C0M44Y83K42 (0%,44%,83%,42%) (0.00/0.44/0.83/0.42)
95 | 53 | 19 | |
---|---|---|---|
RGB | 149 | 83 | 25 |
HSL | 28° | 71.26% | 34.12% |
HSB/HSV | 28° | 83.22% | 58.43% |
CMYK | 0.00% | 44.30% | 83.22% |
41.57% |
HEX | 95 | 53 | 19 |
Decimal | 149 | 83 | 25 |
Binary | 10010101 | 1010011 | 11001 |
Octal | 225 | 123 | 31 |
Examples of css and html codes for elements with #955319 color. Also use rgb(149,83,25) instead hex code.
.myTextColor { color: #955319; }
<p style="color:#955319">This sample text font color is #955319.</p>
This text font color is #955319.
.myBgColor { background-color: #955319; }
<div style="background-color:#955319">Inner text</div>
This div background color is #955319.
.myBorderColor { border: 1px solid #955319; }
<div style="border:3px solid #955319">Div</div>
This div border color is #955319.
.myOpacity80 { color: #955319; opacity: 0.8; }
<p style="color:#955319;opacity:0.8;">80%</p>
Text with #955319 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #955319;}
<p style="text-shadow: 3px 3px 1px #955319">Text here.</p>
This text has shadow with #955319 color.
.textShadow {text-shadow: 3px 3px 1px #955319, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #955319, 5px 5px 20px red">Text here.</p>
This text has shadow with #955319 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#955319, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#955319, Direction=45, Strength=4)">Text</p>
This text has shadow with #955319 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #955319; -webkit-box-shadow: 1px 1px 3px 2px #955319; box-shadow: 1px 1px 3px 2px #955319; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #955319; -webkit-box-shadow: 1px 1px 3px 2px #955319; box-shadow:1px 1px 3px 2px #955319;">
Div content here</div>
This text has color #955319 on black background.
This text has color #955319 on white background.
This text has black color on #955319 background.
This text has white color on #955319 background.