COLOR #061118

HEX: #061118
RGB: (6,17,24)

Color info

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

RGB color model

#061118 color RGB value is (6,17,24).

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

RGB channels and saturation

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

6
17
24

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

Portions of RGB colors in percentages

R + G + B =
6 + 17 + 24 = 47 (100%)
R 6 of 47 ~ 12.77%
G 17 of 47 ~ 36.17%
B 24 of 47 ~ 51.06%

%12.77
%36.17
%51.06

CMYK color model

#061118 color CMYK value is (75,29,0,91).

  • cyan value is 75.00%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(75,29,0,91)
C75M29Y0K91 
(75%,29%,0%,91%)
(0.75/0.29/0.00/0.91)	

CMYK percentages

%75
%29.17
%0
%90.59

Codes

Color #061118 in popluar color models

061118
RGB61724
HSL203°60.00%5.88%
HSB/HSV203°75.00%9.41%
CMYK75.00%29.17%0.00%
90.59%

Color #061118 in popluar number systems.

HEX061118
Decimal61724
Binary1101000111000
Octal62130

Shades and tints

Shades of #061118

#061118
(6,17,24)
#061016
(6,16,22)
#060F14
(6,15,20)
#060E12
(6,14,18)
#060D10
(6,13,16)
#060C0E
(6,12,14)
#060B0C
(6,11,12)
#060A0A
(6,10,10)
#060908
(6,9,8)
#060806
(6,8,6)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #061118

#061118
(6,17,24)
#1C262D
(28,38,45)
#323B42
(50,59,66)
#485057
(72,80,87)
#5E656C
(94,101,108)
#747A81
(116,122,129)
#8A8F96
(138,143,150)
#A0A4AB
(160,164,171)
#B6B9C0
(182,185,192)
#CCCED5
(204,206,213)
#E2E3EA
(226,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061118; }

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

This text font color is #061118.


Background Color

.myBgColor { background-color: #061118; }

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

This div background color is #061118.


Border color

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

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

This div border color is #061118.


Opacity

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

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

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

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

This text has shadow with #061118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061118 on black background.


Color preview on white background

This text has color #061118 on white background.



Black color preview on #061118 background

This text has black color on #061118 background.


White color preview on #061118 background

This text has white color on #061118 background.