COLOR #062801

HEX: #062801
RGB: (6,40,1)

Color info

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

RGB color model

#062801 color RGB value is (6,40,1).

  • red value is 6;
  • green value is 40;
  • blue value is 1.
RGB:
(6,40,1)
(2%,16%,0%)

RGB channels and saturation

R 6 of 255 = 2%
G 40 of 255 = 16%
B 1 of 255 = 0%

6
40
1

R + G + B ~ 6%. #062801 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 40 + 1 = 47 (100%)
R 6 of 47 ~ 12.77%
G 40 of 47 ~ 85.11%
B 1 of 47 ~ 2.13%

%12.77
%85.11

CMYK color model

#062801 color CMYK value is (85,0,98,84).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 97.50%
  • key color value is 84.31%
CMYK:
(85,0,98,84)
C85M0Y98K84 
(85%,0%,98%,84%)
(0.85/0.00/0.98/0.84)	

CMYK percentages

%85
%0
%97.5
%84.31

Codes

Color #062801 in popluar color models

062801
RGB6401
HSL112°95.12%8.04%
HSB/HSV112°97.50%15.69%
CMYK85.00%0.00%97.50%
84.31%

Color #062801 in popluar number systems.

HEX062801
Decimal6401
Binary1101010001
Octal6501

Shades and tints

Shades of #062801

#062801
(6,40,1)
#062501
(6,37,1)
#062201
(6,34,1)
#061F01
(6,31,1)
#061C01
(6,28,1)
#061901
(6,25,1)
#061601
(6,22,1)
#061301
(6,19,1)
#061001
(6,16,1)
#060D01
(6,13,1)
#060A01
(6,10,1)
#000000
(0,0,0)

Tints of #062801

#062801
(6,40,1)
#1C3B18
(28,59,24)
#324E2F
(50,78,47)
#486146
(72,97,70)
#5E745D
(94,116,93)
#748774
(116,135,116)
#8A9A8B
(138,154,139)
#A0ADA2
(160,173,162)
#B6C0B9
(182,192,185)
#CCD3D0
(204,211,208)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062801; }

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

This text font color is #062801.


Background Color

.myBgColor { background-color: #062801; }

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

This div background color is #062801.


Border color

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

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

This div border color is #062801.


Opacity

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

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

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

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

This text has shadow with #062801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062801 on black background.


Color preview on white background

This text has color #062801 on white background.



Black color preview on #062801 background

This text has black color on #062801 background.


White color preview on #062801 background

This text has white color on #062801 background.