COLOR #0C4047

HEX: #0C4047 RGB: (12,64,71)

Color info

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

RGB color model

#0C4047 color RGB value is (12,64,71).

RGB: (12,64,71) (5%, 25%, 28%)

RGB channels and saturation

R 12 of 255 = 5%
G 64 of 255 = 25%
B 71 of 255 = 28%

12
64
71

R + G + B ~ 19%. #0C4047 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 64 + 71 = 147 (100%)
R 12 of 147 ~ 8.16%
G 64 of 147 ~ 43.54%
B 71 of 147 ~ 48.3'%

%43.54
%48.3

CMYK color model

#0C4047 color CMYK value is (83,10,0,72).

  • cyan value is 83.10%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (83,10,0,72)
C83M10Y0K72 (83%, 10%, 0%, 72%)
(0.83 / 0.10 / 0.00 / 0.72)

CMYK percentages

%83.1
%9.86
%0
%72.16

Codes

Color #0C4047 in popluar color models

0C 40 47
RGB 12 64 71
HSL 187° 71.08% 16.27%
HSB/HSV 187° 83.10% 27.84%
CMYK 83.10% 9.86% 0.00%
72.16%

Color #0C4047 in popluar number systems.

HEX 0C 40 47
Decimal 12 64 71
Binary 1100 1000000 1000111
Octal 14 100 107

Shades and tints

Shades of #0C4047

#0C4047
(12,64,71)
#0B3B41
(11,59,65)
#0A363B
(10,54,59)
#093135
(9,49,53)
#082C2F
(8,44,47)
#072729
(7,39,41)
#062223
(6,34,35)
#051D1D
(5,29,29)
#041817
(4,24,23)
#031311
(3,19,17)
#020E0B
(2,14,11)
#000000
(0,0,0)

Tints of #0C4047

#0C4047
(12,64,71)
#225157
(34,81,87)
#386267
(56,98,103)
#4E7377
(78,115,119)
#648487
(100,132,135)
#7A9597
(122,149,151)
#90A6A7
(144,166,167)
#A6B7B7
(166,183,183)
#BCC8C7
(188,200,199)
#D2D9D7
(210,217,215)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4047; }

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

This text font color is #0C4047.

Background Color

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

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

This div background color is #0C4047.

Border color

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

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

This div border color is #0C4047.

Opacity

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

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

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

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

This text has shadow with #0C4047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4047.

Preview

Color preview on black background

This text has color #0C4047 on black background.


Color preview on white background

This text has color #0C4047 on white background.


Black color preview on #0C4047 background

This text has black color on #0C4047 background.


White color preview on #0C4047 background

This text has white color on #0C4047 background.


Related colors

Complementary color

Complementary color for #hex is #F3BFB8.


I love getcolorcode.com

Triadic colors

1 #470C40 and #40470C with #0C4047 are triadic colors.

2 #47400C and #400C47 with #0C4047 are triadic colors.