COLOR #06152F

HEX: #06152F
RGB: (6,21,47)

Color info

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

RGB color model

#06152F color RGB value is (6,21,47).

  • red value is 6;
  • green value is 21;
  • blue value is 47.
RGB:
(6,21,47)
(2%,8%,18%)

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 47 of 255 = 18%

6
21
47

R + G + B ~ 9%. #06152F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 47 = 74 (100%)
R 6 of 74 ~ 8.11%
G 21 of 74 ~ 28.38%
B 47 of 74 ~ 63.51%

%28.38
%63.51

CMYK color model

#06152F color CMYK value is (87,55,0,82).

  • cyan value is 87.23%
  • magenta value is 55.32%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(87,55,0,82)
C87M55Y0K82 
(87%,55%,0%,82%)
(0.87/0.55/0.00/0.82)	

CMYK percentages

%87.23
%55.32
%0
%81.57

Codes

Color #06152F in popluar color models

06152F
RGB62147
HSL218°77.36%10.39%
HSB/HSV218°87.23%18.43%
CMYK87.23%55.32%0.00%
81.57%

Color #06152F in popluar number systems.

HEX06152F
Decimal62147
Binary11010101101111
Octal62557

Shades and tints

Shades of #06152F

#06152F
(6,21,47)
#06142B
(6,20,43)
#061327
(6,19,39)
#061223
(6,18,35)
#06111F
(6,17,31)
#06101B
(6,16,27)
#060F17
(6,15,23)
#060E13
(6,14,19)
#060D0F
(6,13,15)
#060C0B
(6,12,11)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #06152F

#06152F
(6,21,47)
#1C2A41
(28,42,65)
#323F53
(50,63,83)
#485465
(72,84,101)
#5E6977
(94,105,119)
#747E89
(116,126,137)
#8A939B
(138,147,155)
#A0A8AD
(160,168,173)
#B6BDBF
(182,189,191)
#CCD2D1
(204,210,209)
#E2E7E3
(226,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06152F; }

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

This text font color is #06152F.


Background Color

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

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

This div background color is #06152F.


Border color

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

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

This div border color is #06152F.


Opacity

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

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

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

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

This text has shadow with #06152F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06152F on black background.


Color preview on white background

This text has color #06152F on white background.



Black color preview on #06152F background

This text has black color on #06152F background.


White color preview on #06152F background

This text has white color on #06152F background.