COLOR #066A3B

HEX: #066A3B
RGB: (6,106,59)

Color info

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

RGB color model

#066A3B color RGB value is (6,106,59).

  • red value is 6;
  • green value is 106;
  • blue value is 59.
RGB:
(6,106,59)
(2%,42%,23%)

RGB channels and saturation

R 6 of 255 = 2%
G 106 of 255 = 42%
B 59 of 255 = 23%

6
106
59

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

Portions of RGB colors in percentages

R + G + B =
6 + 106 + 59 = 171 (100%)
R 6 of 171 ~ 3.51%
G 106 of 171 ~ 61.99%
B 59 of 171 ~ 34.5%

%61.99
%34.5

CMYK color model

#066A3B color CMYK value is (94,0,44,58).

  • cyan value is 94.34%
  • magenta value is 0.00%
  • yellow value is 44.34%
  • key color value is 58.43%
CMYK:
(94,0,44,58)
C94M0Y44K58 
(94%,0%,44%,58%)
(0.94/0.00/0.44/0.58)	

CMYK percentages

%94.34
%0
%44.34
%58.43

Codes

Color #066A3B in popluar color models

066A3B
RGB610659
HSL152°89.29%21.96%
HSB/HSV152°94.34%41.57%
CMYK94.34%0.00%44.34%
58.43%

Color #066A3B in popluar number systems.

HEX066A3B
Decimal610659
Binary1101101010111011
Octal615273

Shades and tints

Shades of #066A3B

#066A3B
(6,106,59)
#066136
(6,97,54)
#065831
(6,88,49)
#064F2C
(6,79,44)
#064627
(6,70,39)
#063D22
(6,61,34)
#06341D
(6,52,29)
#062B18
(6,43,24)
#062213
(6,34,19)
#06190E
(6,25,14)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #066A3B

#066A3B
(6,106,59)
#1C774C
(28,119,76)
#32845D
(50,132,93)
#48916E
(72,145,110)
#5E9E7F
(94,158,127)
#74AB90
(116,171,144)
#8AB8A1
(138,184,161)
#A0C5B2
(160,197,178)
#B6D2C3
(182,210,195)
#CCDFD4
(204,223,212)
#E2ECE5
(226,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066A3B color. Also use rgb(6,106,59) instead hex code.

Text Font Color

.myTextColor { color: #066A3B; }

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

This text font color is #066A3B.


Background Color

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

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

This div background color is #066A3B.


Border color

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

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

This div border color is #066A3B.


Opacity

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

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

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

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

This text has shadow with #066A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066A3B on black background.


Color preview on white background

This text has color #066A3B on white background.



Black color preview on #066A3B background

This text has black color on #066A3B background.


White color preview on #066A3B background

This text has white color on #066A3B background.