HEX: #133641
RGB: (19,54,65)
#133641 contains red, green and blue colors in about the same proportion. Web safe color of #133641 is #003333 (or #033).
#133641 color RGB value is (19,54,65).
RGB: (19,54,65) (7%,21%,25%)
R 19 of 255 = 7%
G 54 of 255 = 21%
B 65 of 255 = 25%
R + G + B ~ 18%. #133641 is dark color.
R + G + B =
19 + 54 + 65 = 138 (100%)
R 19 of 138 ~ 13.77%
G 54 of 138 ~ 39.13%
B 65 of 138 ~ 47.1%
#133641 color CMYK value is (71,17,0,75).
CMYK: (71,17,0,75) C71M17Y0K75 (71%,17%,0%,75%) (0.71/0.17/0.00/0.75)
13 | 36 | 41 | |
---|---|---|---|
RGB | 19 | 54 | 65 |
HSL | 194° | 54.76% | 16.47% |
HSB/HSV | 194° | 70.77% | 25.49% |
CMYK | 70.77% | 16.92% | 0.00% |
74.51% |
HEX | 13 | 36 | 41 |
Decimal | 19 | 54 | 65 |
Binary | 10011 | 110110 | 1000001 |
Octal | 23 | 66 | 101 |
Examples of css and html codes for elements with #133641 color. Also use rgb(19,54,65) instead hex code.
.myTextColor { color: #133641; }
<p style="color:#133641">This sample text font color is #133641.</p>
This text font color is #133641.
.myBgColor { background-color: #133641; }
<div style="background-color:#133641">Inner text</div>
This div background color is #133641.
.myBorderColor { border: 1px solid #133641; }
<div style="border:3px solid #133641">Div</div>
This div border color is #133641.
.myOpacity80 { color: #133641; opacity: 0.8; }
<p style="color:#133641;opacity:0.8;">80%</p>
Text with #133641 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #133641;}
<p style="text-shadow: 3px 3px 1px #133641">Text here.</p>
This text has shadow with #133641 color.
.textShadow {text-shadow: 3px 3px 1px #133641, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #133641, 5px 5px 20px red">Text here.</p>
This text has shadow with #133641 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#133641, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#133641, Direction=45, Strength=4)">Text</p>
This text has shadow with #133641 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #133641; -webkit-box-shadow: 1px 1px 3px 2px #133641; box-shadow: 1px 1px 3px 2px #133641; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #133641; -webkit-box-shadow: 1px 1px 3px 2px #133641; box-shadow:1px 1px 3px 2px #133641;">
Div content here</div>
This text has color #133641 on black background.
This text has color #133641 on white background.
This text has black color on #133641 background.
This text has white color on #133641 background.