HEX: #065335
RGB: (6,83,53)
#065335 contains mainly green and blue colors. Web safe color of #065335 is #006633 (or #063).
#065335 color RGB value is (6,83,53).
RGB: (6,83,53) (2%,33%,21%)
R 6 of 255 = 2%
G 83 of 255 = 33%
B 53 of 255 = 21%
R + G + B ~ 19%. #065335 is dark color.
R + G + B =
6 + 83 + 53 = 142 (100%)
R 6 of 142 ~ 4.23%
G 83 of 142 ~ 58.45%
B 53 of 142 ~ 37.32%
#065335 color CMYK value is (93,0,36,67).
CMYK: (93,0,36,67) C93M0Y36K67 (93%,0%,36%,67%) (0.93/0.00/0.36/0.67)
06 | 53 | 35 | |
---|---|---|---|
RGB | 6 | 83 | 53 |
HSL | 157° | 86.52% | 17.45% |
HSB/HSV | 157° | 92.77% | 32.55% |
CMYK | 92.77% | 0.00% | 36.14% |
67.45% |
HEX | 06 | 53 | 35 |
Decimal | 6 | 83 | 53 |
Binary | 110 | 1010011 | 110101 |
Octal | 6 | 123 | 65 |
Examples of css and html codes for elements with #065335 color. Also use rgb(6,83,53) instead hex code.
.myTextColor { color: #065335; }
<p style="color:#065335">This sample text font color is #065335.</p>
This text font color is #065335.
.myBgColor { background-color: #065335; }
<div style="background-color:#065335">Inner text</div>
This div background color is #065335.
.myBorderColor { border: 1px solid #065335; }
<div style="border:3px solid #065335">Div</div>
This div border color is #065335.
.myOpacity80 { color: #065335; opacity: 0.8; }
<p style="color:#065335;opacity:0.8;">80%</p>
Text with #065335 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #065335;}
<p style="text-shadow: 3px 3px 1px #065335">Text here.</p>
This text has shadow with #065335 color.
.textShadow {text-shadow: 3px 3px 1px #065335, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #065335, 5px 5px 20px red">Text here.</p>
This text has shadow with #065335 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#065335, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#065335, Direction=45, Strength=4)">Text</p>
This text has shadow with #065335 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #065335; -webkit-box-shadow: 1px 1px 3px 2px #065335; box-shadow: 1px 1px 3px 2px #065335; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #065335; -webkit-box-shadow: 1px 1px 3px 2px #065335; box-shadow:1px 1px 3px 2px #065335;">
Div content here</div>
This text has color #065335 on black background.
This text has color #065335 on white background.
This text has black color on #065335 background.
This text has white color on #065335 background.