COLOR #0C5F13

HEX: #0C5F13
RGB: (12,95,19)

Color info

#0C5F13 contains mainly green color. Web safe color of #0C5F13 is #006600 (or #060).

RGB color model

#0C5F13 color RGB value is (12,95,19).

  • red value is 12;
  • green value is 95;
  • blue value is 19.
RGB:
(12,95,19)
(5%,37%,7%)

RGB channels and saturation

R 12 of 255 = 5%
G 95 of 255 = 37%
B 19 of 255 = 7%

12
95
19

R + G + B ~ 16%. #0C5F13 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 95 + 19 = 126 (100%)
R 12 of 126 ~ 9.52%
G 95 of 126 ~ 75.4%
B 19 of 126 ~ 15.08%

%9.52
%75.4
%15.08

CMYK color model

#0C5F13 color CMYK value is (87,0,80,63).

  • cyan value is 87.37%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 62.75%
CMYK:
(87,0,80,63)
C87M0Y80K63 
(87%,0%,80%,63%)
(0.87/0.00/0.80/0.63)	

CMYK percentages

%87.37
%0
%80
%62.75

Codes

Color #0C5F13 in popluar color models

0C5F13
RGB129519
HSL125°77.57%20.98%
HSB/HSV125°87.37%37.25%
CMYK87.37%0.00%80.00%
62.75%

Color #0C5F13 in popluar number systems.

HEX0C5F13
Decimal129519
Binary1100101111110011
Octal1413723

Shades and tints

Shades of #0C5F13

#0C5F13
(12,95,19)
#0B5712
(11,87,18)
#0A4F11
(10,79,17)
#094710
(9,71,16)
#083F0F
(8,63,15)
#07370E
(7,55,14)
#062F0D
(6,47,13)
#05270C
(5,39,12)
#041F0B
(4,31,11)
#03170A
(3,23,10)
#020F09
(2,15,9)
#000000
(0,0,0)

Tints of #0C5F13

#0C5F13
(12,95,19)
#226D28
(34,109,40)
#387B3D
(56,123,61)
#4E8952
(78,137,82)
#649767
(100,151,103)
#7AA57C
(122,165,124)
#90B391
(144,179,145)
#A6C1A6
(166,193,166)
#BCCFBB
(188,207,187)
#D2DDD0
(210,221,208)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5F13 color. Also use rgb(12,95,19) instead hex code.

Text Font Color

.myTextColor { color: #0C5F13; }

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

This text font color is #0C5F13.


Background Color

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

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

This div background color is #0C5F13.


Border color

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

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

This div border color is #0C5F13.


Opacity

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

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

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

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

This text has shadow with #0C5F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5F13 on black background.


Color preview on white background

This text has color #0C5F13 on white background.



Black color preview on #0C5F13 background

This text has black color on #0C5F13 background.


White color preview on #0C5F13 background

This text has white color on #0C5F13 background.