COLOR #0C2123

HEX: #0C2123
RGB: (12,33,35)

Color info

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

RGB color model

#0C2123 color RGB value is (12,33,35).

  • red value is 12;
  • green value is 33;
  • blue value is 35.
RGB:
(12,33,35)
(5%,13%,14%)

RGB channels and saturation

R 12 of 255 = 5%
G 33 of 255 = 13%
B 35 of 255 = 14%

12
33
35

R + G + B ~ 11%. #0C2123 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 33 + 35 = 80 (100%)
R 12 of 80 ~ 15%
G 33 of 80 ~ 41.25%
B 35 of 80 ~ 43.75%

%15
%41.25
%43.75

CMYK color model

#0C2123 color CMYK value is (66,6,0,86).

  • cyan value is 65.71%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(66,6,0,86)
C66M6Y0K86 
(66%,6%,0%,86%)
(0.66/0.06/0.00/0.86)	

CMYK percentages

%65.71
%5.71
%0
%86.27

Codes

Color #0C2123 in popluar color models

0C2123
RGB123335
HSL185°48.94%9.22%
HSB/HSV185°65.71%13.73%
CMYK65.71%5.71%0.00%
86.27%

Color #0C2123 in popluar number systems.

HEX0C2123
Decimal123335
Binary1100100001100011
Octal144143

Shades and tints

Shades of #0C2123

#0C2123
(12,33,35)
#0B1E20
(11,30,32)
#0A1B1D
(10,27,29)
#09181A
(9,24,26)
#081517
(8,21,23)
#071214
(7,18,20)
#060F11
(6,15,17)
#050C0E
(5,12,14)
#04090B
(4,9,11)
#030608
(3,6,8)
#020305
(2,3,5)
#000000
(0,0,0)

Tints of #0C2123

#0C2123
(12,33,35)
#223537
(34,53,55)
#38494B
(56,73,75)
#4E5D5F
(78,93,95)
#647173
(100,113,115)
#7A8587
(122,133,135)
#90999B
(144,153,155)
#A6ADAF
(166,173,175)
#BCC1C3
(188,193,195)
#D2D5D7
(210,213,215)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2123; }

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

This text font color is #0C2123.


Background Color

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

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

This div background color is #0C2123.


Border color

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

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

This div border color is #0C2123.


Opacity

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

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

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

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

This text has shadow with #0C2123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2123 on black background.


Color preview on white background

This text has color #0C2123 on white background.



Black color preview on #0C2123 background

This text has black color on #0C2123 background.


White color preview on #0C2123 background

This text has white color on #0C2123 background.