HEX: #448337
RGB: (68,131,55)
#448337 contains mainly green color. Web safe color of #448337 is #339933 (or #393).
#448337 color RGB value is (68,131,55).
RGB: (68,131,55) (27%,51%,22%)
R 68 of 255 = 27%
G 131 of 255 = 51%
B 55 of 255 = 22%
R + G + B ~ 33%. #448337 is quite dark color.
R + G + B =
68 + 131 + 55 = 254 (100%)
R 68 of 254 ~ 26.77%
G 131 of 254 ~ 51.57%
B 55 of 254 ~ 21.65%
#448337 color CMYK value is (48,0,58,49).
CMYK: (48,0,58,49) C48M0Y58K49 (48%,0%,58%,49%) (0.48/0.00/0.58/0.49)
44 | 83 | 37 | |
---|---|---|---|
RGB | 68 | 131 | 55 |
HSL | 110° | 40.86% | 36.47% |
HSB/HSV | 110° | 58.02% | 51.37% |
CMYK | 48.09% | 0.00% | 58.02% |
48.63% |
HEX | 44 | 83 | 37 |
Decimal | 68 | 131 | 55 |
Binary | 1000100 | 10000011 | 110111 |
Octal | 104 | 203 | 67 |
Examples of css and html codes for elements with #448337 color. Also use rgb(68,131,55) instead hex code.
.myTextColor { color: #448337; }
<p style="color:#448337">This sample text font color is #448337.</p>
This text font color is #448337.
.myBgColor { background-color: #448337; }
<div style="background-color:#448337">Inner text</div>
This div background color is #448337.
.myBorderColor { border: 1px solid #448337; }
<div style="border:3px solid #448337">Div</div>
This div border color is #448337.
.myOpacity80 { color: #448337; opacity: 0.8; }
<p style="color:#448337;opacity:0.8;">80%</p>
Text with #448337 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #448337;}
<p style="text-shadow: 3px 3px 1px #448337">Text here.</p>
This text has shadow with #448337 color.
.textShadow {text-shadow: 3px 3px 1px #448337, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #448337, 5px 5px 20px red">Text here.</p>
This text has shadow with #448337 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#448337, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#448337, Direction=45, Strength=4)">Text</p>
This text has shadow with #448337 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #448337; -webkit-box-shadow: 1px 1px 3px 2px #448337; box-shadow: 1px 1px 3px 2px #448337; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #448337; -webkit-box-shadow: 1px 1px 3px 2px #448337; box-shadow:1px 1px 3px 2px #448337;">
Div content here</div>
This text has color #448337 on black background.
This text has color #448337 on white background.
This text has black color on #448337 background.
This text has white color on #448337 background.