COLOR #0C3129

HEX: #0C3129 RGB: (12,49,41)

Color info

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

RGB color model

#0C3129 color RGB value is (12,49,41).

RGB: (12,49,41) (5%, 19%, 16%)

RGB channels and saturation

R 12 of 255 = 5%
G 49 of 255 = 19%
B 41 of 255 = 16%

12
49
41

R + G + B ~ 13%. #0C3129 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 49 + 41 = 102 (100%)
R 12 of 102 ~ 11.76%
G 49 of 102 ~ 48.04%
B 41 of 102 ~ 40.2'%

%11.76
%48.04
%40.2

CMYK color model

#0C3129 color CMYK value is (76,0,16,81).

  • cyan value is 75.51%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 80.78%

CMYK: (76,0,16,81)
C76M0Y16K81 (76%, 0%, 16%, 81%)
(0.76 / 0.00 / 0.16 / 0.81)

CMYK percentages

%75.51
%0
%16.33
%80.78

Codes

Color #0C3129 in popluar color models

0C 31 29
RGB 12 49 41
HSL 167° 60.66% 11.96%
HSB/HSV 167° 75.51% 19.22%
CMYK 75.51% 0.00% 16.33%
80.78%

Color #0C3129 in popluar number systems.

HEX 0C 31 29
Decimal 12 49 41
Binary 1100 110001 101001
Octal 14 61 51

Shades and tints

Shades of #0C3129

#0C3129
(12,49,41)
#0B2D26
(11,45,38)
#0A2923
(10,41,35)
#092520
(9,37,32)
#08211D
(8,33,29)
#071D1A
(7,29,26)
#061917
(6,25,23)
#051514
(5,21,20)
#041111
(4,17,17)
#030D0E
(3,13,14)
#02090B
(2,9,11)
#000000
(0,0,0)

Tints of #0C3129

#0C3129
(12,49,41)
#22433C
(34,67,60)
#38554F
(56,85,79)
#4E6762
(78,103,98)
#647975
(100,121,117)
#7A8B88
(122,139,136)
#909D9B
(144,157,155)
#A6AFAE
(166,175,174)
#BCC1C1
(188,193,193)
#D2D3D4
(210,211,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3129; }

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

This text font color is #0C3129.

Background Color

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

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

This div background color is #0C3129.

Border color

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

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

This div border color is #0C3129.

Opacity

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

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

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

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

This text has shadow with #0C3129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3129.

Preview

Color preview on black background

This text has color #0C3129 on black background.


Color preview on white background

This text has color #0C3129 on white background.


Black color preview on #0C3129 background

This text has black color on #0C3129 background.


White color preview on #0C3129 background

This text has white color on #0C3129 background.


Related colors

Complementary color

Complementary color for #hex is #F3CED6.


I love getcolorcode.com

Triadic colors

1 #290C31 and #31290C with #0C3129 are triadic colors.

2 #29310C and #310C29 with #0C3129 are triadic colors.