COLOR #063F07

HEX: #063F07
RGB: (6,63,7)

Color info

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

RGB color model

#063F07 color RGB value is (6,63,7).

  • red value is 6;
  • green value is 63;
  • blue value is 7.
RGB:
(6,63,7)
(2%,25%,3%)

RGB channels and saturation

R 6 of 255 = 2%
G 63 of 255 = 25%
B 7 of 255 = 3%

6
63
7

R + G + B ~ 10%. #063F07 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 63 + 7 = 76 (100%)
R 6 of 76 ~ 7.89%
G 63 of 76 ~ 82.89%
B 7 of 76 ~ 9.21%

%82.89

CMYK color model

#063F07 color CMYK value is (90,0,89,75).

  • cyan value is 90.48%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 75.29%
CMYK:
(90,0,89,75)
C90M0Y89K75 
(90%,0%,89%,75%)
(0.90/0.00/0.89/0.75)	

CMYK percentages

%90.48
%0
%88.89
%75.29

Codes

Color #063F07 in popluar color models

063F07
RGB6637
HSL121°82.61%13.53%
HSB/HSV121°90.48%24.71%
CMYK90.48%0.00%88.89%
75.29%

Color #063F07 in popluar number systems.

HEX063F07
Decimal6637
Binary110111111111
Octal6777

Shades and tints

Shades of #063F07

#063F07
(6,63,7)
#063A07
(6,58,7)
#063507
(6,53,7)
#063007
(6,48,7)
#062B07
(6,43,7)
#062607
(6,38,7)
#062107
(6,33,7)
#061C07
(6,28,7)
#061707
(6,23,7)
#061207
(6,18,7)
#060D07
(6,13,7)
#000000
(0,0,0)

Tints of #063F07

#063F07
(6,63,7)
#1C501D
(28,80,29)
#326133
(50,97,51)
#487249
(72,114,73)
#5E835F
(94,131,95)
#749475
(116,148,117)
#8AA58B
(138,165,139)
#A0B6A1
(160,182,161)
#B6C7B7
(182,199,183)
#CCD8CD
(204,216,205)
#E2E9E3
(226,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063F07 color. Also use rgb(6,63,7) instead hex code.

Text Font Color

.myTextColor { color: #063F07; }

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

This text font color is #063F07.


Background Color

.myBgColor { background-color: #063F07; }

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

This div background color is #063F07.


Border color

.myBorderColor { border: 1px solid #063F07; }

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

This div border color is #063F07.


Opacity

.myOpacity80 { color: #063F07; opacity: 0.8; }

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

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

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

This text has shadow with #063F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063F07 on black background.


Color preview on white background

This text has color #063F07 on white background.



Black color preview on #063F07 background

This text has black color on #063F07 background.


White color preview on #063F07 background

This text has white color on #063F07 background.