COLOR #0C2029

HEX: #0C2029
RGB: (12,32,41)

Color info

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

RGB color model

#0C2029 color RGB value is (12,32,41).

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

RGB channels and saturation

R 12 of 255 = 5%
G 32 of 255 = 13%
B 41 of 255 = 16%

12
32
41

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

Portions of RGB colors in percentages

R + G + B =
12 + 32 + 41 = 85 (100%)
R 12 of 85 ~ 14.12%
G 32 of 85 ~ 37.65%
B 41 of 85 ~ 48.24%

%14.12
%37.65
%48.24

CMYK color model

#0C2029 color CMYK value is (71,22,0,84).

  • cyan value is 70.73%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(71,22,0,84)
C71M22Y0K84 
(71%,22%,0%,84%)
(0.71/0.22/0.00/0.84)	

CMYK percentages

%70.73
%21.95
%0
%83.92

Codes

Color #0C2029 in popluar color models

0C2029
RGB123241
HSL199°54.72%10.39%
HSB/HSV199°70.73%16.08%
CMYK70.73%21.95%0.00%
83.92%

Color #0C2029 in popluar number systems.

HEX0C2029
Decimal123241
Binary1100100000101001
Octal144051

Shades and tints

Shades of #0C2029

#0C2029
(12,32,41)
#0B1E26
(11,30,38)
#0A1C23
(10,28,35)
#091A20
(9,26,32)
#08181D
(8,24,29)
#07161A
(7,22,26)
#061417
(6,20,23)
#051214
(5,18,20)
#041011
(4,16,17)
#030E0E
(3,14,14)
#020C0B
(2,12,11)
#000000
(0,0,0)

Tints of #0C2029

#0C2029
(12,32,41)
#22343C
(34,52,60)
#38484F
(56,72,79)
#4E5C62
(78,92,98)
#647075
(100,112,117)
#7A8488
(122,132,136)
#90989B
(144,152,155)
#A6ACAE
(166,172,174)
#BCC0C1
(188,192,193)
#D2D4D4
(210,212,212)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2029; }

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

This text font color is #0C2029.


Background Color

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

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

This div background color is #0C2029.


Border color

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

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

This div border color is #0C2029.


Opacity

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

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

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

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

This text has shadow with #0C2029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2029 on black background.


Color preview on white background

This text has color #0C2029 on white background.



Black color preview on #0C2029 background

This text has black color on #0C2029 background.


White color preview on #0C2029 background

This text has white color on #0C2029 background.