COLOR #0C222B

HEX: #0C222B
RGB: (12,34,43)

Color info

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

RGB color model

#0C222B color RGB value is (12,34,43).

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

RGB channels and saturation

R 12 of 255 = 5%
G 34 of 255 = 13%
B 43 of 255 = 17%

12
34
43

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

Portions of RGB colors in percentages

R + G + B =
12 + 34 + 43 = 89 (100%)
R 12 of 89 ~ 13.48%
G 34 of 89 ~ 38.2%
B 43 of 89 ~ 48.31%

%13.48
%38.2
%48.31

CMYK color model

#0C222B color CMYK value is (72,21,0,83).

  • cyan value is 72.09%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(72,21,0,83)
C72M21Y0K83 
(72%,21%,0%,83%)
(0.72/0.21/0.00/0.83)	

CMYK percentages

%72.09
%20.93
%0
%83.14

Codes

Color #0C222B in popluar color models

0C222B
RGB123443
HSL197°56.36%10.78%
HSB/HSV197°72.09%16.86%
CMYK72.09%20.93%0.00%
83.14%

Color #0C222B in popluar number systems.

HEX0C222B
Decimal123443
Binary1100100010101011
Octal144253

Shades and tints

Shades of #0C222B

#0C222B
(12,34,43)
#0B1F28
(11,31,40)
#0A1C25
(10,28,37)
#091922
(9,25,34)
#08161F
(8,22,31)
#07131C
(7,19,28)
#061019
(6,16,25)
#050D16
(5,13,22)
#040A13
(4,10,19)
#030710
(3,7,16)
#02040D
(2,4,13)
#000000
(0,0,0)

Tints of #0C222B

#0C222B
(12,34,43)
#22363E
(34,54,62)
#384A51
(56,74,81)
#4E5E64
(78,94,100)
#647277
(100,114,119)
#7A868A
(122,134,138)
#909A9D
(144,154,157)
#A6AEB0
(166,174,176)
#BCC2C3
(188,194,195)
#D2D6D6
(210,214,214)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C222B; }

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

This text font color is #0C222B.


Background Color

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

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

This div background color is #0C222B.


Border color

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

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

This div border color is #0C222B.


Opacity

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

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

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

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

This text has shadow with #0C222B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C222B on black background.


Color preview on white background

This text has color #0C222B on white background.



Black color preview on #0C222B background

This text has black color on #0C222B background.


White color preview on #0C222B background

This text has white color on #0C222B background.