COLOR #0C150A

HEX: #0C150A
RGB: (12,21,10)

Color info

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

RGB color model

#0C150A color RGB value is (12,21,10).

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

RGB channels and saturation

R 12 of 255 = 5%
G 21 of 255 = 8%
B 10 of 255 = 4%

12
21
10

R + G + B ~ 6%. #0C150A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 21 + 10 = 43 (100%)
R 12 of 43 ~ 27.91%
G 21 of 43 ~ 48.84%
B 10 of 43 ~ 23.26%

%27.91
%48.84
%23.26

CMYK color model

#0C150A color CMYK value is (43,0,52,92).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 91.76%
CMYK:
(43,0,52,92)
C43M0Y52K92 
(43%,0%,52%,92%)
(0.43/0.00/0.52/0.92)	

CMYK percentages

%42.86
%0
%52.38
%91.76

Codes

Color #0C150A in popluar color models

0C150A
RGB122110
HSL109°35.48%6.08%
HSB/HSV109°52.38%8.24%
CMYK42.86%0.00%52.38%
91.76%

Color #0C150A in popluar number systems.

HEX0C150A
Decimal122110
Binary1100101011010
Octal142512

Shades and tints

Shades of #0C150A

#0C150A
(12,21,10)
#0B140A
(11,20,10)
#0A130A
(10,19,10)
#09120A
(9,18,10)
#08110A
(8,17,10)
#07100A
(7,16,10)
#060F0A
(6,15,10)
#050E0A
(5,14,10)
#040D0A
(4,13,10)
#030C0A
(3,12,10)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #0C150A

#0C150A
(12,21,10)
#222A20
(34,42,32)
#383F36
(56,63,54)
#4E544C
(78,84,76)
#646962
(100,105,98)
#7A7E78
(122,126,120)
#90938E
(144,147,142)
#A6A8A4
(166,168,164)
#BCBDBA
(188,189,186)
#D2D2D0
(210,210,208)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C150A color. Also use rgb(12,21,10) instead hex code.

Text Font Color

.myTextColor { color: #0C150A; }

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

This text font color is #0C150A.


Background Color

.myBgColor { background-color: #0C150A; }

<div style="background-color:#0C150A">Inner text</div>

This div background color is #0C150A.


Border color

.myBorderColor { border: 1px solid #0C150A; }

<div style="border:3px solid #0C150A">Div</div>

This div border color is #0C150A.


Opacity

.myOpacity80 { color: #0C150A; opacity: 0.8; }

<p style="color:#0C150A;opacity:0.8;">80%</p>

Text with #0C150A 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 #0C150A;}

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

This text has shadow with #0C150A color.

.textShadow {text-shadow: 3px 3px 1px #0C150A, 3px 3px 1px red;}

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

This text has shadow with #0C150A primary color and red secondary color.


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

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

This text has shadow with #0C150A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C150A on black background.


Color preview on white background

This text has color #0C150A on white background.



Black color preview on #0C150A background

This text has black color on #0C150A background.


White color preview on #0C150A background

This text has white color on #0C150A background.