COLOR #06682F

HEX: #06682F RGB: (6,104,47)

Color info

#06682F contains mainly green and blue colors. Web safe color of #06682F is #006633 (or #063).

RGB color model

#06682F color RGB value is (6,104,47).

RGB: (6,104,47) (2%, 41%, 18%)

RGB channels and saturation

R 6 of 255 = 2%
G 104 of 255 = 41%
B 47 of 255 = 18%

6
104
47

R + G + B ~ 20%. #06682F is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 104 + 47 = 157 (100%)
R 6 of 157 ~ 3.82%
G 104 of 157 ~ 66.24%
B 47 of 157 ~ 29.94'%

%66.24
%29.94

CMYK color model

#06682F color CMYK value is (94,0,55,59).

  • cyan value is 94.23%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 59.22%

CMYK: (94,0,55,59)
C94M0Y55K59 (94%, 0%, 55%, 59%)
(0.94 / 0.00 / 0.55 / 0.59)

CMYK percentages

%94.23
%0
%54.81
%59.22

Codes

Color #06682F in popluar color models

06 68 2F
RGB 6 104 47
HSL 145° 89.09% 21.57%
HSB/HSV 145° 94.23% 40.78%
CMYK 94.23% 0.00% 54.81%
59.22%

Color #06682F in popluar number systems.

HEX 06 68 2F
Decimal 6 104 47
Binary 110 1101000 101111
Octal 6 150 57

Shades and tints

Shades of #06682F

#06682F
(6,104,47)
#065F2B
(6,95,43)
#065627
(6,86,39)
#064D23
(6,77,35)
#06441F
(6,68,31)
#063B1B
(6,59,27)
#063217
(6,50,23)
#062913
(6,41,19)
#06200F
(6,32,15)
#06170B
(6,23,11)
#060E07
(6,14,7)
#000000
(0,0,0)

Tints of #06682F

#06682F
(6,104,47)
#1C7541
(28,117,65)
#328253
(50,130,83)
#488F65
(72,143,101)
#5E9C77
(94,156,119)
#74A989
(116,169,137)
#8AB69B
(138,182,155)
#A0C3AD
(160,195,173)
#B6D0BF
(182,208,191)
#CCDDD1
(204,221,209)
#E2EAE3
(226,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06682F color. Also use rgb(6,104,47) instead hex code.

Text Font Color

.myTextColor { color: #06682F; }

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

This text font color is #06682F.

Background Color

.myBgColor { background-color: #06682F; }

<div style="background-color:#06682F">Inner text</div>

This div background color is #06682F.

Border color

.myBorderColor { border: 1px solid #06682F; }

<div style="border:3px solid #06682F">Div</div>

This div border color is #06682F.

Opacity

.myOpacity80 { color: #06682F; opacity: 0.8; }

<p style="color:#06682F;opacity:0.8;">80%</p>

Text with #06682F 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 #06682F;}

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

This text has shadow with #06682F color.


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

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

This text has shadow with #06682F primary color and red secondary color.


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

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

This text has shadow with #06682F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #06682F.

Preview

Color preview on black background

This text has color #06682F on black background.


Color preview on white background

This text has color #06682F on white background.


Black color preview on #06682F background

This text has black color on #06682F background.


White color preview on #06682F background

This text has white color on #06682F background.


Related colors

Complementary color

Complementary color for #hex is #F997D0.


I love getcolorcode.com

Triadic colors

1 #2F0668 and #682F06 with #06682F are triadic colors.

2 #2F6806 and #68062F with #06682F are triadic colors.