COLOR #063D07

HEX: #063D07
RGB: (6,61,7)

Color info

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

RGB color model

#063D07 color RGB value is (6,61,7).

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

RGB channels and saturation

R 6 of 255 = 2%
G 61 of 255 = 24%
B 7 of 255 = 3%

6
61
7

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

Portions of RGB colors in percentages

R + G + B =
6 + 61 + 7 = 74 (100%)
R 6 of 74 ~ 8.11%
G 61 of 74 ~ 82.43%
B 7 of 74 ~ 9.46%

%82.43

CMYK color model

#063D07 color CMYK value is (90,0,89,76).

  • cyan value is 90.16%
  • magenta value is 0.00%
  • yellow value is 88.52%
  • key color value is 76.08%
CMYK:
(90,0,89,76)
C90M0Y89K76 
(90%,0%,89%,76%)
(0.90/0.00/0.89/0.76)	

CMYK percentages

%90.16
%0
%88.52
%76.08

Codes

Color #063D07 in popluar color models

063D07
RGB6617
HSL121°82.09%13.14%
HSB/HSV121°90.16%23.92%
CMYK90.16%0.00%88.52%
76.08%

Color #063D07 in popluar number systems.

HEX063D07
Decimal6617
Binary110111101111
Octal6757

Shades and tints

Shades of #063D07

#063D07
(6,61,7)
#063807
(6,56,7)
#063307
(6,51,7)
#062E07
(6,46,7)
#062907
(6,41,7)
#062407
(6,36,7)
#061F07
(6,31,7)
#061A07
(6,26,7)
#061507
(6,21,7)
#061007
(6,16,7)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #063D07

#063D07
(6,61,7)
#1C4E1D
(28,78,29)
#325F33
(50,95,51)
#487049
(72,112,73)
#5E815F
(94,129,95)
#749275
(116,146,117)
#8AA38B
(138,163,139)
#A0B4A1
(160,180,161)
#B6C5B7
(182,197,183)
#CCD6CD
(204,214,205)
#E2E7E3
(226,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063D07; }

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

This text font color is #063D07.


Background Color

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

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

This div background color is #063D07.


Border color

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

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

This div border color is #063D07.


Opacity

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

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

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

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

This text has shadow with #063D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063D07 on black background.


Color preview on white background

This text has color #063D07 on white background.



Black color preview on #063D07 background

This text has black color on #063D07 background.


White color preview on #063D07 background

This text has white color on #063D07 background.