HEX: #06583D
RGB: (6,88,61)
#06583D contains mainly green and blue colors. Web safe color of #06583D is #006633 (or #063).
#06583D color RGB value is (6,88,61).
RGB: (6,88,61)
(2%, 35%, 24%)
R 6 of 255 = 2%
G 88 of 255 = 35%
B 61 of 255 = 24%
R + G + B ~ 20%. #06583D is dark color.
R + G + B = 6 + 88 + 61 = 155 (100%)
R 6 of 155 ~ 3.87%
G 88 of 155 ~ 56.77%
B 61 of 155 ~ 39.35'%
#06583D color CMYK value is (93,0,31,65).
CMYK: (93,0,31,65)
C93M0Y31K65 (93%, 0%, 31%, 65%)
(0.93 / 0.00 / 0.31 / 0.65)
Color #06583D in popluar color models
06 | 58 | 3D | |
---|---|---|---|
RGB | 6 | 88 | 61 |
HSL | 160° | 87.23% | 18.43% |
HSB/HSV | 160° | 93.18% | 34.51% |
CMYK | 93.18% | 0.00% | 30.68% |
65.49% |
Color #06583D in popluar number systems.
HEX | 06 | 58 | 3D |
Decimal | 6 | 88 | 61 |
Binary | 110 | 1011000 | 111101 |
Octal | 6 | 130 | 75 |
Shades of #06583D
Tints of #06583D
Examples of css and html codes for elements with #06583D color. Also use rgb(6,88,61) instead hex code.
.myTextColor { color: #06583D; }
<p style="color:#06583D">This sample text font color is #06583D.</p>
This text font color is #06583D.
.myBgColor { background-color: #06583D; }
<div style="background-color:#06583D">Inner text</div>
This div background color is #06583D.
.myBorderColor { border: 1px solid #06583D; }
<div style="border:3px solid #06583D">Div</div>
This div border color is #06583D.
.myOpacity80 { color: #06583D; opacity: 0.8; }
<p style="color:#06583D;opacity:0.8;">80%</p>
Text with #06583D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06583D;}
<p style="text-shadow: 3px 3px 1px #06583D">Text here.</p>
This text has shadow with #06583D color.
.textShadow {text-shadow: 3px 3px 1px #06583D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06583D, 5px 5px 20px red">Text here.</p>
This text has shadow with #06583D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06583D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06583D, Direction=45, Strength=4)">Text</p>
This text has shadow with #06583D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06583D;
-webkit-box-shadow: 1px 1px 3px 2px #06583D;
box-shadow: 1px 1px 3px 2px #06583D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06583D; -webkit-box-shadow: 1px 1px 3px 2px #06583D; box-shadow:1px 1px 3px 2px #06583D;">
Div content here
</div>
This text has color #06583D on black background.
This text has color #06583D on white background.
This text has black color on #06583D background.
This text has white color on #06583D background.
Complementary color for #hex is #F9A7C2.