COLOR #06150A

HEX: #06150A
RGB: (6,21,10)

Color info

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

RGB color model

#06150A color RGB value is (6,21,10).

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

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 10 of 255 = 4%

6
21
10

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

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 10 = 37 (100%)
R 6 of 37 ~ 16.22%
G 21 of 37 ~ 56.76%
B 10 of 37 ~ 27.03%

%16.22
%56.76
%27.03

CMYK color model

#06150A color CMYK value is (71,0,52,92).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 91.76%
CMYK:
(71,0,52,92)
C71M0Y52K92 
(71%,0%,52%,92%)
(0.71/0.00/0.52/0.92)	

CMYK percentages

%71.43
%0
%52.38
%91.76

Codes

Color #06150A in popluar color models

06150A
RGB62110
HSL136°55.56%5.29%
HSB/HSV136°71.43%8.24%
CMYK71.43%0.00%52.38%
91.76%

Color #06150A in popluar number systems.

HEX06150A
Decimal62110
Binary110101011010
Octal62512

Shades and tints

Shades of #06150A

#06150A
(6,21,10)
#06140A
(6,20,10)
#06130A
(6,19,10)
#06120A
(6,18,10)
#06110A
(6,17,10)
#06100A
(6,16,10)
#060F0A
(6,15,10)
#060E0A
(6,14,10)
#060D0A
(6,13,10)
#060C0A
(6,12,10)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #06150A

#06150A
(6,21,10)
#1C2A20
(28,42,32)
#323F36
(50,63,54)
#48544C
(72,84,76)
#5E6962
(94,105,98)
#747E78
(116,126,120)
#8A938E
(138,147,142)
#A0A8A4
(160,168,164)
#B6BDBA
(182,189,186)
#CCD2D0
(204,210,208)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06150A; }

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

This text font color is #06150A.


Background Color

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

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

This div background color is #06150A.


Border color

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

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

This div border color is #06150A.


Opacity

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

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

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

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

This text has shadow with #06150A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06150A on black background.


Color preview on white background

This text has color #06150A on white background.



Black color preview on #06150A background

This text has black color on #06150A background.


White color preview on #06150A background

This text has white color on #06150A background.