COLOR #0C4C40

HEX: #0C4C40
RGB: (12,76,64)

Color info

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

RGB color model

#0C4C40 color RGB value is (12,76,64).

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

RGB channels and saturation

R 12 of 255 = 5%
G 76 of 255 = 30%
B 64 of 255 = 25%

12
76
64

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

Portions of RGB colors in percentages

R + G + B =
12 + 76 + 64 = 152 (100%)
R 12 of 152 ~ 7.89%
G 76 of 152 ~ 50%
B 64 of 152 ~ 42.11%

%50
%42.11

CMYK color model

#0C4C40 color CMYK value is (84,0,16,70).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 70.20%
CMYK:
(84,0,16,70)
C84M0Y16K70 
(84%,0%,16%,70%)
(0.84/0.00/0.16/0.70)	

CMYK percentages

%84.21
%0
%15.79
%70.2

Codes

Color #0C4C40 in popluar color models

0C4C40
RGB127664
HSL169°72.73%17.25%
HSB/HSV169°84.21%29.80%
CMYK84.21%0.00%15.79%
70.20%

Color #0C4C40 in popluar number systems.

HEX0C4C40
Decimal127664
Binary110010011001000000
Octal14114100

Shades and tints

Shades of #0C4C40

#0C4C40
(12,76,64)
#0B463B
(11,70,59)
#0A4036
(10,64,54)
#093A31
(9,58,49)
#08342C
(8,52,44)
#072E27
(7,46,39)
#062822
(6,40,34)
#05221D
(5,34,29)
#041C18
(4,28,24)
#031613
(3,22,19)
#02100E
(2,16,14)
#000000
(0,0,0)

Tints of #0C4C40

#0C4C40
(12,76,64)
#225C51
(34,92,81)
#386C62
(56,108,98)
#4E7C73
(78,124,115)
#648C84
(100,140,132)
#7A9C95
(122,156,149)
#90ACA6
(144,172,166)
#A6BCB7
(166,188,183)
#BCCCC8
(188,204,200)
#D2DCD9
(210,220,217)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4C40; }

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

This text font color is #0C4C40.


Background Color

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

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

This div background color is #0C4C40.


Border color

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

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

This div border color is #0C4C40.


Opacity

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

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

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

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

This text has shadow with #0C4C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4C40 on black background.


Color preview on white background

This text has color #0C4C40 on white background.



Black color preview on #0C4C40 background

This text has black color on #0C4C40 background.


White color preview on #0C4C40 background

This text has white color on #0C4C40 background.