COLOR #0C4E2F

HEX: #0C4E2F RGB: (12,78,47)

Color info

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

RGB color model

#0C4E2F color RGB value is (12,78,47).

RGB: (12,78,47) (5%, 31%, 18%)

RGB channels and saturation

R 12 of 255 = 5%
G 78 of 255 = 31%
B 47 of 255 = 18%

12
78
47

R + G + B ~ 18%. #0C4E2F is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 78 + 47 = 137 (100%)
R 12 of 137 ~ 8.76%
G 78 of 137 ~ 56.93%
B 47 of 137 ~ 34.31'%

%56.93
%34.31

CMYK color model

#0C4E2F color CMYK value is (85,0,40,69).

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

CMYK: (85,0,40,69)
C85M0Y40K69 (85%, 0%, 40%, 69%)
(0.85 / 0.00 / 0.40 / 0.69)

CMYK percentages

%84.62
%0
%39.74
%69.41

Codes

Color #0C4E2F in popluar color models

0C 4E 2F
RGB 12 78 47
HSL 152° 73.33% 17.65%
HSB/HSV 152° 84.62% 30.59%
CMYK 84.62% 0.00% 39.74%
69.41%

Color #0C4E2F in popluar number systems.

HEX 0C 4E 2F
Decimal 12 78 47
Binary 1100 1001110 101111
Octal 14 116 57

Shades and tints

Shades of #0C4E2F

#0C4E2F
(12,78,47)
#0B472B
(11,71,43)
#0A4027
(10,64,39)
#093923
(9,57,35)
#08321F
(8,50,31)
#072B1B
(7,43,27)
#062417
(6,36,23)
#051D13
(5,29,19)
#04160F
(4,22,15)
#030F0B
(3,15,11)
#020807
(2,8,7)
#000000
(0,0,0)

Tints of #0C4E2F

#0C4E2F
(12,78,47)
#225E41
(34,94,65)
#386E53
(56,110,83)
#4E7E65
(78,126,101)
#648E77
(100,142,119)
#7A9E89
(122,158,137)
#90AE9B
(144,174,155)
#A6BEAD
(166,190,173)
#BCCEBF
(188,206,191)
#D2DED1
(210,222,209)
#E8EEE3
(232,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4E2F; }

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

This text font color is #0C4E2F.

Background Color

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

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

This div background color is #0C4E2F.

Border color

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

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

This div border color is #0C4E2F.

Opacity

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

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

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

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

This text has shadow with #0C4E2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4E2F.

Preview

Color preview on black background

This text has color #0C4E2F on black background.


Color preview on white background

This text has color #0C4E2F on white background.


Black color preview on #0C4E2F background

This text has black color on #0C4E2F background.


White color preview on #0C4E2F background

This text has white color on #0C4E2F background.


Related colors

Complementary color

Complementary color for #hex is #F3B1D0.


I love getcolorcode.com

Triadic colors

1 #2F0C4E and #4E2F0C with #0C4E2F are triadic colors.

2 #2F4E0C and #4E0C2F with #0C4E2F are triadic colors.