COLOR #0C342A

HEX: #0C342A RGB: (12,52,42)

Color info

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

RGB color model

#0C342A color RGB value is (12,52,42).

RGB: (12,52,42) (5%, 20%, 16%)

RGB channels and saturation

R 12 of 255 = 5%
G 52 of 255 = 20%
B 42 of 255 = 16%

12
52
42

R + G + B ~ 14%. #0C342A is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 52 + 42 = 106 (100%)
R 12 of 106 ~ 11.32%
G 52 of 106 ~ 49.06%
B 42 of 106 ~ 39.62'%

%11.32
%49.06
%39.62

CMYK color model

#0C342A color CMYK value is (77,0,19,80).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 79.61%

CMYK: (77,0,19,80)
C77M0Y19K80 (77%, 0%, 19%, 80%)
(0.77 / 0.00 / 0.19 / 0.80)

CMYK percentages

%76.92
%0
%19.23
%79.61

Codes

Color #0C342A in popluar color models

0C 34 2A
RGB 12 52 42
HSL 165° 62.50% 12.55%
HSB/HSV 165° 76.92% 20.39%
CMYK 76.92% 0.00% 19.23%
79.61%

Color #0C342A in popluar number systems.

HEX 0C 34 2A
Decimal 12 52 42
Binary 1100 110100 101010
Octal 14 64 52

Shades and tints

Shades of #0C342A

#0C342A
(12,52,42)
#0B3027
(11,48,39)
#0A2C24
(10,44,36)
#092821
(9,40,33)
#08241E
(8,36,30)
#07201B
(7,32,27)
#061C18
(6,28,24)
#051815
(5,24,21)
#041412
(4,20,18)
#03100F
(3,16,15)
#020C0C
(2,12,12)
#000000
(0,0,0)

Tints of #0C342A

#0C342A
(12,52,42)
#22463D
(34,70,61)
#385850
(56,88,80)
#4E6A63
(78,106,99)
#647C76
(100,124,118)
#7A8E89
(122,142,137)
#90A09C
(144,160,156)
#A6B2AF
(166,178,175)
#BCC4C2
(188,196,194)
#D2D6D5
(210,214,213)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C342A; }

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

This text font color is #0C342A.

Background Color

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

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

This div background color is #0C342A.

Border color

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

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

This div border color is #0C342A.

Opacity

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

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

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

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

This text has shadow with #0C342A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C342A.

Preview

Color preview on black background

This text has color #0C342A on black background.


Color preview on white background

This text has color #0C342A on white background.


Black color preview on #0C342A background

This text has black color on #0C342A background.


White color preview on #0C342A background

This text has white color on #0C342A background.


Related colors

Complementary color

Complementary color for #hex is #F3CBD5.


I love getcolorcode.com

Triadic colors

1 #2A0C34 and #342A0C with #0C342A are triadic colors.

2 #2A340C and #340C2A with #0C342A are triadic colors.