COLOR #063A07

HEX: #063A07
RGB: (6,58,7)

Color info

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

RGB color model

#063A07 color RGB value is (6,58,7).

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

RGB channels and saturation

R 6 of 255 = 2%
G 58 of 255 = 23%
B 7 of 255 = 3%

6
58
7

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

Portions of RGB colors in percentages

R + G + B =
6 + 58 + 7 = 71 (100%)
R 6 of 71 ~ 8.45%
G 58 of 71 ~ 81.69%
B 7 of 71 ~ 9.86%

%81.69
%9.86

CMYK color model

#063A07 color CMYK value is (90,0,88,77).

  • cyan value is 89.66%
  • magenta value is 0.00%
  • yellow value is 87.93%
  • key color value is 77.25%
CMYK:
(90,0,88,77)
C90M0Y88K77 
(90%,0%,88%,77%)
(0.90/0.00/0.88/0.77)	

CMYK percentages

%89.66
%0
%87.93
%77.25

Codes

Color #063A07 in popluar color models

063A07
RGB6587
HSL121°81.25%12.55%
HSB/HSV121°89.66%22.75%
CMYK89.66%0.00%87.93%
77.25%

Color #063A07 in popluar number systems.

HEX063A07
Decimal6587
Binary110111010111
Octal6727

Shades and tints

Shades of #063A07

#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)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #063A07

#063A07
(6,58,7)
#1C4B1D
(28,75,29)
#325C33
(50,92,51)
#486D49
(72,109,73)
#5E7E5F
(94,126,95)
#748F75
(116,143,117)
#8AA08B
(138,160,139)
#A0B1A1
(160,177,161)
#B6C2B7
(182,194,183)
#CCD3CD
(204,211,205)
#E2E4E3
(226,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063A07; }

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

This text font color is #063A07.


Background Color

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

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

This div background color is #063A07.


Border color

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

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

This div border color is #063A07.


Opacity

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

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

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

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

This text has shadow with #063A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063A07 on black background.


Color preview on white background

This text has color #063A07 on white background.



Black color preview on #063A07 background

This text has black color on #063A07 background.


White color preview on #063A07 background

This text has white color on #063A07 background.