COLOR #063701

HEX: #063701 RGB: (6,55,1)

Color info

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

RGB color model

#063701 color RGB value is (6,55,1).

RGB: (6,55,1) (2%, 22%, 0%)

RGB channels and saturation

R 6 of 255 = 2%
G 55 of 255 = 22%
B 1 of 255 = 0%

6
55
1

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

Portions of RGB colors in percentages

R + G + B = 6 + 55 + 1 = 62 (100%)
R 6 of 62 ~ 9.68%
G 55 of 62 ~ 88.71%
B 1 of 62 ~ 1.61'%

%88.71

CMYK color model

#063701 color CMYK value is (89,0,98,78).

  • cyan value is 89.09%
  • magenta value is 0.00%
  • yellow value is 98.18%
  • key color value is 78.43%

CMYK: (89,0,98,78)
C89M0Y98K78 (89%, 0%, 98%, 78%)
(0.89 / 0.00 / 0.98 / 0.78)

CMYK percentages

%89.09
%0
%98.18
%78.43

Codes

Color #063701 in popluar color models

06 37 01
RGB 6 55 1
HSL 114° 96.43% 10.98%
HSB/HSV 114° 98.18% 21.57%
CMYK 89.09% 0.00% 98.18%
78.43%

Color #063701 in popluar number systems.

HEX 06 37 01
Decimal 6 55 1
Binary 110 110111 1
Octal 6 67 1

Shades and tints

Shades of #063701

#063701
(6,55,1)
#063201
(6,50,1)
#062D01
(6,45,1)
#062801
(6,40,1)
#062301
(6,35,1)
#061E01
(6,30,1)
#061901
(6,25,1)
#061401
(6,20,1)
#060F01
(6,15,1)
#060A01
(6,10,1)
#060501
(6,5,1)
#000000
(0,0,0)

Tints of #063701

#063701
(6,55,1)
#1C4918
(28,73,24)
#325B2F
(50,91,47)
#486D46
(72,109,70)
#5E7F5D
(94,127,93)
#749174
(116,145,116)
#8AA38B
(138,163,139)
#A0B5A2
(160,181,162)
#B6C7B9
(182,199,185)
#CCD9D0
(204,217,208)
#E2EBE7
(226,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063701; }

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

This text font color is #063701.

Background Color

.myBgColor { background-color: #063701; }

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

This div background color is #063701.

Border color

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

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

This div border color is #063701.

Opacity

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

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

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

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

This text has shadow with #063701 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063701.

Preview

Color preview on black background

This text has color #063701 on black background.


Color preview on white background

This text has color #063701 on white background.


Black color preview on #063701 background

This text has black color on #063701 background.


White color preview on #063701 background

This text has white color on #063701 background.


Related colors

Complementary color

Complementary color for #hex is #F9C8FE.


I love getcolorcode.com

Triadic colors

1 #010637 and #370106 with #063701 are triadic colors.

2 #013706 and #370601 with #063701 are triadic colors.