COLOR #0C2F0A

HEX: #0C2F0A RGB: (12,47,10)

Color info

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

RGB color model

#0C2F0A color RGB value is (12,47,10).

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

RGB channels and saturation

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

12
47
10

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

Portions of RGB colors in percentages

R + G + B = 12 + 47 + 10 = 69 (100%)
R 12 of 69 ~ 17.39%
G 47 of 69 ~ 68.12%
B 10 of 69 ~ 14.49'%

%17.39
%68.12
%14.49

CMYK color model

#0C2F0A color CMYK value is (74,0,79,82).

  • cyan value is 74.47%
  • magenta value is 0.00%
  • yellow value is 78.72%
  • key color value is 81.57%

CMYK: (74,0,79,82)
C74M0Y79K82 (74%, 0%, 79%, 82%)
(0.74 / 0.00 / 0.79 / 0.82)

CMYK percentages

%74.47
%0
%78.72
%81.57

Codes

Color #0C2F0A in popluar color models

0C 2F 0A
RGB 12 47 10
HSL 117° 64.91% 11.18%
HSB/HSV 117° 78.72% 18.43%
CMYK 74.47% 0.00% 78.72%
81.57%

Color #0C2F0A in popluar number systems.

HEX 0C 2F 0A
Decimal 12 47 10
Binary 1100 101111 1010
Octal 14 57 12

Shades and tints

Shades of #0C2F0A

#0C2F0A
(12,47,10)
#0B2B0A
(11,43,10)
#0A270A
(10,39,10)
#09230A
(9,35,10)
#081F0A
(8,31,10)
#071B0A
(7,27,10)
#06170A
(6,23,10)
#05130A
(5,19,10)
#040F0A
(4,15,10)
#030B0A
(3,11,10)
#02070A
(2,7,10)
#000000
(0,0,0)

Tints of #0C2F0A

#0C2F0A
(12,47,10)
#224120
(34,65,32)
#385336
(56,83,54)
#4E654C
(78,101,76)
#647762
(100,119,98)
#7A8978
(122,137,120)
#909B8E
(144,155,142)
#A6ADA4
(166,173,164)
#BCBFBA
(188,191,186)
#D2D1D0
(210,209,208)
#E8E3E6
(232,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2F0A; }

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

This text font color is #0C2F0A.

Background Color

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

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

This div background color is #0C2F0A.

Border color

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

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

This div border color is #0C2F0A.

Opacity

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

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

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

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

This text has shadow with #0C2F0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2F0A.

Preview

Color preview on black background

This text has color #0C2F0A on black background.


Color preview on white background

This text has color #0C2F0A on white background.


Black color preview on #0C2F0A background

This text has black color on #0C2F0A background.


White color preview on #0C2F0A background

This text has white color on #0C2F0A background.


Related colors

Complementary color

Complementary color for #hex is #F3D0F5.


I love getcolorcode.com

Triadic colors

1 #0A0C2F and #2F0A0C with #0C2F0A are triadic colors.

2 #0A2F0C and #2F0C0A with #0C2F0A are triadic colors.