COLOR #066127

HEX: #066127
RGB: (6,97,39)

Color info

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

RGB color model

#066127 color RGB value is (6,97,39).

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

RGB channels and saturation

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

6
97
39

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

Portions of RGB colors in percentages

R + G + B =
6 + 97 + 39 = 142 (100%)
R 6 of 142 ~ 4.23%
G 97 of 142 ~ 68.31%
B 39 of 142 ~ 27.46%

%68.31
%27.46

CMYK color model

#066127 color CMYK value is (94,0,60,62).

  • cyan value is 93.81%
  • magenta value is 0.00%
  • yellow value is 59.79%
  • key color value is 61.96%
CMYK:
(94,0,60,62)
C94M0Y60K62 
(94%,0%,60%,62%)
(0.94/0.00/0.60/0.62)	

CMYK percentages

%93.81
%0
%59.79
%61.96

Codes

Color #066127 in popluar color models

066127
RGB69739
HSL142°88.35%20.20%
HSB/HSV142°93.81%38.04%
CMYK93.81%0.00%59.79%
61.96%

Color #066127 in popluar number systems.

HEX066127
Decimal69739
Binary1101100001100111
Octal614147

Shades and tints

Shades of #066127

#066127
(6,97,39)
#065924
(6,89,36)
#065121
(6,81,33)
#06491E
(6,73,30)
#06411B
(6,65,27)
#063918
(6,57,24)
#063115
(6,49,21)
#062912
(6,41,18)
#06210F
(6,33,15)
#06190C
(6,25,12)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #066127

#066127
(6,97,39)
#1C6F3A
(28,111,58)
#327D4D
(50,125,77)
#488B60
(72,139,96)
#5E9973
(94,153,115)
#74A786
(116,167,134)
#8AB599
(138,181,153)
#A0C3AC
(160,195,172)
#B6D1BF
(182,209,191)
#CCDFD2
(204,223,210)
#E2EDE5
(226,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066127; }

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

This text font color is #066127.


Background Color

.myBgColor { background-color: #066127; }

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

This div background color is #066127.


Border color

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

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

This div border color is #066127.


Opacity

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

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

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

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

This text has shadow with #066127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066127 on black background.


Color preview on white background

This text has color #066127 on white background.



Black color preview on #066127 background

This text has black color on #066127 background.


White color preview on #066127 background

This text has white color on #066127 background.