COLOR #066A2E

HEX: #066A2E
RGB: (6,106,46)

Color info

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

RGB color model

#066A2E color RGB value is (6,106,46).

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

RGB channels and saturation

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

6
106
46

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

Portions of RGB colors in percentages

R + G + B =
6 + 106 + 46 = 158 (100%)
R 6 of 158 ~ 3.8%
G 106 of 158 ~ 67.09%
B 46 of 158 ~ 29.11%

%67.09
%29.11

CMYK color model

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

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

CMYK percentages

%94.34
%0
%56.6
%58.43

Codes

Color #066A2E in popluar color models

066A2E
RGB610646
HSL144°89.29%21.96%
HSB/HSV144°94.34%41.57%
CMYK94.34%0.00%56.60%
58.43%

Color #066A2E in popluar number systems.

HEX066A2E
Decimal610646
Binary1101101010101110
Octal615256

Shades and tints

Shades of #066A2E

#066A2E
(6,106,46)
#06612A
(6,97,42)
#065826
(6,88,38)
#064F22
(6,79,34)
#06461E
(6,70,30)
#063D1A
(6,61,26)
#063416
(6,52,22)
#062B12
(6,43,18)
#06220E
(6,34,14)
#06190A
(6,25,10)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #066A2E

#066A2E
(6,106,46)
#1C7741
(28,119,65)
#328454
(50,132,84)
#489167
(72,145,103)
#5E9E7A
(94,158,122)
#74AB8D
(116,171,141)
#8AB8A0
(138,184,160)
#A0C5B3
(160,197,179)
#B6D2C6
(182,210,198)
#CCDFD9
(204,223,217)
#E2ECEC
(226,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066A2E; }

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

This text font color is #066A2E.


Background Color

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

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

This div background color is #066A2E.


Border color

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

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

This div border color is #066A2E.


Opacity

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

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

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

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

This text has shadow with #066A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066A2E on black background.


Color preview on white background

This text has color #066A2E on white background.



Black color preview on #066A2E background

This text has black color on #066A2E background.


White color preview on #066A2E background

This text has white color on #066A2E background.