COLOR #0C2E0A

HEX: #0C2E0A RGB: (12,46,10)

Color info

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

RGB color model

#0C2E0A color RGB value is (12,46,10).

RGB: (12,46,10) (5%, 18%, 4%)

RGB channels and saturation

R 12 of 255 = 5%
G 46 of 255 = 18%
B 10 of 255 = 4%

12
46
10

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

Portions of RGB colors in percentages

R + G + B = 12 + 46 + 10 = 68 (100%)
R 12 of 68 ~ 17.65%
G 46 of 68 ~ 67.65%
B 10 of 68 ~ 14.71'%

%17.65
%67.65
%14.71

CMYK color model

#0C2E0A color CMYK value is (74,0,78,82).

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

CMYK: (74,0,78,82)
C74M0Y78K82 (74%, 0%, 78%, 82%)
(0.74 / 0.00 / 0.78 / 0.82)

CMYK percentages

%73.91
%0
%78.26
%81.96

Codes

Color #0C2E0A in popluar color models

0C 2E 0A
RGB 12 46 10
HSL 117° 64.29% 10.98%
HSB/HSV 117° 78.26% 18.04%
CMYK 73.91% 0.00% 78.26%
81.96%

Color #0C2E0A in popluar number systems.

HEX 0C 2E 0A
Decimal 12 46 10
Binary 1100 101110 1010
Octal 14 56 12

Shades and tints

Shades of #0C2E0A

#0C2E0A
(12,46,10)
#0B2A0A
(11,42,10)
#0A260A
(10,38,10)
#09220A
(9,34,10)
#081E0A
(8,30,10)
#071A0A
(7,26,10)
#06160A
(6,22,10)
#05120A
(5,18,10)
#040E0A
(4,14,10)
#030A0A
(3,10,10)
#02060A
(2,6,10)
#000000
(0,0,0)

Tints of #0C2E0A

#0C2E0A
(12,46,10)
#224120
(34,65,32)
#385436
(56,84,54)
#4E674C
(78,103,76)
#647A62
(100,122,98)
#7A8D78
(122,141,120)
#90A08E
(144,160,142)
#A6B3A4
(166,179,164)
#BCC6BA
(188,198,186)
#D2D9D0
(210,217,208)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2E0A; }

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

This text font color is #0C2E0A.

Background Color

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

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

This div background color is #0C2E0A.

Border color

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

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

This div border color is #0C2E0A.

Opacity

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

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

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

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

This text has shadow with #0C2E0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2E0A.

Preview

Color preview on black background

This text has color #0C2E0A on black background.


Color preview on white background

This text has color #0C2E0A on white background.


Black color preview on #0C2E0A background

This text has black color on #0C2E0A background.


White color preview on #0C2E0A background

This text has white color on #0C2E0A background.


Related colors

Complementary color

Complementary color for #hex is #F3D1F5.


I love getcolorcode.com

Triadic colors

1 #0A0C2E and #2E0A0C with #0C2E0A are triadic colors.

2 #0A2E0C and #2E0C0A with #0C2E0A are triadic colors.