COLOR #0C202C

HEX: #0C202C
RGB: (12,32,44)

Color info

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

RGB color model

#0C202C color RGB value is (12,32,44).

  • red value is 12;
  • green value is 32;
  • blue value is 44.
RGB:
(12,32,44)
(5%,13%,17%)

RGB channels and saturation

R 12 of 255 = 5%
G 32 of 255 = 13%
B 44 of 255 = 17%

12
32
44

R + G + B ~ 12%. #0C202C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 32 + 44 = 88 (100%)
R 12 of 88 ~ 13.64%
G 32 of 88 ~ 36.36%
B 44 of 88 ~ 50%

%13.64
%36.36
%50

CMYK color model

#0C202C color CMYK value is (73,27,0,83).

  • cyan value is 72.73%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(73,27,0,83)
C73M27Y0K83 
(73%,27%,0%,83%)
(0.73/0.27/0.00/0.83)	

CMYK percentages

%72.73
%27.27
%0
%82.75

Codes

Color #0C202C in popluar color models

0C202C
RGB123244
HSL203°57.14%10.98%
HSB/HSV203°72.73%17.25%
CMYK72.73%27.27%0.00%
82.75%

Color #0C202C in popluar number systems.

HEX0C202C
Decimal123244
Binary1100100000101100
Octal144054

Shades and tints

Shades of #0C202C

#0C202C
(12,32,44)
#0B1E28
(11,30,40)
#0A1C24
(10,28,36)
#091A20
(9,26,32)
#08181C
(8,24,28)
#071618
(7,22,24)
#061414
(6,20,20)
#051210
(5,18,16)
#04100C
(4,16,12)
#030E08
(3,14,8)
#020C04
(2,12,4)
#000000
(0,0,0)

Tints of #0C202C

#0C202C
(12,32,44)
#22343F
(34,52,63)
#384852
(56,72,82)
#4E5C65
(78,92,101)
#647078
(100,112,120)
#7A848B
(122,132,139)
#90989E
(144,152,158)
#A6ACB1
(166,172,177)
#BCC0C4
(188,192,196)
#D2D4D7
(210,212,215)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C202C; }

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

This text font color is #0C202C.


Background Color

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

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

This div background color is #0C202C.


Border color

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

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

This div border color is #0C202C.


Opacity

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

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

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

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

This text has shadow with #0C202C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C202C on black background.


Color preview on white background

This text has color #0C202C on white background.



Black color preview on #0C202C background

This text has black color on #0C202C background.


White color preview on #0C202C background

This text has white color on #0C202C background.