COLOR #0C2924

HEX: #0C2924
RGB: (12,41,36)

Color info

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

RGB color model

#0C2924 color RGB value is (12,41,36).

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

RGB channels and saturation

R 12 of 255 = 5%
G 41 of 255 = 16%
B 36 of 255 = 14%

12
41
36

R + G + B ~ 12%. #0C2924 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 41 + 36 = 89 (100%)
R 12 of 89 ~ 13.48%
G 41 of 89 ~ 46.07%
B 36 of 89 ~ 40.45%

%13.48
%46.07
%40.45

CMYK color model

#0C2924 color CMYK value is (71,0,12,84).

  • cyan value is 70.73%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 83.92%
CMYK:
(71,0,12,84)
C71M0Y12K84 
(71%,0%,12%,84%)
(0.71/0.00/0.12/0.84)	

CMYK percentages

%70.73
%0
%12.2
%83.92

Codes

Color #0C2924 in popluar color models

0C2924
RGB124136
HSL170°54.72%10.39%
HSB/HSV170°70.73%16.08%
CMYK70.73%0.00%12.20%
83.92%

Color #0C2924 in popluar number systems.

HEX0C2924
Decimal124136
Binary1100101001100100
Octal145144

Shades and tints

Shades of #0C2924

#0C2924
(12,41,36)
#0B2621
(11,38,33)
#0A231E
(10,35,30)
#09201B
(9,32,27)
#081D18
(8,29,24)
#071A15
(7,26,21)
#061712
(6,23,18)
#05140F
(5,20,15)
#04110C
(4,17,12)
#030E09
(3,14,9)
#020B06
(2,11,6)
#000000
(0,0,0)

Tints of #0C2924

#0C2924
(12,41,36)
#223C37
(34,60,55)
#384F4A
(56,79,74)
#4E625D
(78,98,93)
#647570
(100,117,112)
#7A8883
(122,136,131)
#909B96
(144,155,150)
#A6AEA9
(166,174,169)
#BCC1BC
(188,193,188)
#D2D4CF
(210,212,207)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2924; }

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

This text font color is #0C2924.


Background Color

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

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

This div background color is #0C2924.


Border color

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

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

This div border color is #0C2924.


Opacity

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

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

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

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

This text has shadow with #0C2924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2924 on black background.


Color preview on white background

This text has color #0C2924 on white background.



Black color preview on #0C2924 background

This text has black color on #0C2924 background.


White color preview on #0C2924 background

This text has white color on #0C2924 background.