COLOR #006344

HEX: #006344
RGB: (0,99,68)

Color info

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

RGB color model

#006344 color RGB value is (0,99,68).

  • red value is 0;
  • green value is 99;
  • blue value is 68.
RGB:
(0,99,68)
(0%,39%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 99 of 255 = 39%
B 68 of 255 = 27%

0
99
68

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

Portions of RGB colors in percentages

R + G + B =
0 + 99 + 68 = 167 (100%)
R 0 of 167 ~ 0%
G 99 of 167 ~ 59.28%
B 68 of 167 ~ 40.72%

%59.28
%40.72

CMYK color model

#006344 color CMYK value is (100,0,31,61).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 61.18%
CMYK:
(100,0,31,61)
C100M0Y31K61 
(100%,0%,31%,61%)
(1.00/0.00/0.31/0.61)	

CMYK percentages

%100
%0
%31.31
%61.18

Codes

Color #006344 in popluar color models

006344
RGB09968
HSL161°100.00%19.41%
HSB/HSV161°100.00%38.82%
CMYK100.00%0.00%31.31%
61.18%

Color #006344 in popluar number systems.

HEX006344
Decimal09968
Binary011000111000100
Octal0143104

Shades and tints

Shades of #006344

#006344
(0,99,68)
#005A3E
(0,90,62)
#005138
(0,81,56)
#004832
(0,72,50)
#003F2C
(0,63,44)
#003626
(0,54,38)
#002D20
(0,45,32)
#00241A
(0,36,26)
#001B14
(0,27,20)
#00120E
(0,18,14)
#000908
(0,9,8)
#000000
(0,0,0)

Tints of #006344

#006344
(0,99,68)
#177155
(23,113,85)
#2E7F66
(46,127,102)
#458D77
(69,141,119)
#5C9B88
(92,155,136)
#73A999
(115,169,153)
#8AB7AA
(138,183,170)
#A1C5BB
(161,197,187)
#B8D3CC
(184,211,204)
#CFE1DD
(207,225,221)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006344 color. Also use rgb(0,99,68) instead hex code.

Text Font Color

.myTextColor { color: #006344; }

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

This text font color is #006344.


Background Color

.myBgColor { background-color: #006344; }

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

This div background color is #006344.


Border color

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

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

This div border color is #006344.


Opacity

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

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

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

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

This text has shadow with #006344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006344 on black background.


Color preview on white background

This text has color #006344 on white background.



Black color preview on #006344 background

This text has black color on #006344 background.


White color preview on #006344 background

This text has white color on #006344 background.