COLOR #0C0C33

HEX: #0C0C33
RGB: (12,12,51)

Color info

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

RGB color model

#0C0C33 color RGB value is (12,12,51).

  • red value is 12;
  • green value is 12;
  • blue value is 51.
RGB:
(12,12,51)
(5%,5%,20%)

RGB channels and saturation

R 12 of 255 = 5%
G 12 of 255 = 5%
B 51 of 255 = 20%

12
12
51

R + G + B ~ 10%. #0C0C33 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 12 + 51 = 75 (100%)
R 12 of 75 ~ 16%
G 12 of 75 ~ 16%
B 51 of 75 ~ 68%

%16
%16
%68

CMYK color model

#0C0C33 color CMYK value is (76,76,0,80).

  • cyan value is 76.47%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(76,76,0,80)
C76M76Y0K80 
(76%,76%,0%,80%)
(0.76/0.76/0.00/0.80)	

CMYK percentages

%76.47
%76.47
%0
%80

Codes

Color #0C0C33 in popluar color models

0C0C33
RGB121251
HSL240°61.90%12.35%
HSB/HSV240°76.47%20.00%
CMYK76.47%76.47%0.00%
80.00%

Color #0C0C33 in popluar number systems.

HEX0C0C33
Decimal121251
Binary11001100110011
Octal141463

Shades and tints

Shades of #0C0C33

#0C0C33
(12,12,51)
#0B0B2F
(11,11,47)
#0A0A2B
(10,10,43)
#090927
(9,9,39)
#080823
(8,8,35)
#07071F
(7,7,31)
#06061B
(6,6,27)
#050517
(5,5,23)
#040413
(4,4,19)
#03030F
(3,3,15)
#02020B
(2,2,11)
#000000
(0,0,0)

Tints of #0C0C33

#0C0C33
(12,12,51)
#222245
(34,34,69)
#383857
(56,56,87)
#4E4E69
(78,78,105)
#64647B
(100,100,123)
#7A7A8D
(122,122,141)
#90909F
(144,144,159)
#A6A6B1
(166,166,177)
#BCBCC3
(188,188,195)
#D2D2D5
(210,210,213)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0C33; }

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

This text font color is #0C0C33.


Background Color

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

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

This div background color is #0C0C33.


Border color

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

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

This div border color is #0C0C33.


Opacity

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

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

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

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

This text has shadow with #0C0C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0C33 on black background.


Color preview on white background

This text has color #0C0C33 on white background.



Black color preview on #0C0C33 background

This text has black color on #0C0C33 background.


White color preview on #0C0C33 background

This text has white color on #0C0C33 background.