COLOR #063801

HEX: #063801 RGB: (6,56,1)

Color info

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

RGB color model

#063801 color RGB value is (6,56,1).

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

RGB channels and saturation

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

6
56
1

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

Portions of RGB colors in percentages

R + G + B = 6 + 56 + 1 = 63 (100%)
R 6 of 63 ~ 9.52%
G 56 of 63 ~ 88.89%
B 1 of 63 ~ 1.59'%

%88.89

CMYK color model

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

  • cyan value is 89.29%
  • magenta value is 0.00%
  • yellow value is 98.21%
  • key color value is 78.04%

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

CMYK percentages

%89.29
%0
%98.21
%78.04

Codes

Color #063801 in popluar color models

06 38 01
RGB 6 56 1
HSL 115° 96.49% 11.18%
HSB/HSV 115° 98.21% 21.96%
CMYK 89.29% 0.00% 98.21%
78.04%

Color #063801 in popluar number systems.

HEX 06 38 01
Decimal 6 56 1
Binary 110 111000 1
Octal 6 70 1

Shades and tints

Shades of #063801

#063801
(6,56,1)
#063301
(6,51,1)
#062E01
(6,46,1)
#062901
(6,41,1)
#062401
(6,36,1)
#061F01
(6,31,1)
#061A01
(6,26,1)
#061501
(6,21,1)
#061001
(6,16,1)
#060B01
(6,11,1)
#060601
(6,6,1)
#000000
(0,0,0)

Tints of #063801

#063801
(6,56,1)
#1C4A18
(28,74,24)
#325C2F
(50,92,47)
#486E46
(72,110,70)
#5E805D
(94,128,93)
#749274
(116,146,116)
#8AA48B
(138,164,139)
#A0B6A2
(160,182,162)
#B6C8B9
(182,200,185)
#CCDAD0
(204,218,208)
#E2ECE7
(226,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063801; }

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

This text font color is #063801.

Background Color

.myBgColor { background-color: #063801; }

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

This div background color is #063801.

Border color

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

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

This div border color is #063801.

Opacity

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

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

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

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

This text has shadow with #063801 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063801.

Preview

Color preview on black background

This text has color #063801 on black background.


Color preview on white background

This text has color #063801 on white background.


Black color preview on #063801 background

This text has black color on #063801 background.


White color preview on #063801 background

This text has white color on #063801 background.


Related colors

Complementary color

Complementary color for #hex is #F9C7FE.


I love getcolorcode.com

Triadic colors

1 #010638 and #380106 with #063801 are triadic colors.

2 #013806 and #380601 with #063801 are triadic colors.