COLOR #066340

HEX: #066340
RGB: (6,99,64)

Color info

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

RGB color model

#066340 color RGB value is (6,99,64).

  • red value is 6;
  • green value is 99;
  • blue value is 64.
RGB:
(6,99,64)
(2%,39%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 99 of 255 = 39%
B 64 of 255 = 25%

6
99
64

R + G + B ~ 22%. #066340 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 99 + 64 = 169 (100%)
R 6 of 169 ~ 3.55%
G 99 of 169 ~ 58.58%
B 64 of 169 ~ 37.87%

%58.58
%37.87

CMYK color model

#066340 color CMYK value is (94,0,35,61).

  • cyan value is 93.94%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(94,0,35,61)
C94M0Y35K61 
(94%,0%,35%,61%)
(0.94/0.00/0.35/0.61)	

CMYK percentages

%93.94
%0
%35.35
%61.18

Codes

Color #066340 in popluar color models

066340
RGB69964
HSL157°88.57%20.59%
HSB/HSV157°93.94%38.82%
CMYK93.94%0.00%35.35%
61.18%

Color #066340 in popluar number systems.

HEX066340
Decimal69964
Binary11011000111000000
Octal6143100

Shades and tints

Shades of #066340

#066340
(6,99,64)
#065A3B
(6,90,59)
#065136
(6,81,54)
#064831
(6,72,49)
#063F2C
(6,63,44)
#063627
(6,54,39)
#062D22
(6,45,34)
#06241D
(6,36,29)
#061B18
(6,27,24)
#061213
(6,18,19)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #066340

#066340
(6,99,64)
#1C7151
(28,113,81)
#327F62
(50,127,98)
#488D73
(72,141,115)
#5E9B84
(94,155,132)
#74A995
(116,169,149)
#8AB7A6
(138,183,166)
#A0C5B7
(160,197,183)
#B6D3C8
(182,211,200)
#CCE1D9
(204,225,217)
#E2EFEA
(226,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066340; }

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

This text font color is #066340.


Background Color

.myBgColor { background-color: #066340; }

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

This div background color is #066340.


Border color

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

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

This div border color is #066340.


Opacity

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

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

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

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

This text has shadow with #066340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066340 on black background.


Color preview on white background

This text has color #066340 on white background.



Black color preview on #066340 background

This text has black color on #066340 background.


White color preview on #066340 background

This text has white color on #066340 background.