COLOR #061816

HEX: #061816
RGB: (6,24,22)

Color info

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

RGB color model

#061816 color RGB value is (6,24,22).

  • red value is 6;
  • green value is 24;
  • blue value is 22.
RGB:
(6,24,22)
(2%,9%,9%)

RGB channels and saturation

R 6 of 255 = 2%
G 24 of 255 = 9%
B 22 of 255 = 9%

6
24
22

R + G + B ~ 7%. #061816 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 24 + 22 = 52 (100%)
R 6 of 52 ~ 11.54%
G 24 of 52 ~ 46.15%
B 22 of 52 ~ 42.31%

%11.54
%46.15
%42.31

CMYK color model

#061816 color CMYK value is (75,0,8,91).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 90.59%
CMYK:
(75,0,8,91)
C75M0Y8K91 
(75%,0%,8%,91%)
(0.75/0.00/0.08/0.91)	

CMYK percentages

%75
%0
%8.33
%90.59

Codes

Color #061816 in popluar color models

061816
RGB62422
HSL173°60.00%5.88%
HSB/HSV173°75.00%9.41%
CMYK75.00%0.00%8.33%
90.59%

Color #061816 in popluar number systems.

HEX061816
Decimal62422
Binary1101100010110
Octal63026

Shades and tints

Shades of #061816

#061816
(6,24,22)
#061614
(6,22,20)
#061412
(6,20,18)
#061210
(6,18,16)
#06100E
(6,16,14)
#060E0C
(6,14,12)
#060C0A
(6,12,10)
#060A08
(6,10,8)
#060806
(6,8,6)
#060604
(6,6,4)
#060402
(6,4,2)
#000000
(0,0,0)

Tints of #061816

#061816
(6,24,22)
#1C2D2B
(28,45,43)
#324240
(50,66,64)
#485755
(72,87,85)
#5E6C6A
(94,108,106)
#74817F
(116,129,127)
#8A9694
(138,150,148)
#A0ABA9
(160,171,169)
#B6C0BE
(182,192,190)
#CCD5D3
(204,213,211)
#E2EAE8
(226,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061816 color. Also use rgb(6,24,22) instead hex code.

Text Font Color

.myTextColor { color: #061816; }

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

This text font color is #061816.


Background Color

.myBgColor { background-color: #061816; }

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

This div background color is #061816.


Border color

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

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

This div border color is #061816.


Opacity

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

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

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

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

This text has shadow with #061816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061816 on black background.


Color preview on white background

This text has color #061816 on white background.



Black color preview on #061816 background

This text has black color on #061816 background.


White color preview on #061816 background

This text has white color on #061816 background.