COLOR #06150D

HEX: #06150D
RGB: (6,21,13)

Color info

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

RGB color model

#06150D color RGB value is (6,21,13).

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

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 13 of 255 = 5%

6
21
13

R + G + B ~ 5%. #06150D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 13 = 40 (100%)
R 6 of 40 ~ 15%
G 21 of 40 ~ 52.5%
B 13 of 40 ~ 32.5%

%15
%52.5
%32.5

CMYK color model

#06150D color CMYK value is (71,0,38,92).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 91.76%
CMYK:
(71,0,38,92)
C71M0Y38K92 
(71%,0%,38%,92%)
(0.71/0.00/0.38/0.92)	

CMYK percentages

%71.43
%0
%38.1
%91.76

Codes

Color #06150D in popluar color models

06150D
RGB62113
HSL148°55.56%5.29%
HSB/HSV148°71.43%8.24%
CMYK71.43%0.00%38.10%
91.76%

Color #06150D in popluar number systems.

HEX06150D
Decimal62113
Binary110101011101
Octal62515

Shades and tints

Shades of #06150D

#06150D
(6,21,13)
#06140C
(6,20,12)
#06130B
(6,19,11)
#06120A
(6,18,10)
#061109
(6,17,9)
#061008
(6,16,8)
#060F07
(6,15,7)
#060E06
(6,14,6)
#060D05
(6,13,5)
#060C04
(6,12,4)
#060B03
(6,11,3)
#000000
(0,0,0)

Tints of #06150D

#06150D
(6,21,13)
#1C2A23
(28,42,35)
#323F39
(50,63,57)
#48544F
(72,84,79)
#5E6965
(94,105,101)
#747E7B
(116,126,123)
#8A9391
(138,147,145)
#A0A8A7
(160,168,167)
#B6BDBD
(182,189,189)
#CCD2D3
(204,210,211)
#E2E7E9
(226,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06150D; }

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

This text font color is #06150D.


Background Color

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

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

This div background color is #06150D.


Border color

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

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

This div border color is #06150D.


Opacity

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

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

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

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

This text has shadow with #06150D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06150D on black background.


Color preview on white background

This text has color #06150D on white background.



Black color preview on #06150D background

This text has black color on #06150D background.


White color preview on #06150D background

This text has white color on #06150D background.