COLOR #060804

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

Color info

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

RGB color model

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

RGB: (6,8,4) (2%, 3%, 2%)

RGB channels and saturation

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

6
8
4

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

Portions of RGB colors in percentages

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

%33.33
%44.44
%22.22

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 96.86%

CMYK: (25,0,50,97)
C25M0Y50K97 (25%, 0%, 50%, 97%)
(0.25 / 0.00 / 0.50 / 0.97)

CMYK percentages

%25
%0
%50
%96.86

Codes

Color #060804 in popluar color models

06 08 04
RGB 6 8 4
HSL 90° 33.33% 2.35%
HSB/HSV 90° 50.00% 3.14%
CMYK 25.00% 0.00% 50.00%
96.86%

Color #060804 in popluar number systems.

HEX 06 08 04
Decimal 6 8 4
Binary 110 1000 100
Octal 6 10 4

Shades and tints

Tints of #060804

#060804
(6,8,4)
#1C1E1A
(28,30,26)
#323430
(50,52,48)
#484A46
(72,74,70)
#5E605C
(94,96,92)
#747672
(116,118,114)
#8A8C88
(138,140,136)
#A0A29E
(160,162,158)
#B6B8B4
(182,184,180)
#CCCECA
(204,206,202)
#E2E4E0
(226,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060804; }

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

This text font color is #060804.

Background Color

.myBgColor { background-color: #060804; }

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

This div background color is #060804.

Border color

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

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

This div border color is #060804.

Opacity

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

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

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

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

This text has shadow with #060804 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060804.

Preview

Color preview on black background

This text has color #060804 on black background.


Color preview on white background

This text has color #060804 on white background.


Black color preview on #060804 background

This text has black color on #060804 background.


White color preview on #060804 background

This text has white color on #060804 background.


Related colors

Complementary color

Complementary color for #hex is #F9F7FB.


I love getcolorcode.com

Triadic colors

1 #040608 and #080406 with #060804 are triadic colors.

2 #040806 and #080604 with #060804 are triadic colors.