COLOR #066C30

HEX: #066C30
RGB: (6,108,48)

Color info

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

RGB color model

#066C30 color RGB value is (6,108,48).

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

RGB channels and saturation

R 6 of 255 = 2%
G 108 of 255 = 42%
B 48 of 255 = 19%

6
108
48

R + G + B ~ 21%. #066C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 108 + 48 = 162 (100%)
R 6 of 162 ~ 3.7%
G 108 of 162 ~ 66.67%
B 48 of 162 ~ 29.63%

%66.67
%29.63

CMYK color model

#066C30 color CMYK value is (94,0,56,58).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 57.65%
CMYK:
(94,0,56,58)
C94M0Y56K58 
(94%,0%,56%,58%)
(0.94/0.00/0.56/0.58)	

CMYK percentages

%94.44
%0
%55.56
%57.65

Codes

Color #066C30 in popluar color models

066C30
RGB610848
HSL145°89.47%22.35%
HSB/HSV145°94.44%42.35%
CMYK94.44%0.00%55.56%
57.65%

Color #066C30 in popluar number systems.

HEX066C30
Decimal610848
Binary1101101100110000
Octal615460

Shades and tints

Shades of #066C30

#066C30
(6,108,48)
#06632C
(6,99,44)
#065A28
(6,90,40)
#065124
(6,81,36)
#064820
(6,72,32)
#063F1C
(6,63,28)
#063618
(6,54,24)
#062D14
(6,45,20)
#062410
(6,36,16)
#061B0C
(6,27,12)
#061208
(6,18,8)
#000000
(0,0,0)

Tints of #066C30

#066C30
(6,108,48)
#1C7942
(28,121,66)
#328654
(50,134,84)
#489366
(72,147,102)
#5EA078
(94,160,120)
#74AD8A
(116,173,138)
#8ABA9C
(138,186,156)
#A0C7AE
(160,199,174)
#B6D4C0
(182,212,192)
#CCE1D2
(204,225,210)
#E2EEE4
(226,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066C30; }

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

This text font color is #066C30.


Background Color

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

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

This div background color is #066C30.


Border color

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

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

This div border color is #066C30.


Opacity

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

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

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

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

This text has shadow with #066C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066C30 on black background.


Color preview on white background

This text has color #066C30 on white background.



Black color preview on #066C30 background

This text has black color on #066C30 background.


White color preview on #066C30 background

This text has white color on #066C30 background.