COLOR #0C0517

HEX: #0C0517
RGB: (12,5,23)

Color info

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

RGB color model

#0C0517 color RGB value is (12,5,23).

  • red value is 12;
  • green value is 5;
  • blue value is 23.
RGB:
(12,5,23)
(5%,2%,9%)

RGB channels and saturation

R 12 of 255 = 5%
G 5 of 255 = 2%
B 23 of 255 = 9%

12
5
23

R + G + B ~ 5%. #0C0517 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 5 + 23 = 40 (100%)
R 12 of 40 ~ 30%
G 5 of 40 ~ 12.5%
B 23 of 40 ~ 57.5%

%30
%12.5
%57.5

CMYK color model

#0C0517 color CMYK value is (48,78,0,91).

  • cyan value is 47.83%
  • magenta value is 78.26%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(48,78,0,91)
C48M78Y0K91 
(48%,78%,0%,91%)
(0.48/0.78/0.00/0.91)	

CMYK percentages

%47.83
%78.26
%0
%90.98

Codes

Color #0C0517 in popluar color models

0C0517
RGB12523
HSL263°64.29%5.49%
HSB/HSV263°78.26%9.02%
CMYK47.83%78.26%0.00%
90.98%

Color #0C0517 in popluar number systems.

HEX0C0517
Decimal12523
Binary110010110111
Octal14527

Shades and tints

Shades of #0C0517

#0C0517
(12,5,23)
#0B0515
(11,5,21)
#0A0513
(10,5,19)
#090511
(9,5,17)
#08050F
(8,5,15)
#07050D
(7,5,13)
#06050B
(6,5,11)
#050509
(5,5,9)
#040507
(4,5,7)
#030505
(3,5,5)
#020503
(2,5,3)
#000000
(0,0,0)

Tints of #0C0517

#0C0517
(12,5,23)
#221B2C
(34,27,44)
#383141
(56,49,65)
#4E4756
(78,71,86)
#645D6B
(100,93,107)
#7A7380
(122,115,128)
#908995
(144,137,149)
#A69FAA
(166,159,170)
#BCB5BF
(188,181,191)
#D2CBD4
(210,203,212)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0517 color. Also use rgb(12,5,23) instead hex code.

Text Font Color

.myTextColor { color: #0C0517; }

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

This text font color is #0C0517.


Background Color

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

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

This div background color is #0C0517.


Border color

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

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

This div border color is #0C0517.


Opacity

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

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

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

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

This text has shadow with #0C0517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0517 on black background.


Color preview on white background

This text has color #0C0517 on white background.



Black color preview on #0C0517 background

This text has black color on #0C0517 background.


White color preview on #0C0517 background

This text has white color on #0C0517 background.