COLOR #061005

HEX: #061005 RGB: (6,16,5)

Color info

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

RGB color model

#061005 color RGB value is (6,16,5).

RGB: (6,16,5) (2%, 6%, 2%)

RGB channels and saturation

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

6
16
5

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

Portions of RGB colors in percentages

R + G + B = 6 + 16 + 5 = 27 (100%)
R 6 of 27 ~ 22.22%
G 16 of 27 ~ 59.26%
B 5 of 27 ~ 18.52'%

%22.22
%59.26
%18.52

CMYK color model

#061005 color CMYK value is (63,0,69,94).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 93.73%

CMYK: (63,0,69,94)
C63M0Y69K94 (63%, 0%, 69%, 94%)
(0.63 / 0.00 / 0.69 / 0.94)

CMYK percentages

%62.5
%0
%68.75
%93.73

Codes

Color #061005 in popluar color models

06 10 05
RGB 6 16 5
HSL 115° 52.38% 4.12%
HSB/HSV 115° 68.75% 6.27%
CMYK 62.50% 0.00% 68.75%
93.73%

Color #061005 in popluar number systems.

HEX 06 10 05
Decimal 6 16 5
Binary 110 10000 101
Octal 6 20 5

Shades and tints

Shades of #061005

#061005
(6,16,5)
#060F05
(6,15,5)
#060E05
(6,14,5)
#060D05
(6,13,5)
#060C05
(6,12,5)
#060B05
(6,11,5)
#060A05
(6,10,5)
#060905
(6,9,5)
#060805
(6,8,5)
#060705
(6,7,5)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #061005

#061005
(6,16,5)
#1C251B
(28,37,27)
#323A31
(50,58,49)
#484F47
(72,79,71)
#5E645D
(94,100,93)
#747973
(116,121,115)
#8A8E89
(138,142,137)
#A0A39F
(160,163,159)
#B6B8B5
(182,184,181)
#CCCDCB
(204,205,203)
#E2E2E1
(226,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061005; }

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

This text font color is #061005.

Background Color

.myBgColor { background-color: #061005; }

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

This div background color is #061005.

Border color

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

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

This div border color is #061005.

Opacity

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

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

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

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

This text has shadow with #061005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061005.

Preview

Color preview on black background

This text has color #061005 on black background.


Color preview on white background

This text has color #061005 on white background.


Black color preview on #061005 background

This text has black color on #061005 background.


White color preview on #061005 background

This text has white color on #061005 background.


Related colors

Complementary color

Complementary color for #hex is #F9EFFA.


I love getcolorcode.com

Triadic colors

1 #050610 and #100506 with #061005 are triadic colors.

2 #051006 and #100605 with #061005 are triadic colors.