COLOR #060508

HEX: #060508
RGB: (6,5,8)

Color info

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

RGB color model

#060508 color RGB value is (6,5,8).

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

RGB channels and saturation

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

6
5
8

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

Portions of RGB colors in percentages

R + G + B =
6 + 5 + 8 = 19 (100%)
R 6 of 19 ~ 31.58%
G 5 of 19 ~ 26.32%
B 8 of 19 ~ 42.11%

%31.58
%26.32
%42.11

CMYK color model

#060508 color CMYK value is (25,37,0,97).

  • cyan value is 25.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 96.86%
CMYK:
(25,37,0,97)
C25M37Y0K97 
(25%,37%,0%,97%)
(0.25/0.37/0.00/0.97)	

CMYK percentages

%25
%37.5
%0
%96.86

Codes

Color #060508 in popluar color models

060508
RGB658
HSL260°23.08%2.55%
HSB/HSV260°37.50%3.14%
CMYK25.00%37.50%0.00%
96.86%

Color #060508 in popluar number systems.

HEX060508
Decimal658
Binary1101011000
Octal6510

Shades and tints

Tints of #060508

#060508
(6,5,8)
#1C1B1E
(28,27,30)
#323134
(50,49,52)
#48474A
(72,71,74)
#5E5D60
(94,93,96)
#747376
(116,115,118)
#8A898C
(138,137,140)
#A09FA2
(160,159,162)
#B6B5B8
(182,181,184)
#CCCBCE
(204,203,206)
#E2E1E4
(226,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060508; }

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

This text font color is #060508.


Background Color

.myBgColor { background-color: #060508; }

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

This div background color is #060508.


Border color

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

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

This div border color is #060508.


Opacity

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

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

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

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

This text has shadow with #060508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060508 on black background.


Color preview on white background

This text has color #060508 on white background.



Black color preview on #060508 background

This text has black color on #060508 background.


White color preview on #060508 background

This text has white color on #060508 background.