COLOR #060408

HEX: #060408
RGB: (6,4,8)

Color info

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

RGB color model

#060408 color RGB value is (6,4,8).

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

RGB channels and saturation

R 6 of 255 = 2%
G 4 of 255 = 2%
B 8 of 255 = 3%

6
4
8

R + G + B ~ 2%. #060408 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 8 = 18 (100%)
R 6 of 18 ~ 33.33%
G 4 of 18 ~ 22.22%
B 8 of 18 ~ 44.44%

%33.33
%22.22
%44.44

CMYK color model

#060408 color CMYK value is (25,50,0,97).

  • cyan value is 25.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 96.86%
CMYK:
(25,50,0,97)
C25M50Y0K97 
(25%,50%,0%,97%)
(0.25/0.50/0.00/0.97)	

CMYK percentages

%25
%50
%0
%96.86

Codes

Color #060408 in popluar color models

060408
RGB648
HSL270°33.33%2.35%
HSB/HSV270°50.00%3.14%
CMYK25.00%50.00%0.00%
96.86%

Color #060408 in popluar number systems.

HEX060408
Decimal648
Binary1101001000
Octal6410

Shades and tints

Tints of #060408

#060408
(6,4,8)
#1C1A1E
(28,26,30)
#323034
(50,48,52)
#48464A
(72,70,74)
#5E5C60
(94,92,96)
#747276
(116,114,118)
#8A888C
(138,136,140)
#A09EA2
(160,158,162)
#B6B4B8
(182,180,184)
#CCCACE
(204,202,206)
#E2E0E4
(226,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060408; }

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

This text font color is #060408.


Background Color

.myBgColor { background-color: #060408; }

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

This div background color is #060408.


Border color

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

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

This div border color is #060408.


Opacity

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

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

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

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

This text has shadow with #060408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060408 on black background.


Color preview on white background

This text has color #060408 on white background.



Black color preview on #060408 background

This text has black color on #060408 background.


White color preview on #060408 background

This text has white color on #060408 background.