COLOR #0C7A24

HEX: #0C7A24
RGB: (12,122,36)

Color info

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

RGB color model

#0C7A24 color RGB value is (12,122,36).

  • red value is 12;
  • green value is 122;
  • blue value is 36.
RGB:
(12,122,36)
(5%,48%,14%)

RGB channels and saturation

R 12 of 255 = 5%
G 122 of 255 = 48%
B 36 of 255 = 14%

12
122
36

R + G + B ~ 22%. #0C7A24 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 122 + 36 = 170 (100%)
R 12 of 170 ~ 7.06%
G 122 of 170 ~ 71.76%
B 36 of 170 ~ 21.18%

%71.76
%21.18

CMYK color model

#0C7A24 color CMYK value is (90,0,70,52).

  • cyan value is 90.16%
  • magenta value is 0.00%
  • yellow value is 70.49%
  • key color value is 52.16%
CMYK:
(90,0,70,52)
C90M0Y70K52 
(90%,0%,70%,52%)
(0.90/0.00/0.70/0.52)	

CMYK percentages

%90.16
%0
%70.49
%52.16

Codes

Color #0C7A24 in popluar color models

0C7A24
RGB1212236
HSL133°82.09%26.27%
HSB/HSV133°90.16%47.84%
CMYK90.16%0.00%70.49%
52.16%

Color #0C7A24 in popluar number systems.

HEX0C7A24
Decimal1212236
Binary11001111010100100
Octal1417244

Shades and tints

Shades of #0C7A24

#0C7A24
(12,122,36)
#0B6F21
(11,111,33)
#0A641E
(10,100,30)
#09591B
(9,89,27)
#084E18
(8,78,24)
#074315
(7,67,21)
#063812
(6,56,18)
#052D0F
(5,45,15)
#04220C
(4,34,12)
#031709
(3,23,9)
#020C06
(2,12,6)
#000000
(0,0,0)

Tints of #0C7A24

#0C7A24
(12,122,36)
#228637
(34,134,55)
#38924A
(56,146,74)
#4E9E5D
(78,158,93)
#64AA70
(100,170,112)
#7AB683
(122,182,131)
#90C296
(144,194,150)
#A6CEA9
(166,206,169)
#BCDABC
(188,218,188)
#D2E6CF
(210,230,207)
#E8F2E2
(232,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C7A24 color. Also use rgb(12,122,36) instead hex code.

Text Font Color

.myTextColor { color: #0C7A24; }

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

This text font color is #0C7A24.


Background Color

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

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

This div background color is #0C7A24.


Border color

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

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

This div border color is #0C7A24.


Opacity

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

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

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

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

This text has shadow with #0C7A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C7A24 on black background.


Color preview on white background

This text has color #0C7A24 on white background.



Black color preview on #0C7A24 background

This text has black color on #0C7A24 background.


White color preview on #0C7A24 background

This text has white color on #0C7A24 background.