COLOR #0C501A

HEX: #0C501A
RGB: (12,80,26)

Color info

#0C501A contains mainly green and blue colors. Web safe color of #0C501A is #006600 (or #060).

RGB color model

#0C501A color RGB value is (12,80,26).

  • red value is 12;
  • green value is 80;
  • blue value is 26.
RGB:
(12,80,26)
(5%,31%,10%)

RGB channels and saturation

R 12 of 255 = 5%
G 80 of 255 = 31%
B 26 of 255 = 10%

12
80
26

R + G + B ~ 15%. #0C501A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 80 + 26 = 118 (100%)
R 12 of 118 ~ 10.17%
G 80 of 118 ~ 67.8%
B 26 of 118 ~ 22.03%

%10.17
%67.8
%22.03

CMYK color model

#0C501A color CMYK value is (85,0,68,69).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(85,0,68,69)
C85M0Y68K69 
(85%,0%,68%,69%)
(0.85/0.00/0.68/0.69)	

CMYK percentages

%85
%0
%67.5
%68.63

Codes

Color #0C501A in popluar color models

0C501A
RGB128026
HSL132°73.91%18.04%
HSB/HSV132°85.00%31.37%
CMYK85.00%0.00%67.50%
68.63%

Color #0C501A in popluar number systems.

HEX0C501A
Decimal128026
Binary1100101000011010
Octal1412032

Shades and tints

Shades of #0C501A

#0C501A
(12,80,26)
#0B4918
(11,73,24)
#0A4216
(10,66,22)
#093B14
(9,59,20)
#083412
(8,52,18)
#072D10
(7,45,16)
#06260E
(6,38,14)
#051F0C
(5,31,12)
#04180A
(4,24,10)
#031108
(3,17,8)
#020A06
(2,10,6)
#000000
(0,0,0)

Tints of #0C501A

#0C501A
(12,80,26)
#225F2E
(34,95,46)
#386E42
(56,110,66)
#4E7D56
(78,125,86)
#648C6A
(100,140,106)
#7A9B7E
(122,155,126)
#90AA92
(144,170,146)
#A6B9A6
(166,185,166)
#BCC8BA
(188,200,186)
#D2D7CE
(210,215,206)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C501A color. Also use rgb(12,80,26) instead hex code.

Text Font Color

.myTextColor { color: #0C501A; }

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

This text font color is #0C501A.


Background Color

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

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

This div background color is #0C501A.


Border color

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

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

This div border color is #0C501A.


Opacity

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

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

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

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

This text has shadow with #0C501A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C501A on black background.


Color preview on white background

This text has color #0C501A on white background.



Black color preview on #0C501A background

This text has black color on #0C501A background.


White color preview on #0C501A background

This text has white color on #0C501A background.