COLOR #066027

HEX: #066027
RGB: (6,96,39)

Color info

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

RGB color model

#066027 color RGB value is (6,96,39).

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

RGB channels and saturation

R 6 of 255 = 2%
G 96 of 255 = 38%
B 39 of 255 = 15%

6
96
39

R + G + B ~ 18%. #066027 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 96 + 39 = 141 (100%)
R 6 of 141 ~ 4.26%
G 96 of 141 ~ 68.09%
B 39 of 141 ~ 27.66%

%68.09
%27.66

CMYK color model

#066027 color CMYK value is (94,0,59,62).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 59.38%
  • key color value is 62.35%
CMYK:
(94,0,59,62)
C94M0Y59K62 
(94%,0%,59%,62%)
(0.94/0.00/0.59/0.62)	

CMYK percentages

%93.75
%0
%59.38
%62.35

Codes

Color #066027 in popluar color models

066027
RGB69639
HSL142°88.24%20.00%
HSB/HSV142°93.75%37.65%
CMYK93.75%0.00%59.38%
62.35%

Color #066027 in popluar number systems.

HEX066027
Decimal69639
Binary1101100000100111
Octal614047

Shades and tints

Shades of #066027

#066027
(6,96,39)
#065824
(6,88,36)
#065021
(6,80,33)
#06481E
(6,72,30)
#06401B
(6,64,27)
#063818
(6,56,24)
#063015
(6,48,21)
#062812
(6,40,18)
#06200F
(6,32,15)
#06180C
(6,24,12)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #066027

#066027
(6,96,39)
#1C6E3A
(28,110,58)
#327C4D
(50,124,77)
#488A60
(72,138,96)
#5E9873
(94,152,115)
#74A686
(116,166,134)
#8AB499
(138,180,153)
#A0C2AC
(160,194,172)
#B6D0BF
(182,208,191)
#CCDED2
(204,222,210)
#E2ECE5
(226,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066027; }

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

This text font color is #066027.


Background Color

.myBgColor { background-color: #066027; }

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

This div background color is #066027.


Border color

.myBorderColor { border: 1px solid #066027; }

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

This div border color is #066027.


Opacity

.myOpacity80 { color: #066027; opacity: 0.8; }

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

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

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

This text has shadow with #066027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066027 on black background.


Color preview on white background

This text has color #066027 on white background.



Black color preview on #066027 background

This text has black color on #066027 background.


White color preview on #066027 background

This text has white color on #066027 background.