COLOR #06581C

HEX: #06581C RGB: (6,88,28)

Color info

#06581C contains mainly green color. Web safe color of #06581C is #006633 (or #063).

RGB color model

#06581C color RGB value is (6,88,28).

RGB: (6,88,28) (2%, 35%, 11%)

RGB channels and saturation

R 6 of 255 = 2%
G 88 of 255 = 35%
B 28 of 255 = 11%

6
88
28

R + G + B ~ 16%. #06581C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 88 + 28 = 122 (100%)
R 6 of 122 ~ 4.92%
G 88 of 122 ~ 72.13%
B 28 of 122 ~ 22.95'%

%72.13
%22.95

CMYK color model

#06581C color CMYK value is (93,0,68,65).

  • cyan value is 93.18%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 65.49%

CMYK: (93,0,68,65)
C93M0Y68K65 (93%, 0%, 68%, 65%)
(0.93 / 0.00 / 0.68 / 0.65)

CMYK percentages

%93.18
%0
%68.18
%65.49

Codes

Color #06581C in popluar color models

06 58 1C
RGB 6 88 28
HSL 136° 87.23% 18.43%
HSB/HSV 136° 93.18% 34.51%
CMYK 93.18% 0.00% 68.18%
65.49%

Color #06581C in popluar number systems.

HEX 06 58 1C
Decimal 6 88 28
Binary 110 1011000 11100
Octal 6 130 34

Shades and tints

Shades of #06581C

#06581C
(6,88,28)
#06501A
(6,80,26)
#064818
(6,72,24)
#064016
(6,64,22)
#063814
(6,56,20)
#063012
(6,48,18)
#062810
(6,40,16)
#06200E
(6,32,14)
#06180C
(6,24,12)
#06100A
(6,16,10)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #06581C

#06581C
(6,88,28)
#1C6730
(28,103,48)
#327644
(50,118,68)
#488558
(72,133,88)
#5E946C
(94,148,108)
#74A380
(116,163,128)
#8AB294
(138,178,148)
#A0C1A8
(160,193,168)
#B6D0BC
(182,208,188)
#CCDFD0
(204,223,208)
#E2EEE4
(226,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06581C color. Also use rgb(6,88,28) instead hex code.

Text Font Color

.myTextColor { color: #06581C; }

<p style="color:#06581C">This sample text font color is #06581C.</p>

This text font color is #06581C.

Background Color

.myBgColor { background-color: #06581C; }

<div style="background-color:#06581C">Inner text</div>

This div background color is #06581C.

Border color

.myBorderColor { border: 1px solid #06581C; }

<div style="border:3px solid #06581C">Div</div>

This div border color is #06581C.

Opacity

.myOpacity80 { color: #06581C; opacity: 0.8; }

<p style="color:#06581C;opacity:0.8;">80%</p>

Text with #06581C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06581C;}

<p style="text-shadow: 3px 3px 1px #06581C">Text here.</p>

This text has shadow with #06581C color.


.textShadow {text-shadow: 3px 3px 1px #06581C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06581C, 5px 5px 20px red">Text here.</p>

This text has shadow with #06581C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06581C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06581C, Direction=45, Strength=4)">Text</p>

This text has shadow with #06581C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06581C;
-webkit-box-shadow: 1px 1px 3px 2px #06581C;
box-shadow: 1px 1px 3px 2px #06581C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06581C; -webkit-box-shadow: 1px 1px 3px 2px #06581C; box-shadow:1px 1px 3px 2px #06581C;">
Div content here
</div>

This div box has shadow with color #06581C.

Preview

Color preview on black background

This text has color #06581C on black background.


Color preview on white background

This text has color #06581C on white background.


Black color preview on #06581C background

This text has black color on #06581C background.


White color preview on #06581C background

This text has white color on #06581C background.


Related colors

Complementary color

Complementary color for #hex is #F9A7E3.


I love getcolorcode.com

Triadic colors

1 #1C0658 and #581C06 with #06581C are triadic colors.

2 #1C5806 and #58061C with #06581C are triadic colors.