COLOR #066E3C

HEX: #066E3C
RGB: (6,110,60)

Color info

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

RGB color model

#066E3C color RGB value is (6,110,60).

  • red value is 6;
  • green value is 110;
  • blue value is 60.
RGB:
(6,110,60)
(2%,43%,24%)

RGB channels and saturation

R 6 of 255 = 2%
G 110 of 255 = 43%
B 60 of 255 = 24%

6
110
60

R + G + B ~ 23%. #066E3C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 110 + 60 = 176 (100%)
R 6 of 176 ~ 3.41%
G 110 of 176 ~ 62.5%
B 60 of 176 ~ 34.09%

%62.5
%34.09

CMYK color model

#066E3C color CMYK value is (95,0,45,57).

  • cyan value is 94.55%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 56.86%
CMYK:
(95,0,45,57)
C95M0Y45K57 
(95%,0%,45%,57%)
(0.95/0.00/0.45/0.57)	

CMYK percentages

%94.55
%0
%45.45
%56.86

Codes

Color #066E3C in popluar color models

066E3C
RGB611060
HSL151°89.66%22.75%
HSB/HSV151°94.55%43.14%
CMYK94.55%0.00%45.45%
56.86%

Color #066E3C in popluar number systems.

HEX066E3C
Decimal611060
Binary1101101110111100
Octal615674

Shades and tints

Shades of #066E3C

#066E3C
(6,110,60)
#066437
(6,100,55)
#065A32
(6,90,50)
#06502D
(6,80,45)
#064628
(6,70,40)
#063C23
(6,60,35)
#06321E
(6,50,30)
#062819
(6,40,25)
#061E14
(6,30,20)
#06140F
(6,20,15)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #066E3C

#066E3C
(6,110,60)
#1C7B4D
(28,123,77)
#32885E
(50,136,94)
#48956F
(72,149,111)
#5EA280
(94,162,128)
#74AF91
(116,175,145)
#8ABCA2
(138,188,162)
#A0C9B3
(160,201,179)
#B6D6C4
(182,214,196)
#CCE3D5
(204,227,213)
#E2F0E6
(226,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066E3C color. Also use rgb(6,110,60) instead hex code.

Text Font Color

.myTextColor { color: #066E3C; }

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

This text font color is #066E3C.


Background Color

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

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

This div background color is #066E3C.


Border color

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

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

This div border color is #066E3C.


Opacity

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

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

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

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

This text has shadow with #066E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066E3C on black background.


Color preview on white background

This text has color #066E3C on white background.



Black color preview on #066E3C background

This text has black color on #066E3C background.


White color preview on #066E3C background

This text has white color on #066E3C background.