COLOR #066224

HEX: #066224
RGB: (6,98,36)

Color info

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

RGB color model

#066224 color RGB value is (6,98,36).

  • red value is 6;
  • green value is 98;
  • blue value is 36.
RGB:
(6,98,36)
(2%,38%,14%)

RGB channels and saturation

R 6 of 255 = 2%
G 98 of 255 = 38%
B 36 of 255 = 14%

6
98
36

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

Portions of RGB colors in percentages

R + G + B =
6 + 98 + 36 = 140 (100%)
R 6 of 140 ~ 4.29%
G 98 of 140 ~ 70%
B 36 of 140 ~ 25.71%

%70
%25.71

CMYK color model

#066224 color CMYK value is (94,0,63,62).

  • cyan value is 93.88%
  • magenta value is 0.00%
  • yellow value is 63.27%
  • key color value is 61.57%
CMYK:
(94,0,63,62)
C94M0Y63K62 
(94%,0%,63%,62%)
(0.94/0.00/0.63/0.62)	

CMYK percentages

%93.88
%0
%63.27
%61.57

Codes

Color #066224 in popluar color models

066224
RGB69836
HSL140°88.46%20.39%
HSB/HSV140°93.88%38.43%
CMYK93.88%0.00%63.27%
61.57%

Color #066224 in popluar number systems.

HEX066224
Decimal69836
Binary1101100010100100
Octal614244

Shades and tints

Shades of #066224

#066224
(6,98,36)
#065A21
(6,90,33)
#06521E
(6,82,30)
#064A1B
(6,74,27)
#064218
(6,66,24)
#063A15
(6,58,21)
#063212
(6,50,18)
#062A0F
(6,42,15)
#06220C
(6,34,12)
#061A09
(6,26,9)
#061206
(6,18,6)
#000000
(0,0,0)

Tints of #066224

#066224
(6,98,36)
#1C7037
(28,112,55)
#327E4A
(50,126,74)
#488C5D
(72,140,93)
#5E9A70
(94,154,112)
#74A883
(116,168,131)
#8AB696
(138,182,150)
#A0C4A9
(160,196,169)
#B6D2BC
(182,210,188)
#CCE0CF
(204,224,207)
#E2EEE2
(226,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066224 color. Also use rgb(6,98,36) instead hex code.

Text Font Color

.myTextColor { color: #066224; }

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

This text font color is #066224.


Background Color

.myBgColor { background-color: #066224; }

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

This div background color is #066224.


Border color

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

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

This div border color is #066224.


Opacity

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

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

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

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

This text has shadow with #066224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066224 on black background.


Color preview on white background

This text has color #066224 on white background.



Black color preview on #066224 background

This text has black color on #066224 background.


White color preview on #066224 background

This text has white color on #066224 background.