COLOR #0C223C

HEX: #0C223C
RGB: (12,34,60)

Color info

#0C223C contains red, green and blue colors in about the same proportion. Web safe color of #0C223C is #003333 (or #033).

RGB color model

#0C223C color RGB value is (12,34,60).

  • red value is 12;
  • green value is 34;
  • blue value is 60.
RGB:
(12,34,60)
(5%,13%,24%)

RGB channels and saturation

R 12 of 255 = 5%
G 34 of 255 = 13%
B 60 of 255 = 24%

12
34
60

R + G + B ~ 14%. #0C223C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 34 + 60 = 106 (100%)
R 12 of 106 ~ 11.32%
G 34 of 106 ~ 32.08%
B 60 of 106 ~ 56.6%

%11.32
%32.08
%56.6

CMYK color model

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

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

CMYK percentages

%80
%43.33
%0
%76.47

Codes

Color #0C223C in popluar color models

0C223C
RGB123460
HSL213°66.67%14.12%
HSB/HSV213°80.00%23.53%
CMYK80.00%43.33%0.00%
76.47%

Color #0C223C in popluar number systems.

HEX0C223C
Decimal123460
Binary1100100010111100
Octal144274

Shades and tints

Shades of #0C223C

#0C223C
(12,34,60)
#0B1F37
(11,31,55)
#0A1C32
(10,28,50)
#09192D
(9,25,45)
#081628
(8,22,40)
#071323
(7,19,35)
#06101E
(6,16,30)
#050D19
(5,13,25)
#040A14
(4,10,20)
#03070F
(3,7,15)
#02040A
(2,4,10)
#000000
(0,0,0)

Tints of #0C223C

#0C223C
(12,34,60)
#22364D
(34,54,77)
#384A5E
(56,74,94)
#4E5E6F
(78,94,111)
#647280
(100,114,128)
#7A8691
(122,134,145)
#909AA2
(144,154,162)
#A6AEB3
(166,174,179)
#BCC2C4
(188,194,196)
#D2D6D5
(210,214,213)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C223C; }

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

This text font color is #0C223C.


Background Color

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

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

This div background color is #0C223C.


Border color

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

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

This div border color is #0C223C.


Opacity

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

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

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

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

This text has shadow with #0C223C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C223C on black background.


Color preview on white background

This text has color #0C223C on white background.



Black color preview on #0C223C background

This text has black color on #0C223C background.


White color preview on #0C223C background

This text has white color on #0C223C background.