COLOR #060301

HEX: #060301
RGB: (6,3,1)

Color info

#060301 contains red, green and blue colors in about the same proportion. Web safe color of #060301 is #000000 (or #000).

RGB color model

#060301 color RGB value is (6,3,1).

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

RGB channels and saturation

R 6 of 255 = 2%
G 3 of 255 = 1%
B 1 of 255 = 0%

6
3
1

R + G + B ~ 1%. #060301 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 3 + 1 = 10 (100%)
R 6 of 10 ~ 60%
G 3 of 10 ~ 30%
B 1 of 10 ~ 10%

%60
%30
%10

CMYK color model

#060301 color CMYK value is (0,50,83,98).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 83.33%
  • key color value is 97.65%
CMYK:
(0,50,83,98)
C0M50Y83K98 
(0%,50%,83%,98%)
(0.00/0.50/0.83/0.98)	

CMYK percentages

%0
%50
%83.33
%97.65

Codes

Color #060301 in popluar color models

060301
RGB631
HSL24°71.43%1.37%
HSB/HSV24°83.33%2.35%
CMYK0.00%50.00%83.33%
97.65%

Color #060301 in popluar number systems.

HEX060301
Decimal631
Binary110111
Octal631

Shades and tints

Tints of #060301

#060301
(6,3,1)
#1C1918
(28,25,24)
#322F2F
(50,47,47)
#484546
(72,69,70)
#5E5B5D
(94,91,93)
#747174
(116,113,116)
#8A878B
(138,135,139)
#A09DA2
(160,157,162)
#B6B3B9
(182,179,185)
#CCC9D0
(204,201,208)
#E2DFE7
(226,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060301; }

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

This text font color is #060301.


Background Color

.myBgColor { background-color: #060301; }

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

This div background color is #060301.


Border color

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

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

This div border color is #060301.


Opacity

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

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

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

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

This text has shadow with #060301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060301 on black background.


Color preview on white background

This text has color #060301 on white background.



Black color preview on #060301 background

This text has black color on #060301 background.


White color preview on #060301 background

This text has white color on #060301 background.