COLOR #0C0525

HEX: #0C0525
RGB: (12,5,37)

Color info

#0C0525 contains red, green and blue colors in about the same proportion. Web safe color of #0C0525 is #000033 (or #003).

RGB color model

#0C0525 color RGB value is (12,5,37).

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

RGB channels and saturation

R 12 of 255 = 5%
G 5 of 255 = 2%
B 37 of 255 = 15%

12
5
37

R + G + B ~ 7%. #0C0525 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 5 + 37 = 54 (100%)
R 12 of 54 ~ 22.22%
G 5 of 54 ~ 9.26%
B 37 of 54 ~ 68.52%

%22.22
%68.52

CMYK color model

#0C0525 color CMYK value is (68,86,0,85).

  • cyan value is 67.57%
  • magenta value is 86.49%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(68,86,0,85)
C68M86Y0K85 
(68%,86%,0%,85%)
(0.68/0.86/0.00/0.85)	

CMYK percentages

%67.57
%86.49
%0
%85.49

Codes

Color #0C0525 in popluar color models

0C0525
RGB12537
HSL253°76.19%8.24%
HSB/HSV253°86.49%14.51%
CMYK67.57%86.49%0.00%
85.49%

Color #0C0525 in popluar number systems.

HEX0C0525
Decimal12537
Binary1100101100101
Octal14545

Shades and tints

Shades of #0C0525

#0C0525
(12,5,37)
#0B0522
(11,5,34)
#0A051F
(10,5,31)
#09051C
(9,5,28)
#080519
(8,5,25)
#070516
(7,5,22)
#060513
(6,5,19)
#050510
(5,5,16)
#04050D
(4,5,13)
#03050A
(3,5,10)
#020507
(2,5,7)
#000000
(0,0,0)

Tints of #0C0525

#0C0525
(12,5,37)
#221B38
(34,27,56)
#38314B
(56,49,75)
#4E475E
(78,71,94)
#645D71
(100,93,113)
#7A7384
(122,115,132)
#908997
(144,137,151)
#A69FAA
(166,159,170)
#BCB5BD
(188,181,189)
#D2CBD0
(210,203,208)
#E8E1E3
(232,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0525; }

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

This text font color is #0C0525.


Background Color

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

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

This div background color is #0C0525.


Border color

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

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

This div border color is #0C0525.


Opacity

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

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

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

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

This text has shadow with #0C0525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0525 on black background.


Color preview on white background

This text has color #0C0525 on white background.



Black color preview on #0C0525 background

This text has black color on #0C0525 background.


White color preview on #0C0525 background

This text has white color on #0C0525 background.