COLOR #060502

HEX: #060502
RGB: (6,5,2)

Color info

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

RGB color model

#060502 color RGB value is (6,5,2).

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

RGB channels and saturation

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

6
5
2

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

Portions of RGB colors in percentages

R + G + B =
6 + 5 + 2 = 13 (100%)
R 6 of 13 ~ 46.15%
G 5 of 13 ~ 38.46%
B 2 of 13 ~ 15.38%

%46.15
%38.46
%15.38

CMYK color model

#060502 color CMYK value is (0,17,67,98).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 66.67%
  • key color value is 97.65%
CMYK:
(0,17,67,98)
C0M17Y67K98 
(0%,17%,67%,98%)
(0.00/0.17/0.67/0.98)	

CMYK percentages

%0
%16.67
%66.67
%97.65

Codes

Color #060502 in popluar color models

060502
RGB652
HSL45°50.00%1.57%
HSB/HSV45°66.67%2.35%
CMYK0.00%16.67%66.67%
97.65%

Color #060502 in popluar number systems.

HEX060502
Decimal652
Binary11010110
Octal652

Shades and tints

Tints of #060502

#060502
(6,5,2)
#1C1B19
(28,27,25)
#323130
(50,49,48)
#484747
(72,71,71)
#5E5D5E
(94,93,94)
#747375
(116,115,117)
#8A898C
(138,137,140)
#A09FA3
(160,159,163)
#B6B5BA
(182,181,186)
#CCCBD1
(204,203,209)
#E2E1E8
(226,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060502; }

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

This text font color is #060502.


Background Color

.myBgColor { background-color: #060502; }

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

This div background color is #060502.


Border color

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

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

This div border color is #060502.


Opacity

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

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

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

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

This text has shadow with #060502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060502 on black background.


Color preview on white background

This text has color #060502 on white background.



Black color preview on #060502 background

This text has black color on #060502 background.


White color preview on #060502 background

This text has white color on #060502 background.