COLOR #0C4350

HEX: #0C4350
RGB: (12,67,80)

Color info

#0C4350 contains mainly green and blue colors. Web safe color of #0C4350 is #003366 (or #036).

RGB color model

#0C4350 color RGB value is (12,67,80).

  • red value is 12;
  • green value is 67;
  • blue value is 80.
RGB:
(12,67,80)
(5%,26%,31%)

RGB channels and saturation

R 12 of 255 = 5%
G 67 of 255 = 26%
B 80 of 255 = 31%

12
67
80

R + G + B ~ 21%. #0C4350 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 67 + 80 = 159 (100%)
R 12 of 159 ~ 7.55%
G 67 of 159 ~ 42.14%
B 80 of 159 ~ 50.31%

%42.14
%50.31

CMYK color model

#0C4350 color CMYK value is (85,16,0,69).

  • cyan value is 85.00%
  • magenta value is 16.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(85,16,0,69)
C85M16Y0K69 
(85%,16%,0%,69%)
(0.85/0.16/0.00/0.69)	

CMYK percentages

%85
%16.25
%0
%68.63

Codes

Color #0C4350 in popluar color models

0C4350
RGB126780
HSL191°73.91%18.04%
HSB/HSV191°85.00%31.37%
CMYK85.00%16.25%0.00%
68.63%

Color #0C4350 in popluar number systems.

HEX0C4350
Decimal126780
Binary110010000111010000
Octal14103120

Shades and tints

Shades of #0C4350

#0C4350
(12,67,80)
#0B3D49
(11,61,73)
#0A3742
(10,55,66)
#09313B
(9,49,59)
#082B34
(8,43,52)
#07252D
(7,37,45)
#061F26
(6,31,38)
#05191F
(5,25,31)
#041318
(4,19,24)
#030D11
(3,13,17)
#02070A
(2,7,10)
#000000
(0,0,0)

Tints of #0C4350

#0C4350
(12,67,80)
#22545F
(34,84,95)
#38656E
(56,101,110)
#4E767D
(78,118,125)
#64878C
(100,135,140)
#7A989B
(122,152,155)
#90A9AA
(144,169,170)
#A6BAB9
(166,186,185)
#BCCBC8
(188,203,200)
#D2DCD7
(210,220,215)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4350 color. Also use rgb(12,67,80) instead hex code.

Text Font Color

.myTextColor { color: #0C4350; }

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

This text font color is #0C4350.


Background Color

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

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

This div background color is #0C4350.


Border color

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

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

This div border color is #0C4350.


Opacity

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

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

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

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

This text has shadow with #0C4350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4350 on black background.


Color preview on white background

This text has color #0C4350 on white background.



Black color preview on #0C4350 background

This text has black color on #0C4350 background.


White color preview on #0C4350 background

This text has white color on #0C4350 background.