COLOR #0C2423

HEX: #0C2423
RGB: (12,36,35)

Color info

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

RGB color model

#0C2423 color RGB value is (12,36,35).

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

RGB channels and saturation

R 12 of 255 = 5%
G 36 of 255 = 14%
B 35 of 255 = 14%

12
36
35

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

Portions of RGB colors in percentages

R + G + B =
12 + 36 + 35 = 83 (100%)
R 12 of 83 ~ 14.46%
G 36 of 83 ~ 43.37%
B 35 of 83 ~ 42.17%

%14.46
%43.37
%42.17

CMYK color model

#0C2423 color CMYK value is (67,0,3,86).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 85.88%
CMYK:
(67,0,3,86)
C67M0Y3K86 
(67%,0%,3%,86%)
(0.67/0.00/0.03/0.86)	

CMYK percentages

%66.67
%0
%2.78
%85.88

Codes

Color #0C2423 in popluar color models

0C2423
RGB123635
HSL178°50.00%9.41%
HSB/HSV178°66.67%14.12%
CMYK66.67%0.00%2.78%
85.88%

Color #0C2423 in popluar number systems.

HEX0C2423
Decimal123635
Binary1100100100100011
Octal144443

Shades and tints

Shades of #0C2423

#0C2423
(12,36,35)
#0B2120
(11,33,32)
#0A1E1D
(10,30,29)
#091B1A
(9,27,26)
#081817
(8,24,23)
#071514
(7,21,20)
#061211
(6,18,17)
#050F0E
(5,15,14)
#040C0B
(4,12,11)
#030908
(3,9,8)
#020605
(2,6,5)
#000000
(0,0,0)

Tints of #0C2423

#0C2423
(12,36,35)
#223737
(34,55,55)
#384A4B
(56,74,75)
#4E5D5F
(78,93,95)
#647073
(100,112,115)
#7A8387
(122,131,135)
#90969B
(144,150,155)
#A6A9AF
(166,169,175)
#BCBCC3
(188,188,195)
#D2CFD7
(210,207,215)
#E8E2EB
(232,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2423; }

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

This text font color is #0C2423.


Background Color

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

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

This div background color is #0C2423.


Border color

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

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

This div border color is #0C2423.


Opacity

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

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

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

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

This text has shadow with #0C2423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2423 on black background.


Color preview on white background

This text has color #0C2423 on white background.



Black color preview on #0C2423 background

This text has black color on #0C2423 background.


White color preview on #0C2423 background

This text has white color on #0C2423 background.