COLOR #066C40

HEX: #066C40 RGB: (6,108,64)

Color info

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

RGB color model

#066C40 color RGB value is (6,108,64).

RGB: (6,108,64) (2%, 42%, 25%)

RGB channels and saturation

R 6 of 255 = 2%
G 108 of 255 = 42%
B 64 of 255 = 25%

6
108
64

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

Portions of RGB colors in percentages

R + G + B = 6 + 108 + 64 = 178 (100%)
R 6 of 178 ~ 3.37%
G 108 of 178 ~ 60.67%
B 64 of 178 ~ 35.96'%

%60.67
%35.96

CMYK color model

#066C40 color CMYK value is (94,0,41,58).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 57.65%
CMYK: (94,0,41,58) C94M0Y41K58 (94%,0%,41%,58%) (0.94/0.00/0.41/0.58) 

CMYK percentages

%94.44
%0
%40.74
%57.65

Codes

Color #066C40 in popluar color models

06 6C 40
RGB 6 108 64
HSL 154° 89.47% 22.35%
HSB/HSV 154° 94.44% 42.35%
CMYK 94.44% 0.00% 40.74%
57.65%

Color #066C40 in popluar number systems.

HEX 06 6C 40
Decimal 6 108 64
Binary 110 1101100 1000000
Octal 6 154 100

Shades and tints

Shades of #066C40

#066C40
(6,108,64)
#06633B
(6,99,59)
#065A36
(6,90,54)
#065131
(6,81,49)
#06482C
(6,72,44)
#063F27
(6,63,39)
#063622
(6,54,34)
#062D1D
(6,45,29)
#062418
(6,36,24)
#061B13
(6,27,19)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #066C40

#066C40
(6,108,64)
#1C7951
(28,121,81)
#328662
(50,134,98)
#489373
(72,147,115)
#5EA084
(94,160,132)
#74AD95
(116,173,149)
#8ABAA6
(138,186,166)
#A0C7B7
(160,199,183)
#B6D4C8
(182,212,200)
#CCE1D9
(204,225,217)
#E2EEEA
(226,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066C40 color. Also use rgb(6,108,64) instead hex code.

Text Font Color

.myTextColor { color: #066C40; }

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

This text font color is #066C40.

Background Color

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

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

This div background color is #066C40.

Border color

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

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

This div border color is #066C40.

Opacity

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

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

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

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

This text has shadow with #066C40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #066C40.

Preview

Color preview on black background

This text has color #066C40 on black background.


Color preview on white background

This text has color #066C40 on white background.


Black color preview on #066C40 background

This text has black color on #066C40 background.


White color preview on #066C40 background

This text has white color on #066C40 background.


Related colors

Complementary color

Complementary color for #hex is #F993BF.


I love getcolorcode.com

Triadic colors

1 #40066C and #6C4006 with #066C40 are triadic colors.

2 #406C06 and #6C0640 with #066C40 are triadic colors.