COLOR #061917

HEX: #061917
RGB: (6,25,23)

Color info

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

RGB color model

#061917 color RGB value is (6,25,23).

  • red value is 6;
  • green value is 25;
  • blue value is 23.
RGB:
(6,25,23)
(2%,10%,9%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 23 of 255 = 9%

6
25
23

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

Portions of RGB colors in percentages

R + G + B =
6 + 25 + 23 = 54 (100%)
R 6 of 54 ~ 11.11%
G 25 of 54 ~ 46.3%
B 23 of 54 ~ 42.59%

%11.11
%46.3
%42.59

CMYK color model

#061917 color CMYK value is (76,0,8,90).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(76,0,8,90)
C76M0Y8K90 
(76%,0%,8%,90%)
(0.76/0.00/0.08/0.90)	

CMYK percentages

%76
%0
%8
%90.2

Codes

Color #061917 in popluar color models

061917
RGB62523
HSL174°61.29%6.08%
HSB/HSV174°76.00%9.80%
CMYK76.00%0.00%8.00%
90.20%

Color #061917 in popluar number systems.

HEX061917
Decimal62523
Binary1101100110111
Octal63127

Shades and tints

Shades of #061917

#061917
(6,25,23)
#061715
(6,23,21)
#061513
(6,21,19)
#061311
(6,19,17)
#06110F
(6,17,15)
#060F0D
(6,15,13)
#060D0B
(6,13,11)
#060B09
(6,11,9)
#060907
(6,9,7)
#060705
(6,7,5)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #061917

#061917
(6,25,23)
#1C2D2C
(28,45,44)
#324141
(50,65,65)
#485556
(72,85,86)
#5E696B
(94,105,107)
#747D80
(116,125,128)
#8A9195
(138,145,149)
#A0A5AA
(160,165,170)
#B6B9BF
(182,185,191)
#CCCDD4
(204,205,212)
#E2E1E9
(226,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061917 color. Also use rgb(6,25,23) instead hex code.

Text Font Color

.myTextColor { color: #061917; }

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

This text font color is #061917.


Background Color

.myBgColor { background-color: #061917; }

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

This div background color is #061917.


Border color

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

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

This div border color is #061917.


Opacity

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

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

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

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

This text has shadow with #061917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061917 on black background.


Color preview on white background

This text has color #061917 on white background.



Black color preview on #061917 background

This text has black color on #061917 background.


White color preview on #061917 background

This text has white color on #061917 background.