COLOR #061812

HEX: #061812
RGB: (6,24,18)

Color info

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

RGB color model

#061812 color RGB value is (6,24,18).

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

RGB channels and saturation

R 6 of 255 = 2%
G 24 of 255 = 9%
B 18 of 255 = 7%

6
24
18

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

Portions of RGB colors in percentages

R + G + B =
6 + 24 + 18 = 48 (100%)
R 6 of 48 ~ 12.5%
G 24 of 48 ~ 50%
B 18 of 48 ~ 37.5%

%12.5
%50
%37.5

CMYK color model

#061812 color CMYK value is (75,0,25,91).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 90.59%
CMYK:
(75,0,25,91)
C75M0Y25K91 
(75%,0%,25%,91%)
(0.75/0.00/0.25/0.91)	

CMYK percentages

%75
%0
%25
%90.59

Codes

Color #061812 in popluar color models

061812
RGB62418
HSL160°60.00%5.88%
HSB/HSV160°75.00%9.41%
CMYK75.00%0.00%25.00%
90.59%

Color #061812 in popluar number systems.

HEX061812
Decimal62418
Binary1101100010010
Octal63022

Shades and tints

Shades of #061812

#061812
(6,24,18)
#061611
(6,22,17)
#061410
(6,20,16)
#06120F
(6,18,15)
#06100E
(6,16,14)
#060E0D
(6,14,13)
#060C0C
(6,12,12)
#060A0B
(6,10,11)
#06080A
(6,8,10)
#060609
(6,6,9)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #061812

#061812
(6,24,18)
#1C2D27
(28,45,39)
#32423C
(50,66,60)
#485751
(72,87,81)
#5E6C66
(94,108,102)
#74817B
(116,129,123)
#8A9690
(138,150,144)
#A0ABA5
(160,171,165)
#B6C0BA
(182,192,186)
#CCD5CF
(204,213,207)
#E2EAE4
(226,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061812; }

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

This text font color is #061812.


Background Color

.myBgColor { background-color: #061812; }

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

This div background color is #061812.


Border color

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

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

This div border color is #061812.


Opacity

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

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

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

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

This text has shadow with #061812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061812 on black background.


Color preview on white background

This text has color #061812 on white background.



Black color preview on #061812 background

This text has black color on #061812 background.


White color preview on #061812 background

This text has white color on #061812 background.