HEX: #134929
RGB: (19,73,41)
#134929 contains red, green and blue colors in about the same proportion. Web safe color of #134929 is #003333 (or #033).
#134929 color RGB value is (19,73,41).
RGB: (19,73,41) (7%,29%,16%)
R 19 of 255 = 7%
G 73 of 255 = 29%
B 41 of 255 = 16%
R + G + B ~ 17%. #134929 is dark color.
R + G + B =
19 + 73 + 41 = 133 (100%)
R 19 of 133 ~ 14.29%
G 73 of 133 ~ 54.89%
B 41 of 133 ~ 30.83%
#134929 color CMYK value is (74,0,44,71).
CMYK: (74,0,44,71) C74M0Y44K71 (74%,0%,44%,71%) (0.74/0.00/0.44/0.71)
13 | 49 | 29 | |
---|---|---|---|
RGB | 19 | 73 | 41 |
HSL | 144° | 58.70% | 18.04% |
HSB/HSV | 144° | 73.97% | 28.63% |
CMYK | 73.97% | 0.00% | 43.84% |
71.37% |
HEX | 13 | 49 | 29 |
Decimal | 19 | 73 | 41 |
Binary | 10011 | 1001001 | 101001 |
Octal | 23 | 111 | 51 |
Examples of css and html codes for elements with #134929 color. Also use rgb(19,73,41) instead hex code.
.myTextColor { color: #134929; }
<p style="color:#134929">This sample text font color is #134929.</p>
This text font color is #134929.
.myBgColor { background-color: #134929; }
<div style="background-color:#134929">Inner text</div>
This div background color is #134929.
.myBorderColor { border: 1px solid #134929; }
<div style="border:3px solid #134929">Div</div>
This div border color is #134929.
.myOpacity80 { color: #134929; opacity: 0.8; }
<p style="color:#134929;opacity:0.8;">80%</p>
Text with #134929 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #134929;}
<p style="text-shadow: 3px 3px 1px #134929">Text here.</p>
This text has shadow with #134929 color.
.textShadow {text-shadow: 3px 3px 1px #134929, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #134929, 5px 5px 20px red">Text here.</p>
This text has shadow with #134929 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#134929, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#134929, Direction=45, Strength=4)">Text</p>
This text has shadow with #134929 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #134929; -webkit-box-shadow: 1px 1px 3px 2px #134929; box-shadow: 1px 1px 3px 2px #134929; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #134929; -webkit-box-shadow: 1px 1px 3px 2px #134929; box-shadow:1px 1px 3px 2px #134929;">
Div content here</div>
This text has color #134929 on black background.
This text has color #134929 on white background.
This text has black color on #134929 background.
This text has white color on #134929 background.