COLOR #060A1F

HEX: #060A1F
RGB: (6,10,31)

Color info

#060A1F contains red, green and blue colors in about the same proportion. Web safe color of #060A1F is #000033 (or #003).

RGB color model

#060A1F color RGB value is (6,10,31).

  • red value is 6;
  • green value is 10;
  • blue value is 31.
RGB:
(6,10,31)
(2%,4%,12%)

RGB channels and saturation

R 6 of 255 = 2%
G 10 of 255 = 4%
B 31 of 255 = 12%

6
10
31

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

Portions of RGB colors in percentages

R + G + B =
6 + 10 + 31 = 47 (100%)
R 6 of 47 ~ 12.77%
G 10 of 47 ~ 21.28%
B 31 of 47 ~ 65.96%

%12.77
%21.28
%65.96

CMYK color model

#060A1F color CMYK value is (81,68,0,88).

  • cyan value is 80.65%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(81,68,0,88)
C81M68Y0K88 
(81%,68%,0%,88%)
(0.81/0.68/0.00/0.88)	

CMYK percentages

%80.65
%67.74
%0
%87.84

Codes

Color #060A1F in popluar color models

060A1F
RGB61031
HSL230°67.57%7.25%
HSB/HSV230°80.65%12.16%
CMYK80.65%67.74%0.00%
87.84%

Color #060A1F in popluar number systems.

HEX060A1F
Decimal61031
Binary110101011111
Octal61237

Shades and tints

Shades of #060A1F

#060A1F
(6,10,31)
#060A1D
(6,10,29)
#060A1B
(6,10,27)
#060A19
(6,10,25)
#060A17
(6,10,23)
#060A15
(6,10,21)
#060A13
(6,10,19)
#060A11
(6,10,17)
#060A0F
(6,10,15)
#060A0D
(6,10,13)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #060A1F

#060A1F
(6,10,31)
#1C2033
(28,32,51)
#323647
(50,54,71)
#484C5B
(72,76,91)
#5E626F
(94,98,111)
#747883
(116,120,131)
#8A8E97
(138,142,151)
#A0A4AB
(160,164,171)
#B6BABF
(182,186,191)
#CCD0D3
(204,208,211)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060A1F color. Also use rgb(6,10,31) instead hex code.

Text Font Color

.myTextColor { color: #060A1F; }

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

This text font color is #060A1F.


Background Color

.myBgColor { background-color: #060A1F; }

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

This div background color is #060A1F.


Border color

.myBorderColor { border: 1px solid #060A1F; }

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

This div border color is #060A1F.


Opacity

.myOpacity80 { color: #060A1F; opacity: 0.8; }

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

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

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

This text has shadow with #060A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060A1F on black background.


Color preview on white background

This text has color #060A1F on white background.



Black color preview on #060A1F background

This text has black color on #060A1F background.


White color preview on #060A1F background

This text has white color on #060A1F background.