COLOR #0C4C49

HEX: #0C4C49
RGB: (12,76,73)

Color info

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

RGB color model

#0C4C49 color RGB value is (12,76,73).

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

RGB channels and saturation

R 12 of 255 = 5%
G 76 of 255 = 30%
B 73 of 255 = 29%

12
76
73

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

Portions of RGB colors in percentages

R + G + B =
12 + 76 + 73 = 161 (100%)
R 12 of 161 ~ 7.45%
G 76 of 161 ~ 47.2%
B 73 of 161 ~ 45.34%

%47.2
%45.34

CMYK color model

#0C4C49 color CMYK value is (84,0,4,70).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 70.20%
CMYK:
(84,0,4,70)
C84M0Y4K70 
(84%,0%,4%,70%)
(0.84/0.00/0.04/0.70)	

CMYK percentages

%84.21
%0
%3.95
%70.2

Codes

Color #0C4C49 in popluar color models

0C4C49
RGB127673
HSL177°72.73%17.25%
HSB/HSV177°84.21%29.80%
CMYK84.21%0.00%3.95%
70.20%

Color #0C4C49 in popluar number systems.

HEX0C4C49
Decimal127673
Binary110010011001001001
Octal14114111

Shades and tints

Shades of #0C4C49

#0C4C49
(12,76,73)
#0B4643
(11,70,67)
#0A403D
(10,64,61)
#093A37
(9,58,55)
#083431
(8,52,49)
#072E2B
(7,46,43)
#062825
(6,40,37)
#05221F
(5,34,31)
#041C19
(4,28,25)
#031613
(3,22,19)
#02100D
(2,16,13)
#000000
(0,0,0)

Tints of #0C4C49

#0C4C49
(12,76,73)
#225C59
(34,92,89)
#386C69
(56,108,105)
#4E7C79
(78,124,121)
#648C89
(100,140,137)
#7A9C99
(122,156,153)
#90ACA9
(144,172,169)
#A6BCB9
(166,188,185)
#BCCCC9
(188,204,201)
#D2DCD9
(210,220,217)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4C49; }

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

This text font color is #0C4C49.


Background Color

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

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

This div background color is #0C4C49.


Border color

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

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

This div border color is #0C4C49.


Opacity

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

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

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

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

This text has shadow with #0C4C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4C49 on black background.


Color preview on white background

This text has color #0C4C49 on white background.



Black color preview on #0C4C49 background

This text has black color on #0C4C49 background.


White color preview on #0C4C49 background

This text has white color on #0C4C49 background.