COLOR #060303

HEX: #060303 RGB: (6,3,3)

Color info

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

RGB color model

#060303 color RGB value is (6,3,3).

RGB: (6,3,3) (2%, 1%, 1%)

RGB channels and saturation

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

6
3
3

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

Portions of RGB colors in percentages

R + G + B = 6 + 3 + 3 = 12 (100%)
R 6 of 12 ~ 50%
G 3 of 12 ~ 25%
B 3 of 12 ~ 25'%

%50
%25
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 50.00%
  • key color value is 97.65%

CMYK: (0,50,50,98)
C0M50Y50K98 (0%, 50%, 50%, 98%)
(0.00 / 0.50 / 0.50 / 0.98)

CMYK percentages

%0
%50
%50
%97.65

Codes

Color #060303 in popluar color models

06 03 03
RGB 6 3 3
HSL 33.33% 1.76%
HSB/HSV 50.00% 2.35%
CMYK 0.00% 50.00% 50.00%
97.65%

Color #060303 in popluar number systems.

HEX 06 03 03
Decimal 6 3 3
Binary 110 11 11
Octal 6 3 3

Shades and tints

Tints of #060303

#060303
(6,3,3)
#1C1919
(28,25,25)
#322F2F
(50,47,47)
#484545
(72,69,69)
#5E5B5B
(94,91,91)
#747171
(116,113,113)
#8A8787
(138,135,135)
#A09D9D
(160,157,157)
#B6B3B3
(182,179,179)
#CCC9C9
(204,201,201)
#E2DFDF
(226,223,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060303; }

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

This text font color is #060303.

Background Color

.myBgColor { background-color: #060303; }

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

This div background color is #060303.

Border color

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

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

This div border color is #060303.

Opacity

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

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

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

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

This text has shadow with #060303 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060303.

Preview

Color preview on black background

This text has color #060303 on black background.


Color preview on white background

This text has color #060303 on white background.


Black color preview on #060303 background

This text has black color on #060303 background.


White color preview on #060303 background

This text has white color on #060303 background.


Related colors

Complementary color

Complementary color for #hex is #F9FCFC.


I love getcolorcode.com