COLOR #0C5018

HEX: #0C5018
RGB: (12,80,24)

Color info

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

RGB color model

#0C5018 color RGB value is (12,80,24).

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

RGB channels and saturation

R 12 of 255 = 5%
G 80 of 255 = 31%
B 24 of 255 = 9%

12
80
24

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

Portions of RGB colors in percentages

R + G + B =
12 + 80 + 24 = 116 (100%)
R 12 of 116 ~ 10.34%
G 80 of 116 ~ 68.97%
B 24 of 116 ~ 20.69%

%10.34
%68.97
%20.69

CMYK color model

#0C5018 color CMYK value is (85,0,70,69).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 68.63%
CMYK:
(85,0,70,69)
C85M0Y70K69 
(85%,0%,70%,69%)
(0.85/0.00/0.70/0.69)	

CMYK percentages

%85
%0
%70
%68.63

Codes

Color #0C5018 in popluar color models

0C5018
RGB128024
HSL131°73.91%18.04%
HSB/HSV131°85.00%31.37%
CMYK85.00%0.00%70.00%
68.63%

Color #0C5018 in popluar number systems.

HEX0C5018
Decimal128024
Binary1100101000011000
Octal1412030

Shades and tints

Shades of #0C5018

#0C5018
(12,80,24)
#0B4916
(11,73,22)
#0A4214
(10,66,20)
#093B12
(9,59,18)
#083410
(8,52,16)
#072D0E
(7,45,14)
#06260C
(6,38,12)
#051F0A
(5,31,10)
#041808
(4,24,8)
#031106
(3,17,6)
#020A04
(2,10,4)
#000000
(0,0,0)

Tints of #0C5018

#0C5018
(12,80,24)
#225F2D
(34,95,45)
#386E42
(56,110,66)
#4E7D57
(78,125,87)
#648C6C
(100,140,108)
#7A9B81
(122,155,129)
#90AA96
(144,170,150)
#A6B9AB
(166,185,171)
#BCC8C0
(188,200,192)
#D2D7D5
(210,215,213)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5018; }

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

This text font color is #0C5018.


Background Color

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

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

This div background color is #0C5018.


Border color

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

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

This div border color is #0C5018.


Opacity

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

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

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

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

This text has shadow with #0C5018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5018 on black background.


Color preview on white background

This text has color #0C5018 on white background.



Black color preview on #0C5018 background

This text has black color on #0C5018 background.


White color preview on #0C5018 background

This text has white color on #0C5018 background.