COLOR #060500

HEX: #060500
RGB: (6,5,0)

Color info

#060500 contains only red and green colors. Web safe color of #060500 is #000000 (or #000).

RGB color model

#060500 color RGB value is (6,5,0).

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

RGB channels and saturation

R 6 of 255 = 2%
G 5 of 255 = 2%
B 0 of 255 = 0%

6
5
0

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

Portions of RGB colors in percentages

R + G + B =
6 + 5 + 0 = 11 (100%)
R 6 of 11 ~ 54.55%
G 5 of 11 ~ 45.45%
B 0 of 11 ~ 0%

%54.55
%45.45

CMYK color model

#060500 color CMYK value is (0,17,100,98).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 100.00%
  • key color value is 97.65%
CMYK:
(0,17,100,98)
C0M17Y100K98 
(0%,17%,100%,98%)
(0.00/0.17/1.00/0.98)	

CMYK percentages

%0
%16.67
%100
%97.65

Codes

Color #060500 in popluar color models

060500
RGB650
HSL50°100.00%1.18%
HSB/HSV50°100.00%2.35%
CMYK0.00%16.67%100.00%
97.65%

Color #060500 in popluar number systems.

HEX060500
Decimal650
Binary1101010
Octal650

Shades and tints

Tints of #060500

#060500
(6,5,0)
#1C1B17
(28,27,23)
#32312E
(50,49,46)
#484745
(72,71,69)
#5E5D5C
(94,93,92)
#747373
(116,115,115)
#8A898A
(138,137,138)
#A09FA1
(160,159,161)
#B6B5B8
(182,181,184)
#CCCBCF
(204,203,207)
#E2E1E6
(226,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060500; }

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

This text font color is #060500.


Background Color

.myBgColor { background-color: #060500; }

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

This div background color is #060500.


Border color

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

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

This div border color is #060500.


Opacity

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

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

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

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

This text has shadow with #060500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060500 on black background.


Color preview on white background

This text has color #060500 on white background.



Black color preview on #060500 background

This text has black color on #060500 background.


White color preview on #060500 background

This text has white color on #060500 background.