COLOR #063006

HEX: #063006
RGB: (6,48,6)

Color info

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

RGB color model

#063006 color RGB value is (6,48,6).

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

RGB channels and saturation

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

6
48
6

R + G + B ~ 8%. #063006 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 48 + 6 = 60 (100%)
R 6 of 60 ~ 10%
G 48 of 60 ~ 80%
B 6 of 60 ~ 10%

%10
%80
%10

CMYK color model

#063006 color CMYK value is (88,0,88,81).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 81.18%
CMYK:
(88,0,88,81)
C88M0Y88K81 
(88%,0%,88%,81%)
(0.88/0.00/0.88/0.81)	

CMYK percentages

%87.5
%0
%87.5
%81.18

Codes

Color #063006 in popluar color models

063006
RGB6486
HSL120°77.78%10.59%
HSB/HSV120°87.50%18.82%
CMYK87.50%0.00%87.50%
81.18%

Color #063006 in popluar number systems.

HEX063006
Decimal6486
Binary110110000110
Octal6606

Shades and tints

Shades of #063006

#063006
(6,48,6)
#062C06
(6,44,6)
#062806
(6,40,6)
#062406
(6,36,6)
#062006
(6,32,6)
#061C06
(6,28,6)
#061806
(6,24,6)
#061406
(6,20,6)
#061006
(6,16,6)
#060C06
(6,12,6)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #063006

#063006
(6,48,6)
#1C421C
(28,66,28)
#325432
(50,84,50)
#486648
(72,102,72)
#5E785E
(94,120,94)
#748A74
(116,138,116)
#8A9C8A
(138,156,138)
#A0AEA0
(160,174,160)
#B6C0B6
(182,192,182)
#CCD2CC
(204,210,204)
#E2E4E2
(226,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063006; }

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

This text font color is #063006.


Background Color

.myBgColor { background-color: #063006; }

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

This div background color is #063006.


Border color

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

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

This div border color is #063006.


Opacity

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

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

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

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

This text has shadow with #063006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063006 on black background.


Color preview on white background

This text has color #063006 on white background.



Black color preview on #063006 background

This text has black color on #063006 background.


White color preview on #063006 background

This text has white color on #063006 background.