COLOR #0C7D36

HEX: #0C7D36
RGB: (12,125,54)

Color info

#0C7D36 contains mainly green color. Web safe color of #0C7D36 is #006633 (or #063).

RGB color model

#0C7D36 color RGB value is (12,125,54).

  • red value is 12;
  • green value is 125;
  • blue value is 54.
RGB:
(12,125,54)
(5%,49%,21%)

RGB channels and saturation

R 12 of 255 = 5%
G 125 of 255 = 49%
B 54 of 255 = 21%

12
125
54

R + G + B ~ 25%. #0C7D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 125 + 54 = 191 (100%)
R 12 of 191 ~ 6.28%
G 125 of 191 ~ 65.45%
B 54 of 191 ~ 28.27%

%65.45
%28.27

CMYK color model

#0C7D36 color CMYK value is (90,0,57,51).

  • cyan value is 90.40%
  • magenta value is 0.00%
  • yellow value is 56.80%
  • key color value is 50.98%
CMYK:
(90,0,57,51)
C90M0Y57K51 
(90%,0%,57%,51%)
(0.90/0.00/0.57/0.51)	

CMYK percentages

%90.4
%0
%56.8
%50.98

Codes

Color #0C7D36 in popluar color models

0C7D36
RGB1212554
HSL142°82.48%26.86%
HSB/HSV142°90.40%49.02%
CMYK90.40%0.00%56.80%
50.98%

Color #0C7D36 in popluar number systems.

HEX0C7D36
Decimal1212554
Binary11001111101110110
Octal1417566

Shades and tints

Shades of #0C7D36

#0C7D36
(12,125,54)
#0B7232
(11,114,50)
#0A672E
(10,103,46)
#095C2A
(9,92,42)
#085126
(8,81,38)
#074622
(7,70,34)
#063B1E
(6,59,30)
#05301A
(5,48,26)
#042516
(4,37,22)
#031A12
(3,26,18)
#020F0E
(2,15,14)
#000000
(0,0,0)

Tints of #0C7D36

#0C7D36
(12,125,54)
#228848
(34,136,72)
#38935A
(56,147,90)
#4E9E6C
(78,158,108)
#64A97E
(100,169,126)
#7AB490
(122,180,144)
#90BFA2
(144,191,162)
#A6CAB4
(166,202,180)
#BCD5C6
(188,213,198)
#D2E0D8
(210,224,216)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C7D36 color. Also use rgb(12,125,54) instead hex code.

Text Font Color

.myTextColor { color: #0C7D36; }

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

This text font color is #0C7D36.


Background Color

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

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

This div background color is #0C7D36.


Border color

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

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

This div border color is #0C7D36.


Opacity

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

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

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

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

This text has shadow with #0C7D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C7D36 on black background.


Color preview on white background

This text has color #0C7D36 on white background.



Black color preview on #0C7D36 background

This text has black color on #0C7D36 background.


White color preview on #0C7D36 background

This text has white color on #0C7D36 background.