COLOR #063907

HEX: #063907
RGB: (6,57,7)

Color info

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

RGB color model

#063907 color RGB value is (6,57,7).

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

RGB channels and saturation

R 6 of 255 = 2%
G 57 of 255 = 22%
B 7 of 255 = 3%

6
57
7

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

Portions of RGB colors in percentages

R + G + B =
6 + 57 + 7 = 70 (100%)
R 6 of 70 ~ 8.57%
G 57 of 70 ~ 81.43%
B 7 of 70 ~ 10%

%81.43
%10

CMYK color model

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

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 87.72%
  • key color value is 77.65%
CMYK:
(89,0,88,78)
C89M0Y88K78 
(89%,0%,88%,78%)
(0.89/0.00/0.88/0.78)	

CMYK percentages

%89.47
%0
%87.72
%77.65

Codes

Color #063907 in popluar color models

063907
RGB6577
HSL121°80.95%12.35%
HSB/HSV121°89.47%22.35%
CMYK89.47%0.00%87.72%
77.65%

Color #063907 in popluar number systems.

HEX063907
Decimal6577
Binary110111001111
Octal6717

Shades and tints

Shades of #063907

#063907
(6,57,7)
#063407
(6,52,7)
#062F07
(6,47,7)
#062A07
(6,42,7)
#062507
(6,37,7)
#062007
(6,32,7)
#061B07
(6,27,7)
#061607
(6,22,7)
#061107
(6,17,7)
#060C07
(6,12,7)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #063907

#063907
(6,57,7)
#1C4B1D
(28,75,29)
#325D33
(50,93,51)
#486F49
(72,111,73)
#5E815F
(94,129,95)
#749375
(116,147,117)
#8AA58B
(138,165,139)
#A0B7A1
(160,183,161)
#B6C9B7
(182,201,183)
#CCDBCD
(204,219,205)
#E2EDE3
(226,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063907; }

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

This text font color is #063907.


Background Color

.myBgColor { background-color: #063907; }

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

This div background color is #063907.


Border color

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

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

This div border color is #063907.


Opacity

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

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

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

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

This text has shadow with #063907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063907 on black background.


Color preview on white background

This text has color #063907 on white background.



Black color preview on #063907 background

This text has black color on #063907 background.


White color preview on #063907 background

This text has white color on #063907 background.