COLOR #066B2E

HEX: #066B2E
RGB: (6,107,46)

Color info

#066B2E contains mainly green color. Web safe color of #066B2E is #006633 (or #063).

RGB color model

#066B2E color RGB value is (6,107,46).

  • red value is 6;
  • green value is 107;
  • blue value is 46.
RGB:
(6,107,46)
(2%,42%,18%)

RGB channels and saturation

R 6 of 255 = 2%
G 107 of 255 = 42%
B 46 of 255 = 18%

6
107
46

R + G + B ~ 21%. #066B2E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 107 + 46 = 159 (100%)
R 6 of 159 ~ 3.77%
G 107 of 159 ~ 67.3%
B 46 of 159 ~ 28.93%

%67.3
%28.93

CMYK color model

#066B2E color CMYK value is (94,0,57,58).

  • cyan value is 94.39%
  • magenta value is 0.00%
  • yellow value is 57.01%
  • key color value is 58.04%
CMYK:
(94,0,57,58)
C94M0Y57K58 
(94%,0%,57%,58%)
(0.94/0.00/0.57/0.58)	

CMYK percentages

%94.39
%0
%57.01
%58.04

Codes

Color #066B2E in popluar color models

066B2E
RGB610746
HSL144°89.38%22.16%
HSB/HSV144°94.39%41.96%
CMYK94.39%0.00%57.01%
58.04%

Color #066B2E in popluar number systems.

HEX066B2E
Decimal610746
Binary1101101011101110
Octal615356

Shades and tints

Shades of #066B2E

#066B2E
(6,107,46)
#06622A
(6,98,42)
#065926
(6,89,38)
#065022
(6,80,34)
#06471E
(6,71,30)
#063E1A
(6,62,26)
#063516
(6,53,22)
#062C12
(6,44,18)
#06230E
(6,35,14)
#061A0A
(6,26,10)
#061106
(6,17,6)
#000000
(0,0,0)

Tints of #066B2E

#066B2E
(6,107,46)
#1C7841
(28,120,65)
#328554
(50,133,84)
#489267
(72,146,103)
#5E9F7A
(94,159,122)
#74AC8D
(116,172,141)
#8AB9A0
(138,185,160)
#A0C6B3
(160,198,179)
#B6D3C6
(182,211,198)
#CCE0D9
(204,224,217)
#E2EDEC
(226,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066B2E color. Also use rgb(6,107,46) instead hex code.

Text Font Color

.myTextColor { color: #066B2E; }

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

This text font color is #066B2E.


Background Color

.myBgColor { background-color: #066B2E; }

<div style="background-color:#066B2E">Inner text</div>

This div background color is #066B2E.


Border color

.myBorderColor { border: 1px solid #066B2E; }

<div style="border:3px solid #066B2E">Div</div>

This div border color is #066B2E.


Opacity

.myOpacity80 { color: #066B2E; opacity: 0.8; }

<p style="color:#066B2E;opacity:0.8;">80%</p>

Text with #066B2E 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 #066B2E;}

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

This text has shadow with #066B2E color.

.textShadow {text-shadow: 3px 3px 1px #066B2E, 3px 3px 1px red;}

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

This text has shadow with #066B2E primary color and red secondary color.


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

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

This text has shadow with #066B2E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #066B2E;
-webkit-box-shadow: 1px 1px 3px 2px #066B2E;
box-shadow:1px 1px 3px 2px #066B2E;">
Div content here</div>
This div box has shadow with color #066B2E.

Preview

Color preview on black background

This text has color #066B2E on black background.


Color preview on white background

This text has color #066B2E on white background.



Black color preview on #066B2E background

This text has black color on #066B2E background.


White color preview on #066B2E background

This text has white color on #066B2E background.