COLOR #0C343D

HEX: #0C343D RGB: (12,52,61)

Color info

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

RGB color model

#0C343D color RGB value is (12,52,61).

RGB: (12,52,61) (5%, 20%, 24%)

RGB channels and saturation

R 12 of 255 = 5%
G 52 of 255 = 20%
B 61 of 255 = 24%

12
52
61

R + G + B ~ 16%. #0C343D is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 52 + 61 = 125 (100%)
R 12 of 125 ~ 9.6%
G 52 of 125 ~ 41.6%
B 61 of 125 ~ 48.8'%

%9.6
%41.6
%48.8

CMYK color model

#0C343D color CMYK value is (80,15,0,76).

  • cyan value is 80.33%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (80,15,0,76) C80M15Y0K76 (80%,15%,0%,76%) (0.80/0.15/0.00/0.76) 

CMYK percentages

%80.33
%14.75
%0
%76.08

Codes

Color #0C343D in popluar color models

0C 34 3D
RGB 12 52 61
HSL 191° 67.12% 14.31%
HSB/HSV 191° 80.33% 23.92%
CMYK 80.33% 14.75% 0.00%
76.08%

Color #0C343D in popluar number systems.

HEX 0C 34 3D
Decimal 12 52 61
Binary 1100 110100 111101
Octal 14 64 75

Shades and tints

Shades of #0C343D

#0C343D
(12,52,61)
#0B3038
(11,48,56)
#0A2C33
(10,44,51)
#09282E
(9,40,46)
#082429
(8,36,41)
#072024
(7,32,36)
#061C1F
(6,28,31)
#05181A
(5,24,26)
#041415
(4,20,21)
#031010
(3,16,16)
#020C0B
(2,12,11)
#000000
(0,0,0)

Tints of #0C343D

#0C343D
(12,52,61)
#22464E
(34,70,78)
#38585F
(56,88,95)
#4E6A70
(78,106,112)
#647C81
(100,124,129)
#7A8E92
(122,142,146)
#90A0A3
(144,160,163)
#A6B2B4
(166,178,180)
#BCC4C5
(188,196,197)
#D2D6D6
(210,214,214)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C343D; }

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

This text font color is #0C343D.

Background Color

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

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

This div background color is #0C343D.

Border color

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

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

This div border color is #0C343D.

Opacity

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

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

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

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

This text has shadow with #0C343D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C343D.

Preview

Color preview on black background

This text has color #0C343D on black background.


Color preview on white background

This text has color #0C343D on white background.


Black color preview on #0C343D background

This text has black color on #0C343D background.


White color preview on #0C343D background

This text has white color on #0C343D background.


Related colors

Complementary color

Complementary color for #hex is #F3CBC2.


I love getcolorcode.com

Triadic colors

1 #3D0C34 and #343D0C with #0C343D are triadic colors.

2 #3D340C and #340C3D with #0C343D are triadic colors.