COLOR #0C2213

HEX: #0C2213
RGB: (12,34,19)

Color info

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

RGB color model

#0C2213 color RGB value is (12,34,19).

  • red value is 12;
  • green value is 34;
  • blue value is 19.
RGB: (12,34,19) (5%,13%,7%)

RGB channels and saturation

R 12 of 255 = 5%
G 34 of 255 = 13%
B 19 of 255 = 7%

12
34
19

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

Portions of RGB colors in percentages

R + G + B =
12 + 34 + 19 = 65 (100%)
R 12 of 65 ~ 18.46%
G 34 of 65 ~ 52.31%
B 19 of 65 ~ 29.23%

%18.46
%52.31
%29.23

CMYK color model

#0C2213 color CMYK value is (65,0,44,87).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 86.67%
CMYK: (65,0,44,87) C65M0Y44K87 (65%,0%,44%,87%) (0.65/0.00/0.44/0.87)

CMYK percentages

%64.71
%0
%44.12
%86.67

Codes

Color #0C2213 in popluar color models

0C2213
RGB123419
HSL139°47.83%9.02%
HSB/HSV139°64.71%13.33%
CMYK64.71%0.00%44.12%
86.67%

Color #0C2213 in popluar number systems.

HEX0C2213
Decimal123419
Binary110010001010011
Octal144223

Shades and tints

Shades of #0C2213

#0C2213
(12,34,19)
#0B1F12
(11,31,18)
#0A1C11
(10,28,17)
#091910
(9,25,16)
#08160F
(8,22,15)
#07130E
(7,19,14)
#06100D
(6,16,13)
#050D0C
(5,13,12)
#040A0B
(4,10,11)
#03070A
(3,7,10)
#020409
(2,4,9)
#000000
(0,0,0)

Tints of #0C2213

#0C2213
(12,34,19)
#223628
(34,54,40)
#384A3D
(56,74,61)
#4E5E52
(78,94,82)
#647267
(100,114,103)
#7A867C
(122,134,124)
#909A91
(144,154,145)
#A6AEA6
(166,174,166)
#BCC2BB
(188,194,187)
#D2D6D0
(210,214,208)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2213 color. Also use rgb(12,34,19) instead hex code.

Text Font Color

.myTextColor { color: #0C2213; }

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

This text font color is #0C2213.


Background Color

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

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

This div background color is #0C2213.


Border color

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

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

This div border color is #0C2213.


Opacity

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

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

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

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

This text has shadow with #0C2213 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0C2213 on black background.


Color preview on white background

This text has color #0C2213 on white background.



Black color preview on #0C2213 background

This text has black color on #0C2213 background.


White color preview on #0C2213 background

This text has white color on #0C2213 background.