COLOR #061205

HEX: #061205 RGB: (6,18,5)

Color info

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

RGB color model

#061205 color RGB value is (6,18,5).

RGB: (6,18,5) (2%, 7%, 2%)

RGB channels and saturation

R 6 of 255 = 2%
G 18 of 255 = 7%
B 5 of 255 = 2%

6
18
5

R + G + B ~ 4%. #061205 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 18 + 5 = 29 (100%)
R 6 of 29 ~ 20.69%
G 18 of 29 ~ 62.07%
B 5 of 29 ~ 17.24'%

%20.69
%62.07
%17.24

CMYK color model

#061205 color CMYK value is (67,0,72,93).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 92.94%

CMYK: (67,0,72,93)
C67M0Y72K93 (67%, 0%, 72%, 93%)
(0.67 / 0.00 / 0.72 / 0.93)

CMYK percentages

%66.67
%0
%72.22
%92.94

Codes

Color #061205 in popluar color models

06 12 05
RGB 6 18 5
HSL 115° 56.52% 4.51%
HSB/HSV 115° 72.22% 7.06%
CMYK 66.67% 0.00% 72.22%
92.94%

Color #061205 in popluar number systems.

HEX 06 12 05
Decimal 6 18 5
Binary 110 10010 101
Octal 6 22 5

Shades and tints

Shades of #061205

#061205
(6,18,5)
#061105
(6,17,5)
#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)
#000000
(0,0,0)

Tints of #061205

#061205
(6,18,5)
#1C271B
(28,39,27)
#323C31
(50,60,49)
#485147
(72,81,71)
#5E665D
(94,102,93)
#747B73
(116,123,115)
#8A9089
(138,144,137)
#A0A59F
(160,165,159)
#B6BAB5
(182,186,181)
#CCCFCB
(204,207,203)
#E2E4E1
(226,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061205; }

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

This text font color is #061205.

Background Color

.myBgColor { background-color: #061205; }

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

This div background color is #061205.

Border color

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

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

This div border color is #061205.

Opacity

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

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

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

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

This text has shadow with #061205 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061205.

Preview

Color preview on black background

This text has color #061205 on black background.


Color preview on white background

This text has color #061205 on white background.


Black color preview on #061205 background

This text has black color on #061205 background.


White color preview on #061205 background

This text has white color on #061205 background.


Related colors

Complementary color

Complementary color for #hex is #F9EDFA.


I love getcolorcode.com

Triadic colors

1 #050612 and #120506 with #061205 are triadic colors.

2 #051206 and #120605 with #061205 are triadic colors.