COLOR #0C4E42

HEX: #0C4E42 RGB: (12,78,66)

Color info

#0C4E42 contains mainly green and blue colors. Web safe color of #0C4E42 is #006633 (or #063).

RGB color model

#0C4E42 color RGB value is (12,78,66).

RGB: (12,78,66) (5%, 31%, 26%)

RGB channels and saturation

R 12 of 255 = 5%
G 78 of 255 = 31%
B 66 of 255 = 26%

12
78
66

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

Portions of RGB colors in percentages

R + G + B = 12 + 78 + 66 = 156 (100%)
R 12 of 156 ~ 7.69%
G 78 of 156 ~ 50%
B 66 of 156 ~ 42.31'%

%50
%42.31

CMYK color model

#0C4E42 color CMYK value is (85,0,15,69).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 69.41%

CMYK: (85,0,15,69)
C85M0Y15K69 (85%, 0%, 15%, 69%)
(0.85 / 0.00 / 0.15 / 0.69)

CMYK percentages

%84.62
%0
%15.38
%69.41

Codes

Color #0C4E42 in popluar color models

0C 4E 42
RGB 12 78 66
HSL 169° 73.33% 17.65%
HSB/HSV 169° 84.62% 30.59%
CMYK 84.62% 0.00% 15.38%
69.41%

Color #0C4E42 in popluar number systems.

HEX 0C 4E 42
Decimal 12 78 66
Binary 1100 1001110 1000010
Octal 14 116 102

Shades and tints

Shades of #0C4E42

#0C4E42
(12,78,66)
#0B473C
(11,71,60)
#0A4036
(10,64,54)
#093930
(9,57,48)
#08322A
(8,50,42)
#072B24
(7,43,36)
#06241E
(6,36,30)
#051D18
(5,29,24)
#041612
(4,22,18)
#030F0C
(3,15,12)
#020806
(2,8,6)
#000000
(0,0,0)

Tints of #0C4E42

#0C4E42
(12,78,66)
#225E53
(34,94,83)
#386E64
(56,110,100)
#4E7E75
(78,126,117)
#648E86
(100,142,134)
#7A9E97
(122,158,151)
#90AEA8
(144,174,168)
#A6BEB9
(166,190,185)
#BCCECA
(188,206,202)
#D2DEDB
(210,222,219)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4E42 color. Also use rgb(12,78,66) instead hex code.

Text Font Color

.myTextColor { color: #0C4E42; }

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

This text font color is #0C4E42.

Background Color

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

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

This div background color is #0C4E42.

Border color

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

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

This div border color is #0C4E42.

Opacity

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

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

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

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

This text has shadow with #0C4E42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4E42.

Preview

Color preview on black background

This text has color #0C4E42 on black background.


Color preview on white background

This text has color #0C4E42 on white background.


Black color preview on #0C4E42 background

This text has black color on #0C4E42 background.


White color preview on #0C4E42 background

This text has white color on #0C4E42 background.


Related colors

Complementary color

Complementary color for #hex is #F3B1BD.


I love getcolorcode.com

Triadic colors

1 #420C4E and #4E420C with #0C4E42 are triadic colors.

2 #424E0C and #4E0C42 with #0C4E42 are triadic colors.