COLOR #0C242D

HEX: #0C242D
RGB: (12,36,45)

Color info

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

RGB color model

#0C242D color RGB value is (12,36,45).

  • red value is 12;
  • green value is 36;
  • blue value is 45.
RGB:
(12,36,45)
(5%,14%,18%)

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 45 of 255 = 18%

12
36
45

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

Portions of RGB colors in percentages

R + G + B =
12 + 36 + 45 = 93 (100%)
R 12 of 93 ~ 12.9%
G 36 of 93 ~ 38.71%
B 45 of 93 ~ 48.39%

%12.9
%38.71
%48.39

CMYK color model

#0C242D color CMYK value is (73,20,0,82).

  • cyan value is 73.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(73,20,0,82)
C73M20Y0K82 
(73%,20%,0%,82%)
(0.73/0.20/0.00/0.82)	

CMYK percentages

%73.33
%20
%0
%82.35

Codes

Color #0C242D in popluar color models

0C242D
RGB123645
HSL196°57.89%11.18%
HSB/HSV196°73.33%17.65%
CMYK73.33%20.00%0.00%
82.35%

Color #0C242D in popluar number systems.

HEX0C242D
Decimal123645
Binary1100100100101101
Octal144455

Shades and tints

Shades of #0C242D

#0C242D
(12,36,45)
#0B2129
(11,33,41)
#0A1E25
(10,30,37)
#091B21
(9,27,33)
#08181D
(8,24,29)
#071519
(7,21,25)
#061215
(6,18,21)
#050F11
(5,15,17)
#040C0D
(4,12,13)
#030909
(3,9,9)
#020605
(2,6,5)
#000000
(0,0,0)

Tints of #0C242D

#0C242D
(12,36,45)
#223740
(34,55,64)
#384A53
(56,74,83)
#4E5D66
(78,93,102)
#647079
(100,112,121)
#7A838C
(122,131,140)
#90969F
(144,150,159)
#A6A9B2
(166,169,178)
#BCBCC5
(188,188,197)
#D2CFD8
(210,207,216)
#E8E2EB
(232,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C242D color. Also use rgb(12,36,45) instead hex code.

Text Font Color

.myTextColor { color: #0C242D; }

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

This text font color is #0C242D.


Background Color

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

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

This div background color is #0C242D.


Border color

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

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

This div border color is #0C242D.


Opacity

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

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

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

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

This text has shadow with #0C242D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C242D on black background.


Color preview on white background

This text has color #0C242D on white background.



Black color preview on #0C242D background

This text has black color on #0C242D background.


White color preview on #0C242D background

This text has white color on #0C242D background.