COLOR #0C2A24

HEX: #0C2A24 RGB: (12,42,36)

Color info

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

RGB color model

#0C2A24 color RGB value is (12,42,36).

RGB: (12,42,36) (5%, 16%, 14%)

RGB channels and saturation

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

12
42
36

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

Portions of RGB colors in percentages

R + G + B = 12 + 42 + 36 = 90 (100%)
R 12 of 90 ~ 13.33%
G 42 of 90 ~ 46.67%
B 36 of 90 ~ 40'%

%13.33
%46.67
%40

CMYK color model

#0C2A24 color CMYK value is (71,0,14,84).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 83.53%

CMYK: (71,0,14,84)
C71M0Y14K84 (71%, 0%, 14%, 84%)
(0.71 / 0.00 / 0.14 / 0.84)

CMYK percentages

%71.43
%0
%14.29
%83.53

Codes

Color #0C2A24 in popluar color models

0C 2A 24
RGB 12 42 36
HSL 168° 55.56% 10.59%
HSB/HSV 168° 71.43% 16.47%
CMYK 71.43% 0.00% 14.29%
83.53%

Color #0C2A24 in popluar number systems.

HEX 0C 2A 24
Decimal 12 42 36
Binary 1100 101010 100100
Octal 14 52 44

Shades and tints

Shades of #0C2A24

#0C2A24
(12,42,36)
#0B2721
(11,39,33)
#0A241E
(10,36,30)
#09211B
(9,33,27)
#081E18
(8,30,24)
#071B15
(7,27,21)
#061812
(6,24,18)
#05150F
(5,21,15)
#04120C
(4,18,12)
#030F09
(3,15,9)
#020C06
(2,12,6)
#000000
(0,0,0)

Tints of #0C2A24

#0C2A24
(12,42,36)
#223D37
(34,61,55)
#38504A
(56,80,74)
#4E635D
(78,99,93)
#647670
(100,118,112)
#7A8983
(122,137,131)
#909C96
(144,156,150)
#A6AFA9
(166,175,169)
#BCC2BC
(188,194,188)
#D2D5CF
(210,213,207)
#E8E8E2
(232,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2A24; }

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

This text font color is #0C2A24.

Background Color

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

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

This div background color is #0C2A24.

Border color

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

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

This div border color is #0C2A24.

Opacity

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

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

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

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

This text has shadow with #0C2A24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2A24.

Preview

Color preview on black background

This text has color #0C2A24 on black background.


Color preview on white background

This text has color #0C2A24 on white background.


Black color preview on #0C2A24 background

This text has black color on #0C2A24 background.


White color preview on #0C2A24 background

This text has white color on #0C2A24 background.


Related colors

Complementary color

Complementary color for #hex is #F3D5DB.


I love getcolorcode.com

Triadic colors

1 #240C2A and #2A240C with #0C2A24 are triadic colors.

2 #242A0C and #2A0C24 with #0C2A24 are triadic colors.