COLOR #06182F

HEX: #06182F RGB: (6,24,47)

Color info

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

RGB color model

#06182F color RGB value is (6,24,47).

RGB: (6,24,47) (2%, 9%, 18%)

RGB channels and saturation

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

6
24
47

R + G + B ~ 10%. #06182F is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 24 + 47 = 77 (100%)
R 6 of 77 ~ 7.79%
G 24 of 77 ~ 31.17%
B 47 of 77 ~ 61.04'%

%31.17
%61.04

CMYK color model

#06182F color CMYK value is (87,49,0,82).

  • cyan value is 87.23%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (87,49,0,82)
C87M49Y0K82 (87%, 49%, 0%, 82%)
(0.87 / 0.49 / 0.00 / 0.82)

CMYK percentages

%87.23
%48.94
%0
%81.57

Codes

Color #06182F in popluar color models

06 18 2F
RGB 6 24 47
HSL 214° 77.36% 10.39%
HSB/HSV 214° 87.23% 18.43%
CMYK 87.23% 48.94% 0.00%
81.57%

Color #06182F in popluar number systems.

HEX 06 18 2F
Decimal 6 24 47
Binary 110 11000 101111
Octal 6 30 57

Shades and tints

Shades of #06182F

#06182F
(6,24,47)
#06162B
(6,22,43)
#061427
(6,20,39)
#061223
(6,18,35)
#06101F
(6,16,31)
#060E1B
(6,14,27)
#060C17
(6,12,23)
#060A13
(6,10,19)
#06080F
(6,8,15)
#06060B
(6,6,11)
#060407
(6,4,7)
#000000
(0,0,0)

Tints of #06182F

#06182F
(6,24,47)
#1C2D41
(28,45,65)
#324253
(50,66,83)
#485765
(72,87,101)
#5E6C77
(94,108,119)
#748189
(116,129,137)
#8A969B
(138,150,155)
#A0ABAD
(160,171,173)
#B6C0BF
(182,192,191)
#CCD5D1
(204,213,209)
#E2EAE3
(226,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06182F; }

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

This text font color is #06182F.

Background Color

.myBgColor { background-color: #06182F; }

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

This div background color is #06182F.

Border color

.myBorderColor { border: 1px solid #06182F; }

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

This div border color is #06182F.

Opacity

.myOpacity80 { color: #06182F; opacity: 0.8; }

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

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

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

This text has shadow with #06182F color.


.textShadow {text-shadow: 3px 3px 1px #06182F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06182F; -webkit-box-shadow: 1px 1px 3px 2px #06182F; box-shadow:1px 1px 3px 2px #06182F;">
Div content here
</div>

This div box has shadow with color #06182F.

Preview

Color preview on black background

This text has color #06182F on black background.


Color preview on white background

This text has color #06182F on white background.


Black color preview on #06182F background

This text has black color on #06182F background.


White color preview on #06182F background

This text has white color on #06182F background.


Related colors

Complementary color

Complementary color for #hex is #F9E7D0.


I love getcolorcode.com

Triadic colors

1 #2F0618 and #182F06 with #06182F are triadic colors.

2 #2F1806 and #18062F with #06182F are triadic colors.