COLOR #0C0325

HEX: #0C0325
RGB: (12,3,37)

Color info

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

RGB color model

#0C0325 color RGB value is (12,3,37).

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

RGB channels and saturation

R 12 of 255 = 5%
G 3 of 255 = 1%
B 37 of 255 = 15%

12
3
37

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

Portions of RGB colors in percentages

R + G + B =
12 + 3 + 37 = 52 (100%)
R 12 of 52 ~ 23.08%
G 3 of 52 ~ 5.77%
B 37 of 52 ~ 71.15%

%23.08
%71.15

CMYK color model

#0C0325 color CMYK value is (68,92,0,85).

  • cyan value is 67.57%
  • magenta value is 91.89%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(68,92,0,85)
C68M92Y0K85 
(68%,92%,0%,85%)
(0.68/0.92/0.00/0.85)	

CMYK percentages

%67.57
%91.89
%0
%85.49

Codes

Color #0C0325 in popluar color models

0C0325
RGB12337
HSL256°85.00%7.84%
HSB/HSV256°91.89%14.51%
CMYK67.57%91.89%0.00%
85.49%

Color #0C0325 in popluar number systems.

HEX0C0325
Decimal12337
Binary110011100101
Octal14345

Shades and tints

Shades of #0C0325

#0C0325
(12,3,37)
#0B0322
(11,3,34)
#0A031F
(10,3,31)
#09031C
(9,3,28)
#080319
(8,3,25)
#070316
(7,3,22)
#060313
(6,3,19)
#050310
(5,3,16)
#04030D
(4,3,13)
#03030A
(3,3,10)
#020307
(2,3,7)
#000000
(0,0,0)

Tints of #0C0325

#0C0325
(12,3,37)
#221938
(34,25,56)
#382F4B
(56,47,75)
#4E455E
(78,69,94)
#645B71
(100,91,113)
#7A7184
(122,113,132)
#908797
(144,135,151)
#A69DAA
(166,157,170)
#BCB3BD
(188,179,189)
#D2C9D0
(210,201,208)
#E8DFE3
(232,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0325; }

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

This text font color is #0C0325.


Background Color

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

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

This div background color is #0C0325.


Border color

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

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

This div border color is #0C0325.


Opacity

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

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

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

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

This text has shadow with #0C0325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0325 on black background.


Color preview on white background

This text has color #0C0325 on white background.



Black color preview on #0C0325 background

This text has black color on #0C0325 background.


White color preview on #0C0325 background

This text has white color on #0C0325 background.