COLOR #0C150B

HEX: #0C150B
RGB: (12,21,11)

Color info

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

RGB color model

#0C150B color RGB value is (12,21,11).

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

RGB channels and saturation

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

12
21
11

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

Portions of RGB colors in percentages

R + G + B =
12 + 21 + 11 = 44 (100%)
R 12 of 44 ~ 27.27%
G 21 of 44 ~ 47.73%
B 11 of 44 ~ 25%

%27.27
%47.73
%25

CMYK color model

#0C150B color CMYK value is (43,0,48,92).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 91.76%
CMYK:
(43,0,48,92)
C43M0Y48K92 
(43%,0%,48%,92%)
(0.43/0.00/0.48/0.92)	

CMYK percentages

%42.86
%0
%47.62
%91.76

Codes

Color #0C150B in popluar color models

0C150B
RGB122111
HSL114°31.25%6.27%
HSB/HSV114°47.62%8.24%
CMYK42.86%0.00%47.62%
91.76%

Color #0C150B in popluar number systems.

HEX0C150B
Decimal122111
Binary1100101011011
Octal142513

Shades and tints

Shades of #0C150B

#0C150B
(12,21,11)
#0B140A
(11,20,10)
#0A1309
(10,19,9)
#091208
(9,18,8)
#081107
(8,17,7)
#071006
(7,16,6)
#060F05
(6,15,5)
#050E04
(5,14,4)
#040D03
(4,13,3)
#030C02
(3,12,2)
#020B01
(2,11,1)
#000000
(0,0,0)

Tints of #0C150B

#0C150B
(12,21,11)
#222A21
(34,42,33)
#383F37
(56,63,55)
#4E544D
(78,84,77)
#646963
(100,105,99)
#7A7E79
(122,126,121)
#90938F
(144,147,143)
#A6A8A5
(166,168,165)
#BCBDBB
(188,189,187)
#D2D2D1
(210,210,209)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C150B; }

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

This text font color is #0C150B.


Background Color

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

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

This div background color is #0C150B.


Border color

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

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

This div border color is #0C150B.


Opacity

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

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

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

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

This text has shadow with #0C150B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C150B on black background.


Color preview on white background

This text has color #0C150B on white background.



Black color preview on #0C150B background

This text has black color on #0C150B background.


White color preview on #0C150B background

This text has white color on #0C150B background.