COLOR #063806

HEX: #063806
RGB: (6,56,6)

Color info

#063806 contains red, green and blue colors in about the same proportion. Web safe color of #063806 is #003300 (or #030).

RGB color model

#063806 color RGB value is (6,56,6).

  • red value is 6;
  • green value is 56;
  • blue value is 6.
RGB:
(6,56,6)
(2%,22%,2%)

RGB channels and saturation

R 6 of 255 = 2%
G 56 of 255 = 22%
B 6 of 255 = 2%

6
56
6

R + G + B ~ 9%. #063806 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 56 + 6 = 68 (100%)
R 6 of 68 ~ 8.82%
G 56 of 68 ~ 82.35%
B 6 of 68 ~ 8.82%

%82.35

CMYK color model

#063806 color CMYK value is (89,0,89,78).

  • cyan value is 89.29%
  • magenta value is 0.00%
  • yellow value is 89.29%
  • key color value is 78.04%
CMYK:
(89,0,89,78)
C89M0Y89K78 
(89%,0%,89%,78%)
(0.89/0.00/0.89/0.78)	

CMYK percentages

%89.29
%0
%89.29
%78.04

Codes

Color #063806 in popluar color models

063806
RGB6566
HSL120°80.65%12.16%
HSB/HSV120°89.29%21.96%
CMYK89.29%0.00%89.29%
78.04%

Color #063806 in popluar number systems.

HEX063806
Decimal6566
Binary110111000110
Octal6706

Shades and tints

Shades of #063806

#063806
(6,56,6)
#063306
(6,51,6)
#062E06
(6,46,6)
#062906
(6,41,6)
#062406
(6,36,6)
#061F06
(6,31,6)
#061A06
(6,26,6)
#061506
(6,21,6)
#061006
(6,16,6)
#060B06
(6,11,6)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #063806

#063806
(6,56,6)
#1C4A1C
(28,74,28)
#325C32
(50,92,50)
#486E48
(72,110,72)
#5E805E
(94,128,94)
#749274
(116,146,116)
#8AA48A
(138,164,138)
#A0B6A0
(160,182,160)
#B6C8B6
(182,200,182)
#CCDACC
(204,218,204)
#E2ECE2
(226,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063806; }

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

This text font color is #063806.


Background Color

.myBgColor { background-color: #063806; }

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

This div background color is #063806.


Border color

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

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

This div border color is #063806.


Opacity

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

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

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

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

This text has shadow with #063806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063806 on black background.


Color preview on white background

This text has color #063806 on white background.



Black color preview on #063806 background

This text has black color on #063806 background.


White color preview on #063806 background

This text has white color on #063806 background.