COLOR #0C082B

HEX: #0C082B
RGB: (12,8,43)

Color info

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

RGB color model

#0C082B color RGB value is (12,8,43).

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

RGB channels and saturation

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

12
8
43

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

Portions of RGB colors in percentages

R + G + B =
12 + 8 + 43 = 63 (100%)
R 12 of 63 ~ 19.05%
G 8 of 63 ~ 12.7%
B 43 of 63 ~ 68.25%

%19.05
%12.7
%68.25

CMYK color model

#0C082B color CMYK value is (72,81,0,83).

  • cyan value is 72.09%
  • magenta value is 81.40%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(72,81,0,83)
C72M81Y0K83 
(72%,81%,0%,83%)
(0.72/0.81/0.00/0.83)	

CMYK percentages

%72.09
%81.4
%0
%83.14

Codes

Color #0C082B in popluar color models

0C082B
RGB12843
HSL247°68.63%10.00%
HSB/HSV247°81.40%16.86%
CMYK72.09%81.40%0.00%
83.14%

Color #0C082B in popluar number systems.

HEX0C082B
Decimal12843
Binary11001000101011
Octal141053

Shades and tints

Shades of #0C082B

#0C082B
(12,8,43)
#0B0828
(11,8,40)
#0A0825
(10,8,37)
#090822
(9,8,34)
#08081F
(8,8,31)
#07081C
(7,8,28)
#060819
(6,8,25)
#050816
(5,8,22)
#040813
(4,8,19)
#030810
(3,8,16)
#02080D
(2,8,13)
#000000
(0,0,0)

Tints of #0C082B

#0C082B
(12,8,43)
#221E3E
(34,30,62)
#383451
(56,52,81)
#4E4A64
(78,74,100)
#646077
(100,96,119)
#7A768A
(122,118,138)
#908C9D
(144,140,157)
#A6A2B0
(166,162,176)
#BCB8C3
(188,184,195)
#D2CED6
(210,206,214)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C082B; }

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

This text font color is #0C082B.


Background Color

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

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

This div background color is #0C082B.


Border color

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

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

This div border color is #0C082B.


Opacity

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

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

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

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

This text has shadow with #0C082B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C082B on black background.


Color preview on white background

This text has color #0C082B on white background.



Black color preview on #0C082B background

This text has black color on #0C082B background.


White color preview on #0C082B background

This text has white color on #0C082B background.