COLOR #0C2713

HEX: #0C2713
RGB: (12,39,19)

Color info

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

RGB color model

#0C2713 color RGB value is (12,39,19).

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

RGB channels and saturation

R 12 of 255 = 5%
G 39 of 255 = 15%
B 19 of 255 = 7%

12
39
19

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

Portions of RGB colors in percentages

R + G + B =
12 + 39 + 19 = 70 (100%)
R 12 of 70 ~ 17.14%
G 39 of 70 ~ 55.71%
B 19 of 70 ~ 27.14%

%17.14
%55.71
%27.14

CMYK color model

#0C2713 color CMYK value is (69,0,51,85).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 51.28%
  • key color value is 84.71%
CMYK:
(69,0,51,85)
C69M0Y51K85 
(69%,0%,51%,85%)
(0.69/0.00/0.51/0.85)	

CMYK percentages

%69.23
%0
%51.28
%84.71

Codes

Color #0C2713 in popluar color models

0C2713
RGB123919
HSL136°52.94%10.00%
HSB/HSV136°69.23%15.29%
CMYK69.23%0.00%51.28%
84.71%

Color #0C2713 in popluar number systems.

HEX0C2713
Decimal123919
Binary110010011110011
Octal144723

Shades and tints

Shades of #0C2713

#0C2713
(12,39,19)
#0B2412
(11,36,18)
#0A2111
(10,33,17)
#091E10
(9,30,16)
#081B0F
(8,27,15)
#07180E
(7,24,14)
#06150D
(6,21,13)
#05120C
(5,18,12)
#040F0B
(4,15,11)
#030C0A
(3,12,10)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #0C2713

#0C2713
(12,39,19)
#223A28
(34,58,40)
#384D3D
(56,77,61)
#4E6052
(78,96,82)
#647367
(100,115,103)
#7A867C
(122,134,124)
#909991
(144,153,145)
#A6ACA6
(166,172,166)
#BCBFBB
(188,191,187)
#D2D2D0
(210,210,208)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2713; }

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

This text font color is #0C2713.


Background Color

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

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

This div background color is #0C2713.


Border color

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

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

This div border color is #0C2713.


Opacity

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

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

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

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

This text has shadow with #0C2713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2713 on black background.


Color preview on white background

This text has color #0C2713 on white background.



Black color preview on #0C2713 background

This text has black color on #0C2713 background.


White color preview on #0C2713 background

This text has white color on #0C2713 background.