COLOR #0C2E07

HEX: #0C2E07 RGB: (12,46,7)

Color info

#0C2E07 contains red, green and blue colors in about the same proportion. Web safe color of #0C2E07 is #003300 (or #030).

RGB color model

#0C2E07 color RGB value is (12,46,7).

RGB: (12,46,7) (5%, 18%, 3%)

RGB channels and saturation

R 12 of 255 = 5%
G 46 of 255 = 18%
B 7 of 255 = 3%

12
46
7

R + G + B ~ 9%. #0C2E07 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 46 + 7 = 65 (100%)
R 12 of 65 ~ 18.46%
G 46 of 65 ~ 70.77%
B 7 of 65 ~ 10.77'%

%18.46
%70.77
%10.77

CMYK color model

#0C2E07 color CMYK value is (74,0,85,82).

  • cyan value is 73.91%
  • magenta value is 0.00%
  • yellow value is 84.78%
  • key color value is 81.96%

CMYK: (74,0,85,82)
C74M0Y85K82 (74%, 0%, 85%, 82%)
(0.74 / 0.00 / 0.85 / 0.82)

CMYK percentages

%73.91
%0
%84.78
%81.96

Codes

Color #0C2E07 in popluar color models

0C 2E 07
RGB 12 46 7
HSL 112° 73.58% 10.39%
HSB/HSV 112° 84.78% 18.04%
CMYK 73.91% 0.00% 84.78%
81.96%

Color #0C2E07 in popluar number systems.

HEX 0C 2E 07
Decimal 12 46 7
Binary 1100 101110 111
Octal 14 56 7

Shades and tints

Shades of #0C2E07

#0C2E07
(12,46,7)
#0B2A07
(11,42,7)
#0A2607
(10,38,7)
#092207
(9,34,7)
#081E07
(8,30,7)
#071A07
(7,26,7)
#061607
(6,22,7)
#051207
(5,18,7)
#040E07
(4,14,7)
#030A07
(3,10,7)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #0C2E07

#0C2E07
(12,46,7)
#22411D
(34,65,29)
#385433
(56,84,51)
#4E6749
(78,103,73)
#647A5F
(100,122,95)
#7A8D75
(122,141,117)
#90A08B
(144,160,139)
#A6B3A1
(166,179,161)
#BCC6B7
(188,198,183)
#D2D9CD
(210,217,205)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2E07 color. Also use rgb(12,46,7) instead hex code.

Text Font Color

.myTextColor { color: #0C2E07; }

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

This text font color is #0C2E07.

Background Color

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

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

This div background color is #0C2E07.

Border color

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

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

This div border color is #0C2E07.

Opacity

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

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

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

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

This text has shadow with #0C2E07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2E07.

Preview

Color preview on black background

This text has color #0C2E07 on black background.


Color preview on white background

This text has color #0C2E07 on white background.


Black color preview on #0C2E07 background

This text has black color on #0C2E07 background.


White color preview on #0C2E07 background

This text has white color on #0C2E07 background.


Related colors

Complementary color

Complementary color for #hex is #F3D1F8.


I love getcolorcode.com

Triadic colors

1 #070C2E and #2E070C with #0C2E07 are triadic colors.

2 #072E0C and #2E0C07 with #0C2E07 are triadic colors.