COLOR #060A05

HEX: #060A05 RGB: (6,10,5)

Color info

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

RGB color model

#060A05 color RGB value is (6,10,5).

RGB: (6,10,5) (2%, 4%, 2%)

RGB channels and saturation

R 6 of 255 = 2%
G 10 of 255 = 4%
B 5 of 255 = 2%

6
10
5

R + G + B ~ 3%. #060A05 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 10 + 5 = 21 (100%)
R 6 of 21 ~ 28.57%
G 10 of 21 ~ 47.62%
B 5 of 21 ~ 23.81'%

%28.57
%47.62
%23.81

CMYK color model

#060A05 color CMYK value is (40,0,50,96).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 96.08%

CMYK: (40,0,50,96)
C40M0Y50K96 (40%, 0%, 50%, 96%)
(0.40 / 0.00 / 0.50 / 0.96)

CMYK percentages

%40
%0
%50
%96.08

Codes

Color #060A05 in popluar color models

06 0A 05
RGB 6 10 5
HSL 108° 33.33% 2.94%
HSB/HSV 108° 50.00% 3.92%
CMYK 40.00% 0.00% 50.00%
96.08%

Color #060A05 in popluar number systems.

HEX 06 0A 05
Decimal 6 10 5
Binary 110 1010 101
Octal 6 12 5

Shades and tints

Tints of #060A05

#060A05
(6,10,5)
#1C201B
(28,32,27)
#323631
(50,54,49)
#484C47
(72,76,71)
#5E625D
(94,98,93)
#747873
(116,120,115)
#8A8E89
(138,142,137)
#A0A49F
(160,164,159)
#B6BAB5
(182,186,181)
#CCD0CB
(204,208,203)
#E2E6E1
(226,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060A05; }

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

This text font color is #060A05.

Background Color

.myBgColor { background-color: #060A05; }

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

This div background color is #060A05.

Border color

.myBorderColor { border: 1px solid #060A05; }

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

This div border color is #060A05.

Opacity

.myOpacity80 { color: #060A05; opacity: 0.8; }

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

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

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

This text has shadow with #060A05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060A05.

Preview

Color preview on black background

This text has color #060A05 on black background.


Color preview on white background

This text has color #060A05 on white background.


Black color preview on #060A05 background

This text has black color on #060A05 background.


White color preview on #060A05 background

This text has white color on #060A05 background.


Related colors

Complementary color

Complementary color for #hex is #F9F5FA.


I love getcolorcode.com

Triadic colors

1 #05060A and #0A0506 with #060A05 are triadic colors.

2 #050A06 and #0A0605 with #060A05 are triadic colors.