COLOR #0C1D22

HEX: #0C1D22
RGB: (12,29,34)

Color info

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

RGB color model

#0C1D22 color RGB value is (12,29,34).

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

RGB channels and saturation

R 12 of 255 = 5%
G 29 of 255 = 11%
B 34 of 255 = 13%

12
29
34

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

Portions of RGB colors in percentages

R + G + B =
12 + 29 + 34 = 75 (100%)
R 12 of 75 ~ 16%
G 29 of 75 ~ 38.67%
B 34 of 75 ~ 45.33%

%16
%38.67
%45.33

CMYK color model

#0C1D22 color CMYK value is (65,15,0,87).

  • cyan value is 64.71%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(65,15,0,87)
C65M15Y0K87 
(65%,15%,0%,87%)
(0.65/0.15/0.00/0.87)	

CMYK percentages

%64.71
%14.71
%0
%86.67

Codes

Color #0C1D22 in popluar color models

0C1D22
RGB122934
HSL194°47.83%9.02%
HSB/HSV194°64.71%13.33%
CMYK64.71%14.71%0.00%
86.67%

Color #0C1D22 in popluar number systems.

HEX0C1D22
Decimal122934
Binary110011101100010
Octal143542

Shades and tints

Shades of #0C1D22

#0C1D22
(12,29,34)
#0B1B1F
(11,27,31)
#0A191C
(10,25,28)
#091719
(9,23,25)
#081516
(8,21,22)
#071313
(7,19,19)
#061110
(6,17,16)
#050F0D
(5,15,13)
#040D0A
(4,13,10)
#030B07
(3,11,7)
#020904
(2,9,4)
#000000
(0,0,0)

Tints of #0C1D22

#0C1D22
(12,29,34)
#223136
(34,49,54)
#38454A
(56,69,74)
#4E595E
(78,89,94)
#646D72
(100,109,114)
#7A8186
(122,129,134)
#90959A
(144,149,154)
#A6A9AE
(166,169,174)
#BCBDC2
(188,189,194)
#D2D1D6
(210,209,214)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1D22; }

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

This text font color is #0C1D22.


Background Color

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

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

This div background color is #0C1D22.


Border color

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

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

This div border color is #0C1D22.


Opacity

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

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

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

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

This text has shadow with #0C1D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1D22 on black background.


Color preview on white background

This text has color #0C1D22 on white background.



Black color preview on #0C1D22 background

This text has black color on #0C1D22 background.


White color preview on #0C1D22 background

This text has white color on #0C1D22 background.