COLOR #066C27

HEX: #066C27
RGB: (6,108,39)

Color info

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

RGB color model

#066C27 color RGB value is (6,108,39).

  • red value is 6;
  • green value is 108;
  • blue value is 39.
RGB:
(6,108,39)
(2%,42%,15%)

RGB channels and saturation

R 6 of 255 = 2%
G 108 of 255 = 42%
B 39 of 255 = 15%

6
108
39

R + G + B ~ 20%. #066C27 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 108 + 39 = 153 (100%)
R 6 of 153 ~ 3.92%
G 108 of 153 ~ 70.59%
B 39 of 153 ~ 25.49%

%70.59
%25.49

CMYK color model

#066C27 color CMYK value is (94,0,64,58).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 63.89%
  • key color value is 57.65%
CMYK:
(94,0,64,58)
C94M0Y64K58 
(94%,0%,64%,58%)
(0.94/0.00/0.64/0.58)	

CMYK percentages

%94.44
%0
%63.89
%57.65

Codes

Color #066C27 in popluar color models

066C27
RGB610839
HSL139°89.47%22.35%
HSB/HSV139°94.44%42.35%
CMYK94.44%0.00%63.89%
57.65%

Color #066C27 in popluar number systems.

HEX066C27
Decimal610839
Binary1101101100100111
Octal615447

Shades and tints

Shades of #066C27

#066C27
(6,108,39)
#066324
(6,99,36)
#065A21
(6,90,33)
#06511E
(6,81,30)
#06481B
(6,72,27)
#063F18
(6,63,24)
#063615
(6,54,21)
#062D12
(6,45,18)
#06240F
(6,36,15)
#061B0C
(6,27,12)
#061209
(6,18,9)
#000000
(0,0,0)

Tints of #066C27

#066C27
(6,108,39)
#1C793A
(28,121,58)
#32864D
(50,134,77)
#489360
(72,147,96)
#5EA073
(94,160,115)
#74AD86
(116,173,134)
#8ABA99
(138,186,153)
#A0C7AC
(160,199,172)
#B6D4BF
(182,212,191)
#CCE1D2
(204,225,210)
#E2EEE5
(226,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066C27; }

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

This text font color is #066C27.


Background Color

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

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

This div background color is #066C27.


Border color

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

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

This div border color is #066C27.


Opacity

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

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

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

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

This text has shadow with #066C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066C27 on black background.


Color preview on white background

This text has color #066C27 on white background.



Black color preview on #066C27 background

This text has black color on #066C27 background.


White color preview on #066C27 background

This text has white color on #066C27 background.