COLOR #0C4446

HEX: #0C4446
RGB: (12,68,70)

Color info

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

RGB color model

#0C4446 color RGB value is (12,68,70).

  • red value is 12;
  • green value is 68;
  • blue value is 70.
RGB:
(12,68,70)
(5%,27%,27%)

RGB channels and saturation

R 12 of 255 = 5%
G 68 of 255 = 27%
B 70 of 255 = 27%

12
68
70

R + G + B ~ 20%. #0C4446 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 68 + 70 = 150 (100%)
R 12 of 150 ~ 8%
G 68 of 150 ~ 45.33%
B 70 of 150 ~ 46.67%

%45.33
%46.67

CMYK color model

#0C4446 color CMYK value is (83,3,0,73).

  • cyan value is 82.86%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(83,3,0,73)
C83M3Y0K73 
(83%,3%,0%,73%)
(0.83/0.03/0.00/0.73)	

CMYK percentages

%82.86
%2.86
%0
%72.55

Codes

Color #0C4446 in popluar color models

0C4446
RGB126870
HSL182°70.73%16.08%
HSB/HSV182°82.86%27.45%
CMYK82.86%2.86%0.00%
72.55%

Color #0C4446 in popluar number systems.

HEX0C4446
Decimal126870
Binary110010001001000110
Octal14104106

Shades and tints

Shades of #0C4446

#0C4446
(12,68,70)
#0B3E40
(11,62,64)
#0A383A
(10,56,58)
#093234
(9,50,52)
#082C2E
(8,44,46)
#072628
(7,38,40)
#062022
(6,32,34)
#051A1C
(5,26,28)
#041416
(4,20,22)
#030E10
(3,14,16)
#02080A
(2,8,10)
#000000
(0,0,0)

Tints of #0C4446

#0C4446
(12,68,70)
#225556
(34,85,86)
#386666
(56,102,102)
#4E7776
(78,119,118)
#648886
(100,136,134)
#7A9996
(122,153,150)
#90AAA6
(144,170,166)
#A6BBB6
(166,187,182)
#BCCCC6
(188,204,198)
#D2DDD6
(210,221,214)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4446 color. Also use rgb(12,68,70) instead hex code.

Text Font Color

.myTextColor { color: #0C4446; }

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

This text font color is #0C4446.


Background Color

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

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

This div background color is #0C4446.


Border color

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

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

This div border color is #0C4446.


Opacity

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

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

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

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

This text has shadow with #0C4446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4446 on black background.


Color preview on white background

This text has color #0C4446 on white background.



Black color preview on #0C4446 background

This text has black color on #0C4446 background.


White color preview on #0C4446 background

This text has white color on #0C4446 background.