COLOR #0C082C

HEX: #0C082C
RGB: (12,8,44)

Color info

#0C082C contains red, green and blue colors in about the same proportion. Web safe color of #0C082C is #000033 (or #003).

RGB color model

#0C082C color RGB value is (12,8,44).

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

RGB channels and saturation

R 12 of 255 = 5%
G 8 of 255 = 3%
B 44 of 255 = 17%

12
8
44

R + G + B ~ 8%. #0C082C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 8 + 44 = 64 (100%)
R 12 of 64 ~ 18.75%
G 8 of 64 ~ 12.5%
B 44 of 64 ~ 68.75%

%18.75
%12.5
%68.75

CMYK color model

#0C082C color CMYK value is (73,82,0,83).

  • cyan value is 72.73%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(73,82,0,83)
C73M82Y0K83 
(73%,82%,0%,83%)
(0.73/0.82/0.00/0.83)	

CMYK percentages

%72.73
%81.82
%0
%82.75

Codes

Color #0C082C in popluar color models

0C082C
RGB12844
HSL247°69.23%10.20%
HSB/HSV247°81.82%17.25%
CMYK72.73%81.82%0.00%
82.75%

Color #0C082C in popluar number systems.

HEX0C082C
Decimal12844
Binary11001000101100
Octal141054

Shades and tints

Shades of #0C082C

#0C082C
(12,8,44)
#0B0828
(11,8,40)
#0A0824
(10,8,36)
#090820
(9,8,32)
#08081C
(8,8,28)
#070818
(7,8,24)
#060814
(6,8,20)
#050810
(5,8,16)
#04080C
(4,8,12)
#030808
(3,8,8)
#020804
(2,8,4)
#000000
(0,0,0)

Tints of #0C082C

#0C082C
(12,8,44)
#221E3F
(34,30,63)
#383452
(56,52,82)
#4E4A65
(78,74,101)
#646078
(100,96,120)
#7A768B
(122,118,139)
#908C9E
(144,140,158)
#A6A2B1
(166,162,177)
#BCB8C4
(188,184,196)
#D2CED7
(210,206,215)
#E8E4EA
(232,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C082C; }

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

This text font color is #0C082C.


Background Color

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

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

This div background color is #0C082C.


Border color

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

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

This div border color is #0C082C.


Opacity

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

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

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

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

This text has shadow with #0C082C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C082C on black background.


Color preview on white background

This text has color #0C082C on white background.



Black color preview on #0C082C background

This text has black color on #0C082C background.


White color preview on #0C082C background

This text has white color on #0C082C background.