COLOR #0C2119

HEX: #0C2119
RGB: (12,33,25)

Color info

#0C2119 contains red, green and blue colors in about the same proportion. Web safe color of #0C2119 is #003300 (or #030).

RGB color model

#0C2119 color RGB value is (12,33,25).

  • red value is 12;
  • green value is 33;
  • blue value is 25.
RGB:
(12,33,25)
(5%,13%,10%)

RGB channels and saturation

R 12 of 255 = 5%
G 33 of 255 = 13%
B 25 of 255 = 10%

12
33
25

R + G + B ~ 9%. #0C2119 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 33 + 25 = 70 (100%)
R 12 of 70 ~ 17.14%
G 33 of 70 ~ 47.14%
B 25 of 70 ~ 35.71%

%17.14
%47.14
%35.71

CMYK color model

#0C2119 color CMYK value is (64,0,24,87).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 87.06%
CMYK:
(64,0,24,87)
C64M0Y24K87 
(64%,0%,24%,87%)
(0.64/0.00/0.24/0.87)	

CMYK percentages

%63.64
%0
%24.24
%87.06

Codes

Color #0C2119 in popluar color models

0C2119
RGB123325
HSL157°46.67%8.82%
HSB/HSV157°63.64%12.94%
CMYK63.64%0.00%24.24%
87.06%

Color #0C2119 in popluar number systems.

HEX0C2119
Decimal123325
Binary110010000111001
Octal144131

Shades and tints

Shades of #0C2119

#0C2119
(12,33,25)
#0B1E17
(11,30,23)
#0A1B15
(10,27,21)
#091813
(9,24,19)
#081511
(8,21,17)
#07120F
(7,18,15)
#060F0D
(6,15,13)
#050C0B
(5,12,11)
#040909
(4,9,9)
#030607
(3,6,7)
#020305
(2,3,5)
#000000
(0,0,0)

Tints of #0C2119

#0C2119
(12,33,25)
#22352D
(34,53,45)
#384941
(56,73,65)
#4E5D55
(78,93,85)
#647169
(100,113,105)
#7A857D
(122,133,125)
#909991
(144,153,145)
#A6ADA5
(166,173,165)
#BCC1B9
(188,193,185)
#D2D5CD
(210,213,205)
#E8E9E1
(232,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2119 color. Also use rgb(12,33,25) instead hex code.

Text Font Color

.myTextColor { color: #0C2119; }

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

This text font color is #0C2119.


Background Color

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

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

This div background color is #0C2119.


Border color

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

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

This div border color is #0C2119.


Opacity

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

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

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

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

This text has shadow with #0C2119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2119 on black background.


Color preview on white background

This text has color #0C2119 on white background.



Black color preview on #0C2119 background

This text has black color on #0C2119 background.


White color preview on #0C2119 background

This text has white color on #0C2119 background.