COLOR #06151D

HEX: #06151D
RGB: (6,21,29)

Color info

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

RGB color model

#06151D color RGB value is (6,21,29).

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

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 29 of 255 = 11%

6
21
29

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

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 29 = 56 (100%)
R 6 of 56 ~ 10.71%
G 21 of 56 ~ 37.5%
B 29 of 56 ~ 51.79%

%10.71
%37.5
%51.79

CMYK color model

#06151D color CMYK value is (79,28,0,89).

  • cyan value is 79.31%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(79,28,0,89)
C79M28Y0K89 
(79%,28%,0%,89%)
(0.79/0.28/0.00/0.89)	

CMYK percentages

%79.31
%27.59
%0
%88.63

Codes

Color #06151D in popluar color models

06151D
RGB62129
HSL201°65.71%6.86%
HSB/HSV201°79.31%11.37%
CMYK79.31%27.59%0.00%
88.63%

Color #06151D in popluar number systems.

HEX06151D
Decimal62129
Binary1101010111101
Octal62535

Shades and tints

Shades of #06151D

#06151D
(6,21,29)
#06141B
(6,20,27)
#061319
(6,19,25)
#061217
(6,18,23)
#061115
(6,17,21)
#061013
(6,16,19)
#060F11
(6,15,17)
#060E0F
(6,14,15)
#060D0D
(6,13,13)
#060C0B
(6,12,11)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #06151D

#06151D
(6,21,29)
#1C2A31
(28,42,49)
#323F45
(50,63,69)
#485459
(72,84,89)
#5E696D
(94,105,109)
#747E81
(116,126,129)
#8A9395
(138,147,149)
#A0A8A9
(160,168,169)
#B6BDBD
(182,189,189)
#CCD2D1
(204,210,209)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06151D color. Also use rgb(6,21,29) instead hex code.

Text Font Color

.myTextColor { color: #06151D; }

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

This text font color is #06151D.


Background Color

.myBgColor { background-color: #06151D; }

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

This div background color is #06151D.


Border color

.myBorderColor { border: 1px solid #06151D; }

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

This div border color is #06151D.


Opacity

.myOpacity80 { color: #06151D; opacity: 0.8; }

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

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

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

This text has shadow with #06151D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06151D on black background.


Color preview on white background

This text has color #06151D on white background.



Black color preview on #06151D background

This text has black color on #06151D background.


White color preview on #06151D background

This text has white color on #06151D background.