COLOR #061312

HEX: #061312
RGB: (6,19,18)

Color info

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

RGB color model

#061312 color RGB value is (6,19,18).

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

RGB channels and saturation

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

6
19
18

R + G + B ~ 5%. #061312 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 18 = 43 (100%)
R 6 of 43 ~ 13.95%
G 19 of 43 ~ 44.19%
B 18 of 43 ~ 41.86%

%13.95
%44.19
%41.86

CMYK color model

#061312 color CMYK value is (68,0,5,93).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 92.55%
CMYK:
(68,0,5,93)
C68M0Y5K93 
(68%,0%,5%,93%)
(0.68/0.00/0.05/0.93)	

CMYK percentages

%68.42
%0
%5.26
%92.55

Codes

Color #061312 in popluar color models

061312
RGB61918
HSL175°52.00%4.90%
HSB/HSV175°68.42%7.45%
CMYK68.42%0.00%5.26%
92.55%

Color #061312 in popluar number systems.

HEX061312
Decimal61918
Binary1101001110010
Octal62322

Shades and tints

Shades of #061312

#061312
(6,19,18)
#061211
(6,18,17)
#061110
(6,17,16)
#06100F
(6,16,15)
#060F0E
(6,15,14)
#060E0D
(6,14,13)
#060D0C
(6,13,12)
#060C0B
(6,12,11)
#060B0A
(6,11,10)
#060A09
(6,10,9)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #061312

#061312
(6,19,18)
#1C2827
(28,40,39)
#323D3C
(50,61,60)
#485251
(72,82,81)
#5E6766
(94,103,102)
#747C7B
(116,124,123)
#8A9190
(138,145,144)
#A0A6A5
(160,166,165)
#B6BBBA
(182,187,186)
#CCD0CF
(204,208,207)
#E2E5E4
(226,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061312; }

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

This text font color is #061312.


Background Color

.myBgColor { background-color: #061312; }

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

This div background color is #061312.


Border color

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

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

This div border color is #061312.


Opacity

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

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

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

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

This text has shadow with #061312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061312 on black background.


Color preview on white background

This text has color #061312 on white background.



Black color preview on #061312 background

This text has black color on #061312 background.


White color preview on #061312 background

This text has white color on #061312 background.