COLOR #061412

HEX: #061412 RGB: (6,20,18)

Color info

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

RGB color model

#061412 color RGB value is (6,20,18).

RGB: (6,20,18) (2%, 8%, 7%)

RGB channels and saturation

R 6 of 255 = 2%
G 20 of 255 = 8%
B 18 of 255 = 7%

6
20
18

R + G + B ~ 6%. #061412 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 20 + 18 = 44 (100%)
R 6 of 44 ~ 13.64%
G 20 of 44 ~ 45.45%
B 18 of 44 ~ 40.91'%

%13.64
%45.45
%40.91

CMYK color model

#061412 color CMYK value is (70,0,10,92).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 92.16%

CMYK: (70,0,10,92)
C70M0Y10K92 (70%, 0%, 10%, 92%)
(0.70 / 0.00 / 0.10 / 0.92)

CMYK percentages

%70
%0
%10
%92.16

Codes

Color #061412 in popluar color models

06 14 12
RGB 6 20 18
HSL 171° 53.85% 5.10%
HSB/HSV 171° 70.00% 7.84%
CMYK 70.00% 0.00% 10.00%
92.16%

Color #061412 in popluar number systems.

HEX 06 14 12
Decimal 6 20 18
Binary 110 10100 10010
Octal 6 24 22

Shades and tints

Shades of #061412

#061412
(6,20,18)
#061311
(6,19,17)
#061210
(6,18,16)
#06110F
(6,17,15)
#06100E
(6,16,14)
#060F0D
(6,15,13)
#060E0C
(6,14,12)
#060D0B
(6,13,11)
#060C0A
(6,12,10)
#060B09
(6,11,9)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #061412

#061412
(6,20,18)
#1C2927
(28,41,39)
#323E3C
(50,62,60)
#485351
(72,83,81)
#5E6866
(94,104,102)
#747D7B
(116,125,123)
#8A9290
(138,146,144)
#A0A7A5
(160,167,165)
#B6BCBA
(182,188,186)
#CCD1CF
(204,209,207)
#E2E6E4
(226,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061412; }

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

This text font color is #061412.

Background Color

.myBgColor { background-color: #061412; }

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

This div background color is #061412.

Border color

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

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

This div border color is #061412.

Opacity

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

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

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

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

This text has shadow with #061412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061412.

Preview

Color preview on black background

This text has color #061412 on black background.


Color preview on white background

This text has color #061412 on white background.


Black color preview on #061412 background

This text has black color on #061412 background.


White color preview on #061412 background

This text has white color on #061412 background.


Related colors

Complementary color

Complementary color for #hex is #F9EBED.


I love getcolorcode.com

Triadic colors

1 #120614 and #141206 with #061412 are triadic colors.

2 #121406 and #140612 with #061412 are triadic colors.