COLOR #0C4944

HEX: #0C4944
RGB: (12,73,68)

Color info

#0C4944 contains mainly green and blue colors. Web safe color of #0C4944 is #003333 (or #033).

RGB color model

#0C4944 color RGB value is (12,73,68).

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

RGB channels and saturation

R 12 of 255 = 5%
G 73 of 255 = 29%
B 68 of 255 = 27%

12
73
68

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

Portions of RGB colors in percentages

R + G + B =
12 + 73 + 68 = 153 (100%)
R 12 of 153 ~ 7.84%
G 73 of 153 ~ 47.71%
B 68 of 153 ~ 44.44%

%47.71
%44.44

CMYK color model

#0C4944 color CMYK value is (84,0,7,71).

  • cyan value is 83.56%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 71.37%
CMYK:
(84,0,7,71)
C84M0Y7K71 
(84%,0%,7%,71%)
(0.84/0.00/0.07/0.71)	

CMYK percentages

%83.56
%0
%6.85
%71.37

Codes

Color #0C4944 in popluar color models

0C4944
RGB127368
HSL175°71.76%16.67%
HSB/HSV175°83.56%28.63%
CMYK83.56%0.00%6.85%
71.37%

Color #0C4944 in popluar number systems.

HEX0C4944
Decimal127368
Binary110010010011000100
Octal14111104

Shades and tints

Shades of #0C4944

#0C4944
(12,73,68)
#0B433E
(11,67,62)
#0A3D38
(10,61,56)
#093732
(9,55,50)
#08312C
(8,49,44)
#072B26
(7,43,38)
#062520
(6,37,32)
#051F1A
(5,31,26)
#041914
(4,25,20)
#03130E
(3,19,14)
#020D08
(2,13,8)
#000000
(0,0,0)

Tints of #0C4944

#0C4944
(12,73,68)
#225955
(34,89,85)
#386966
(56,105,102)
#4E7977
(78,121,119)
#648988
(100,137,136)
#7A9999
(122,153,153)
#90A9AA
(144,169,170)
#A6B9BB
(166,185,187)
#BCC9CC
(188,201,204)
#D2D9DD
(210,217,221)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4944; }

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

This text font color is #0C4944.


Background Color

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

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

This div background color is #0C4944.


Border color

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

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

This div border color is #0C4944.


Opacity

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

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

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

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

This text has shadow with #0C4944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4944 on black background.


Color preview on white background

This text has color #0C4944 on white background.



Black color preview on #0C4944 background

This text has black color on #0C4944 background.


White color preview on #0C4944 background

This text has white color on #0C4944 background.