COLOR #0C7C4A

HEX: #0C7C4A
RGB: (12,124,74)

Color info

#0C7C4A contains mainly green and blue colors. Web safe color of #0C7C4A is #006633 (or #063).

RGB color model

#0C7C4A color RGB value is (12,124,74).

  • red value is 12;
  • green value is 124;
  • blue value is 74.
RGB:
(12,124,74)
(5%,49%,29%)

RGB channels and saturation

R 12 of 255 = 5%
G 124 of 255 = 49%
B 74 of 255 = 29%

12
124
74

R + G + B ~ 28%. #0C7C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 124 + 74 = 210 (100%)
R 12 of 210 ~ 5.71%
G 124 of 210 ~ 59.05%
B 74 of 210 ~ 35.24%

%59.05
%35.24

CMYK color model

#0C7C4A color CMYK value is (90,0,40,51).

  • cyan value is 90.32%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 51.37%
CMYK:
(90,0,40,51)
C90M0Y40K51 
(90%,0%,40%,51%)
(0.90/0.00/0.40/0.51)	

CMYK percentages

%90.32
%0
%40.32
%51.37

Codes

Color #0C7C4A in popluar color models

0C7C4A
RGB1212474
HSL153°82.35%26.67%
HSB/HSV153°90.32%48.63%
CMYK90.32%0.00%40.32%
51.37%

Color #0C7C4A in popluar number systems.

HEX0C7C4A
Decimal1212474
Binary110011111001001010
Octal14174112

Shades and tints

Shades of #0C7C4A

#0C7C4A
(12,124,74)
#0B7144
(11,113,68)
#0A663E
(10,102,62)
#095B38
(9,91,56)
#085032
(8,80,50)
#07452C
(7,69,44)
#063A26
(6,58,38)
#052F20
(5,47,32)
#04241A
(4,36,26)
#031914
(3,25,20)
#020E0E
(2,14,14)
#000000
(0,0,0)

Tints of #0C7C4A

#0C7C4A
(12,124,74)
#22875A
(34,135,90)
#38926A
(56,146,106)
#4E9D7A
(78,157,122)
#64A88A
(100,168,138)
#7AB39A
(122,179,154)
#90BEAA
(144,190,170)
#A6C9BA
(166,201,186)
#BCD4CA
(188,212,202)
#D2DFDA
(210,223,218)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C7C4A color. Also use rgb(12,124,74) instead hex code.

Text Font Color

.myTextColor { color: #0C7C4A; }

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

This text font color is #0C7C4A.


Background Color

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

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

This div background color is #0C7C4A.


Border color

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

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

This div border color is #0C7C4A.


Opacity

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

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

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

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

This text has shadow with #0C7C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C7C4A on black background.


Color preview on white background

This text has color #0C7C4A on white background.



Black color preview on #0C7C4A background

This text has black color on #0C7C4A background.


White color preview on #0C7C4A background

This text has white color on #0C7C4A background.