COLOR #0C220E

HEX: #0C220E
RGB: (12,34,14)

Color info

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

RGB color model

#0C220E color RGB value is (12,34,14).

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

RGB channels and saturation

R 12 of 255 = 5%
G 34 of 255 = 13%
B 14 of 255 = 5%

12
34
14

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

Portions of RGB colors in percentages

R + G + B =
12 + 34 + 14 = 60 (100%)
R 12 of 60 ~ 20%
G 34 of 60 ~ 56.67%
B 14 of 60 ~ 23.33%

%20
%56.67
%23.33

CMYK color model

#0C220E color CMYK value is (65,0,59,87).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 86.67%
CMYK:
(65,0,59,87)
C65M0Y59K87 
(65%,0%,59%,87%)
(0.65/0.00/0.59/0.87)	

CMYK percentages

%64.71
%0
%58.82
%86.67

Codes

Color #0C220E in popluar color models

0C220E
RGB123414
HSL125°47.83%9.02%
HSB/HSV125°64.71%13.33%
CMYK64.71%0.00%58.82%
86.67%

Color #0C220E in popluar number systems.

HEX0C220E
Decimal123414
Binary11001000101110
Octal144216

Shades and tints

Shades of #0C220E

#0C220E
(12,34,14)
#0B1F0D
(11,31,13)
#0A1C0C
(10,28,12)
#09190B
(9,25,11)
#08160A
(8,22,10)
#071309
(7,19,9)
#061008
(6,16,8)
#050D07
(5,13,7)
#040A06
(4,10,6)
#030705
(3,7,5)
#020404
(2,4,4)
#000000
(0,0,0)

Tints of #0C220E

#0C220E
(12,34,14)
#223623
(34,54,35)
#384A38
(56,74,56)
#4E5E4D
(78,94,77)
#647262
(100,114,98)
#7A8677
(122,134,119)
#909A8C
(144,154,140)
#A6AEA1
(166,174,161)
#BCC2B6
(188,194,182)
#D2D6CB
(210,214,203)
#E8EAE0
(232,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C220E; }

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

This text font color is #0C220E.


Background Color

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

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

This div background color is #0C220E.


Border color

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

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

This div border color is #0C220E.


Opacity

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

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

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

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

This text has shadow with #0C220E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C220E on black background.


Color preview on white background

This text has color #0C220E on white background.



Black color preview on #0C220E background

This text has black color on #0C220E background.


White color preview on #0C220E background

This text has white color on #0C220E background.